We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c00a69 commit eec7f2fCopy full SHA for eec7f2f
README.md
@@ -99,8 +99,8 @@ a set of rules that precisely define a sequence of operations.
99
* `B` [Merge Sort](src/algorithms/sorting/merge-sort)
100
* `B` [Quicksort](src/algorithms/sorting/quick-sort) - in-place and non-in-place implementations
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)
+ * `B` [Counting Sort](src/algorithms/sorting/counting-sort)
+ * `B` [Radix Sort](src/algorithms/sorting/radix-sort)
104
* **Trees**
105
* `B` [Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
106
* `B` [Breadth-First Search](src/algorithms/tree/breadth-first-search) (BFS)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments