Answer:
step1:Taking the binary values
2 - 00010
3 - 00011
7 - 00111
14 - 01110
15 - 01111
18 - 10010
20 - 10100
26 - 11000
27 - 11001
Step 2; one by one, add the numbers to each of the bucket based on the last 2 BINARY digits,( 2 LSB).
See attached picture for structure.