Shortcut for chapter specific information

Tuesday, April 26, 2011

Selection sort 14 (CLRS Pseudocode)

This is just a write up of selection sort with using one index in the code.  In fact. I figured, you can also remove the varible t in the code because one can just use i to be the temporary variable as well.  I have been using it since selection sort 13.  Probably I should write it up in the next selection sort write up.

33_P

No comments:

Post a Comment