# Radix Sort
Used to sort array using radix position. 
Sorting applied from LSB to MSB here as given is integer.

Same can be done for string from MSB to LSB.

`npm i @sivarajans/radix-sort`