File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ a set of rules that precisely define a sequence of operations.
99
99
* ` B ` [ Merge Sort] ( src/algorithms/sorting/merge-sort )
100
100
* ` B ` [ Quicksort] ( src/algorithms/sorting/quick-sort ) - in-place and non-in-place implementations
101
101
* ` B ` [ Shellsort] ( src/algorithms/sorting/shell-sort )
102
- * ` A ` [ Counting Sort] ( src/algorithms/sorting/counting-sort )
103
- * ` A ` [ Radix Sort] ( src/algorithms/sorting/radix-sort )
102
+ * ` B ` [ Counting Sort] ( src/algorithms/sorting/counting-sort )
103
+ * ` B ` [ Radix Sort] ( src/algorithms/sorting/radix-sort )
104
104
* ** Trees**
105
105
* ` B ` [ Depth-First Search] ( src/algorithms/tree/depth-first-search ) (DFS)
106
106
* ` B ` [ Breadth-First Search] ( src/algorithms/tree/breadth-first-search ) (BFS)
You can’t perform that action at this time.
0 commit comments