Skip to content

Commit e57a888

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* [Factorial](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Factorial.kt)
2323
* [Median](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Median.kt)
2424
* [Twosum](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/TwoSum.kt)
25+
* Other
26+
* [Palindrome](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/other/Palindrome.kt)
2527
* Search
2628
* [Binarysearch](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/search/BinarySearch.kt)
2729
* [Interpolationsearch](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/search/InterpolationSearch.kt)
@@ -55,6 +57,8 @@
5557
* [Factorialtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/FactorialTest.kt)
5658
* [Median](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/Median.kt)
5759
* [Twosum](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/TwoSum.kt)
60+
* Other
61+
* [Palindrometest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/other/PalindromeTest.kt)
5862
* Search
5963
* [Binarysearchtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/search/BinarySearchTest.kt)
6064
* [Interpolationsearchtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/search/InterpolationSearchTest.kt)

0 commit comments

Comments
 (0)