Skip to content

Commit a6398d1

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 65dcfd9 commit a6398d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
* [PalindromePrime](https://github.com/TheAlgorithms/Java/blob/master/Misc/PalindromePrime.java)
138138

139139
## Others
140+
* [3 sum](https://github.com/TheAlgorithms/Java/blob/master/Others/3%20sum.java)
140141
* [Abecedarian](https://github.com/TheAlgorithms/Java/blob/master/Others/Abecedarian.java)
141142
* [Armstrong](https://github.com/TheAlgorithms/Java/blob/master/Others/Armstrong.java)
142143
* [BestFit](https://github.com/TheAlgorithms/Java/blob/master/Others/BestFit.java)
@@ -167,6 +168,7 @@
167168
* [ReverseStackUsingRecursion](https://github.com/TheAlgorithms/Java/blob/master/Others/ReverseStackUsingRecursion.java)
168169
* [ReverseString](https://github.com/TheAlgorithms/Java/blob/master/Others/ReverseString.java)
169170
* [RootPrecision](https://github.com/TheAlgorithms/Java/blob/master/Others/RootPrecision.java)
171+
* [Rotation of array without using extra space](https://github.com/TheAlgorithms/Java/blob/master/Others/Rotation%20of%20array%20without%20using%20extra%20space.java)
170172
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Java/blob/master/Others/SieveOfEratosthenes.java)
171173
* [SJF](https://github.com/TheAlgorithms/Java/blob/master/Others/SJF.java)
172174
* [SkylineProblem](https://github.com/TheAlgorithms/Java/blob/master/Others/SkylineProblem.java)

0 commit comments

Comments
 (0)