Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eec7f2f

Browse files
committed
Change radix and counting sorting algorithms difficulty.
1 parent 3c00a69 commit eec7f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ a set of rules that precisely define a sequence of operations.
9999
* `B` [Merge Sort](src/algorithms/sorting/merge-sort)
100100
* `B` [Quicksort](src/algorithms/sorting/quick-sort) - in-place and non-in-place implementations
101101
* `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)
104104
* **Trees**
105105
* `B` [Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
106106
* `B` [Breadth-First Search](src/algorithms/tree/breadth-first-search) (BFS)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /