Skip to content

Commit 8db30e0

Browse files
committed
Added details in readme
1 parent bbfcb2f commit 8db30e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Data Structures and Algorithms/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@
3636

3737
- Binary Tree traversal
3838

39-
- Radix Sort
39+
- Radix Sort (for numbers) using Counting Sort
40+
1. Find the largest number int given array. It has n digits. Therefore, the loop should go up to hundreds place (n times)
41+
2. It is stable sorting algorithm
42+
3. Sort the elements based on the unit place digits, then tenth place digits ... nTh place digits

0 commit comments

Comments
 (0)