Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme with sorts
  • Loading branch information
aTan-aka-Xellos authored Dec 2, 2018
1 parent c1fcfa3 commit 1f623eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ https://github.com/TheAlgorithms/Java

* **Sorting**

* [Selection Sort](src/main/java/algorithms/sorting/SelectionSort.java)
* [Insertion Sort] TODO
* [Selection Sort](src/main/java/algorithms/sorting/Selection.java)
* [Insertion Sort](src/main/java/algorithms/sorting/Insertion.java)
* [Merge Sort](src/main/java/algorithms/sorting/Merge.java)
* [MergeBU Sort](src/main/java/algorithms/sorting/MergeBU.java)

* **Math**
* [Bit Manipulation](src/main/java/algorithms/numbers/bits/BinaryOperations.md)
Expand Down

0 comments on commit 1f623eb

Please sign in to comment.