10000 Merge pull request #20 from jinyoungHan/master · Deyems/Algorithms-Explanation@1ec8cc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ec8cc7

Browse files
authored
Merge pull request TheAlgorithms#20 from jinyoungHan/master
update Sort.md (merge, bubble)
2 parents 2070488 + d0290cb commit 1ec8cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorting Algorithms/Bubble Sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Indexes: 0 1 2 3
9090
- [C-Sharp](https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/bubble_sort.cs)
9191
- [Go](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubble_sort.go)
9292
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/Sorting/bubble_sort.rb)
93-
- [C](https://github.com/TheAlgorithms/C/blob/master/Sorts/BubbleSort.c)
93+
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/BubbleSort.c)
9494
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/BubbleSort.scala)
9595
- [Javascript](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/bubblesort.js)
9696

0 commit comments

Comments
 (0)
0