We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4685e91 commit 2d0017cCopy full SHA for 2d0017c
Sorting/README.md
@@ -9,4 +9,4 @@
9
* [Insertion Sort](https://github.com/jpa99/Algorithms/edit/master/Sorting/Insertion_Sort.java)
10
* [Bubble Sort](https://github.com/jpa99/Algorithms/edit/master/Sorting/Bubble_Sort.java)
11
* [Selection Sort](https://github.com/jpa99/Algorithms/edit/master/Sorting/Selection_Sort.java)
12
-* [Bogosort](https://github.com/jpa99/Algorithms/edit/master/Sorting/timsort.java)
+* [Bogosort](https://github.com/jpa99/Algorithms/edit/master/Sorting/Bogosort.java)
0 commit comments