mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Change radix and counting sorting algorithms difficulty.
This commit is contained in:
parent
3c00a69587
commit
eec7f2f917
@ -99,8 +99,8 @@ a set of rules that precisely define a sequence of operations.
|
||||
* `B` [Merge Sort](src/algorithms/sorting/merge-sort)
|
||||
* `B` [Quicksort](src/algorithms/sorting/quick-sort) - in-place and non-in-place implementations
|
||||
* `B` [Shellsort](src/algorithms/sorting/shell-sort)
|
||||
* `A` [Counting Sort](src/algorithms/sorting/counting-sort)
|
||||
* `A` [Radix Sort](src/algorithms/sorting/radix-sort)
|
||||
* `B` [Counting Sort](src/algorithms/sorting/counting-sort)
|
||||
* `B` [Radix Sort](src/algorithms/sorting/radix-sort)
|
||||
* **Trees**
|
||||
* `B` [Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
|
||||
* `B` [Breadth-First Search](src/algorithms/tree/breadth-first-search) (BFS)
|
||||
|
Loading…
Reference in New Issue
Block a user