Skip to content

Commit 3ea08f1

Browse files
djeadaCopilot
andauthored
Update notes/sorting.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1010f38 commit 3ea08f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notes/sorting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,8 @@ Counting Sort is **stable** if we place elements **from right to left** into the
941941

942942
**Implementation**
943943

944-
* [C++](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/cpp/heap_sort/src/counting_sort.cpp)
945-
* [Python](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/python/heap_sort/src/counting_sort.py)
944+
* [C++](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/cpp/counting_sort/src/counting_sort.cpp)
945+
* [Python](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/python/counting_sort/src/counting_sort.py)
946946

947947
### Comparison Table
948948

0 commit comments

Comments
 (0)