Radix Sort

1. Radix Sort algorithm starts with the most significant bit of numbers
2. If there are N elements of b digits, how many buckets will be used in radix sort?