Skip to content

Commit

Permalink
check mark for radix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskovshov committed Aug 10, 2021
1 parent d4520c9 commit fd0e0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ handle it from there. :smile:
* [Insertion sort](cpp/include/algorithm/sorting/insertion_sort.hpp) :white_check_mark:
* [Merge sort](cpp/include/algorithm/sorting/merge_sort.hpp) :white_check_mark:
* [Quick sort](cpp/include/algorithm/sorting/quick_sort.hpp) :white_check_mark:
* [Radix sort](cpp/include/algorithm/sorting/radix_sort.hpp)
* [Radix sort](cpp/include/algorithm/sorting/radix_sort.hpp) :white_check_mark:
* [Selection sort](cpp/include/algorithm/sorting/selection_sort.hpp) :white_check_mark:
* [Shell sort](cpp/include/algorithm/sorting/shell_sort.hpp) :white_check_mark:

Expand Down

0 comments on commit fd0e0a0

Please sign in to comment.