Skip to content

Commit db86e64

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

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
@@ -133,6 +133,7 @@
133133
* [Combinations](https://github.com/TheAlgorithms/Java/blob/master/Maths/Combinations.java)
134134
* [Convolution](https://github.com/TheAlgorithms/Java/blob/master/Maths/Convolution.java)
135135
* [ConvolutionFFT](https://github.com/TheAlgorithms/Java/blob/master/Maths/ConvolutionFFT.java)
136+
* [EulerMethod](https://github.com/TheAlgorithms/Java/blob/master/Maths/EulerMethod.java)
136137
* [Factorial](https://github.com/TheAlgorithms/Java/blob/master/Maths/Factorial.java)
137138
* [FactorialRecursion](https://github.com/TheAlgorithms/Java/blob/master/Maths/FactorialRecursion.java)
138139
* [FFT](https://github.com/TheAlgorithms/Java/blob/master/Maths/FFT.java)
@@ -260,6 +261,7 @@
260261
* [ShellSort](https://github.com/TheAlgorithms/Java/blob/master/Sorts/ShellSort.java)
261262
* [SortAlgorithm](https://github.com/TheAlgorithms/Java/blob/master/Sorts/SortAlgorithm.java)
262263
* [SortUtils](https://github.com/TheAlgorithms/Java/blob/master/Sorts/SortUtils.java)
264+
* [TimSort](https://github.com/TheAlgorithms/Java/blob/master/Sorts/TimSort.java)
263265

264266
## strings
265267
* [Alphabetical](https://github.com/TheAlgorithms/Java/blob/master/strings/Alphabetical.java)

0 commit comments

Comments
 (0)