Shortcut for chapter specific information

Friday, May 20, 2011

Daily Practice 20110520

Insertion Sort 75            (C): Bad
Insertion Sort w Sentinel 15 (C): Good
Bubble Sort 3                (C): Good
Selection Sort 35            (C): Good
Merge Sort 18                (C): Good
Linear Search 8              (C): Bad
Binary Search 7              (C): Bad
Binary Insertion Sort 6      (C): Bad
 
Need one off debug - mostly, missed a variables here and there.  Strangely, I can't remember Bubble sort and binary insertion sort.  But it seems like the proof of Bubble sort and structure of insertion sort help me to remember on how things work. 

Starting from this practice, I will also skip the rule of rewriting the same program again.  It will just take too much time.

No comments:

Post a Comment