Skip to content

Commit e919997

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 3584990 commit e919997

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
## Others
136136
* [Abecedarian](https://github.com/TheAlgorithms/Java/blob/master/Others/Abecedarian.java)
137137
* [Armstrong](https://github.com/TheAlgorithms/Java/blob/master/Others/Armstrong.java)
138+
* [BestFit](https://github.com/TheAlgorithms/Java/blob/master/Others/BestFit.java)
138139
* [BrianKernighanAlgorithm](https://github.com/TheAlgorithms/Java/blob/master/Others/BrianKernighanAlgorithm.java)
139140
* [CountChar](https://github.com/TheAlgorithms/Java/blob/master/Others/CountChar.java)
140141
* [CountWords](https://github.com/TheAlgorithms/Java/blob/master/Others/CountWords.java)
@@ -144,6 +145,7 @@
144145
* [Dijkstra](https://github.com/TheAlgorithms/Java/blob/master/Others/Dijkstra.java)
145146
* [EulersFunction](https://github.com/TheAlgorithms/Java/blob/master/Others/EulersFunction.java)
146147
* [FibToN](https://github.com/TheAlgorithms/Java/blob/master/Others/FibToN.java)
148+
* [FirstFit](https://github.com/TheAlgorithms/Java/blob/master/Others/FirstFit.java)
147149
* [FloydTriangle](https://github.com/TheAlgorithms/Java/blob/master/Others/FloydTriangle.java)
148150
* [GuassLegendre](https://github.com/TheAlgorithms/Java/blob/master/Others/GuassLegendre.java)
149151
* [InsertDeleteInArray](https://github.com/TheAlgorithms/Java/blob/master/Others/InsertDeleteInArray.java)
@@ -167,6 +169,7 @@
167169
* [StackPostfixNotation](https://github.com/TheAlgorithms/Java/blob/master/Others/StackPostfixNotation.java)
168170
* [TopKWords](https://github.com/TheAlgorithms/Java/blob/master/Others/TopKWords.java)
169171
* [TowerOfHanoi](https://github.com/TheAlgorithms/Java/blob/master/Others/TowerOfHanoi.java)
172+
* [WorstFit](https://github.com/TheAlgorithms/Java/blob/master/Others/WorstFit.java)
170173

171174
## Searches
172175
* [BinarySearch](https://github.com/TheAlgorithms/Java/blob/master/Searches/BinarySearch.java)

0 commit comments

Comments
 (0)