We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd662c commit fb36493Copy full SHA for fb36493
1 file changed
DIRECTORY.md
@@ -200,6 +200,10 @@
200
* [TowerOfHanoi](https://github.com/TheAlgorithms/Java/blob/master/Others/TowerOfHanoi.java)
201
* [WorstFit](https://github.com/TheAlgorithms/Java/blob/master/Others/WorstFit.java)
202
203
+## ProjectEuler
204
+ * [Problem01](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem01.java)
205
+ * [Problem02](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem02.java)
206
+
207
## Searches
208
* [BinarySearch](https://github.com/TheAlgorithms/Java/blob/master/Searches/BinarySearch.java)
209
* [InterpolationSearch](https://github.com/TheAlgorithms/Java/blob/master/Searches/InterpolationSearch.java)
0 commit comments