8000 Fix broken links of Bubble Sort.md · TebelloX/Algorithms-Explanation@65d5a19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65d5a19

Browse files
authored
Fix broken links of Bubble Sort.md
1 parent ea9e5ad commit 65d5a19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/Sorting Algorithms/Bubble Sort.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ Indexes: 0 1 2 3
8585
#### Code Implementation Links
8686

8787
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/BubbleSort.java)
88-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Bubble%20Sort.cpp)
88+
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/sorting/bubble_sort.cpp)
8989
- [Python](https://github.com/TheAlgorithms/Python/blob/master/sorts/bubble_sort.py)
90-
- [C-Sharp](https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/bubble_sort.cs)
91-
- [Go](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubble_sort.go)
92-
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/Sorting/bubble_sort.rb)
93-
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/BubbleSort.c)
90+
- [C-Sharp](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Sorters/Comparison/BubbleSorter.cs)
91+
- [Go](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubblesort.go)
92+
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bubble_sort.rb)
93+
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/bubble_sort.c)
9494
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/BubbleSort.scala)
95-
- [Javascript](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/bubblesort.js)
95+
- [Javascript](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BubbleSort.js)
9696

9797

9898
#### Video Explanation

0 commit comments

Comments
 (0)
0