Update DIRECTORY.md

This commit is contained in:
Varun Vaibhav Jha 2020-09-17 11:15:14 +05:30 committed by GitHub
parent 0be35c67dc
commit 2ecef7e44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,7 @@
* [StringMatchFiniteAutomata](https://github.com/TheAlgorithms/Java/blob/master/Others/StringMatchFiniteAutomata.java)
* [TopKWords](https://github.com/TheAlgorithms/Java/blob/master/Others/TopKWords.java)
* [TowerOfHanoi](https://github.com/TheAlgorithms/Java/blob/master/Others/TowerOfHanoi.java)
* [TwoPointersAlgorithm](https://github.com/TheAlgorithms/Java/blob/master/Others/TwoPointersAlgo.java)
* [WorstFit](https://github.com/TheAlgorithms/Java/blob/master/Others/WorstFit.java)
## ProjectEuler