167
edits
Changes
ParaCode
,→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 ===