previous | start | next

MSD Problem

For the following fixed length keys with alphabet

      {a, b, c, d, e, f, g}
   

use the LSD algorithm to sort on the least significant digit.

(Should repeat for the next position)

      
      ace
      ab
      b
      cg
      cd
      c
   


previous | start | next