File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 22
22
* [ Factorial] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Factorial.kt )
23
23
* [ Median] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Median.kt )
24
24
* [ 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 )
25
27
* Search
26
28
* [ Binarysearch] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/search/BinarySearch.kt )
27
29
* [ Interpolationsearch] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/search/InterpolationSearch.kt )
55
57
* [ Factorialtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/FactorialTest.kt )
56
58
* [ Median] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/Median.kt )
57
59
* [ 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 )
58
62
* Search
59
63
* [ Binarysearchtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/search/BinarySearchTest.kt )
60
64
* [ Interpolationsearchtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/search/InterpolationSearchTest.kt )
You can’t perform that action at this time.
0 commit comments