10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2070488 + d0290cb commit 1ec8cc7Copy full SHA for 1ec8cc7
Sorting Algorithms/Bubble Sort.md
@@ -90,7 +90,7 @@ Indexes: 0 1 2 3
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/Sorts/BubbleSort.c)
+- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/BubbleSort.c)
94
- [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)
96
0 commit comments