Skip to content

Commit 6bbf627

Browse files
authored
Update README.md
1 parent 988e609 commit 6bbf627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Miscellaneous/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Miscellaneous Algorithms
2+
3+
* [Fisher-Yates Algorithm](https://github.com/jpa99/Algorithms/blob/master/Miscellaneous/Fisher_Yates.java)
4+
* [Subarray Inversions](https://github.com/jpa99/Algorithms/blob/master/Miscellaneous/Subarray_Inversions.java)
5+
* [Matrix Exponentiation](https://github.com/jpa99/Algorithms/blob/master/Miscellaneous/Matrix_Exponentiation.java)

0 commit comments

Comments
 (0)