|
220 | 220 | *[TwoPointers](https://github.com/TheAlgorithms/Java/blob/master/Others/TwoPointers.java) |
221 | 221 | *[WorstFit](https://github.com/TheAlgorithms/Java/blob/master/Others/WorstFit.java) |
222 | 222 |
|
223 | | -##ProjectEuler |
224 | | -*[Problem01](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem01.java) |
225 | | -*[Problem02](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem02.java) |
226 | | -*[Problem03](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem03.java) |
227 | | -*[Problem04](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem04.java) |
228 | | -*[Problem06](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem06.java) |
229 | | -*[Problem07](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem07.java) |
230 | | -*[Problem09](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem09.java) |
231 | | -*[Problem10](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem10.java) |
232 | | -*[Problem12](https://github.com/TheAlgorithms/Java/blob/master/ProjectEuler/Problem12.java) |
233 | | - |
234 | 223 | ##Searches |
235 | 224 | *[BinarySearch](https://github.com/TheAlgorithms/Java/blob/master/Searches/BinarySearch.java) |
236 | 225 | *[InterpolationSearch](https://github.com/TheAlgorithms/Java/blob/master/Searches/InterpolationSearch.java) |
|