previous | start | next

LSD 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)

      
      ca
      bd
      ef
      ga
      ag
      ba
      
   


previous | start | next