Dear fellas , now i want to share my knowledge about Radix Sort Algortihm to processing of the LSD ( Least Significant Digit ) . I made it also with my team in Algorithm Class . 

Sequencing is very important in the  Information Technology and couldn't be separated from the processing of data. Solving problems of data processing can be more effective and efficient if the data is in a state sequence. As in the search process data (searching), advanced search algorithms are more effective than conventional means. 

Radix Sort is a magical method of sorting which set the sort order value without doing some comparison on the data entered. The word literally means radix position in number. Where simple, in decimal representation, radix it is a digit. 

The basic idea of Radix sort method is Categorize the data into subsets of data in accordance with its radix value, combining them and then categorizes the next value by any other radix and so on.

Keywords : RADIX, SORT, LSD, ALGORITHM

0 comments

Posting Komentar