Skip to content

Commit 16dbd28

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent c109f47 commit 16dbd28

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
@@ -17,6 +17,7 @@
1717
* [Weightedjobscheduling](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/dynamicProgramming/WeightedJobScheduling.kt)
1818
* [Zerooneknapsackproblem](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/dynamicProgramming/ZeroOneKnapsackProblem.kt)
1919
* Math
20+
* [Area](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Area.kt)
2021
* [Average](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Average.kt)
2122
* [Factorial](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Factorial.kt)
2223
* [Median](https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Median.kt)
@@ -49,6 +50,7 @@
4950
* [Weightedjobschedulingtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/dynamicProgramming/WeightedJobSchedulingTest.kt)
5051
* [Zerooneknapsackproblemtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/dynamicProgramming/ZeroOneKnapsackProblemTest.kt)
5152
* Math
53+
* [Areatest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/AreaTest.kt)
5254
* [Averagetest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/AverageTest.kt)
5355
* [Factorialtest](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/FactorialTest.kt)
5456
* [Median](https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/Median.kt)

0 commit comments

Comments
 (0)