Skip to content

Commit cafa6f9

Browse files
djeadaCopilot
andauthored
Update notes/sorting.md
Co-authored-by: Copilot <[email protected]>
1 parent 5cc3c0f commit cafa6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notes/sorting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Bubble sort is **stable**.
198198

199199
**Implementation**
200200

201-
* [C++](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/cpp/selection_sort/src/bubble_sort.cpp)
202-
* [Python](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/python/selection_sort/src/bubble_sort.py)
201+
* [C++](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/cpp/bubble_sort/src/bubble_sort.cpp)
202+
* [Python](https://github.com/djeada/Algorithms-And-Data-Structures/blob/master/src/sorting/python/bubble_sort/src/bubble_sort.py)
203203

204204
### Selection Sort
205205

0 commit comments

Comments
 (0)