Changes

Jump to: navigation, search

ParaCode

264 bytes added, 12:20, 6 April 2018
Assignment 2
After all characters in keyword are found, we will count how many numbers are connected in sequence.<br>
[[File:NumInSequence.JPG|650px]]
 
This is our main idea to parallel the grep function. Yes, it still have some loops. But those loops are not as large as that in serial grep function. So we start to design the code foe it.<br>
 
''' Parallel grep code '''
 
Here are part of parallel grep code:<br>
=== Assignment 3 ===
167
edits

Navigation menu