File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 17
17
* [ Weightedjobscheduling] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/dynamicProgramming/WeightedJobScheduling.kt )
18
18
* [ Zerooneknapsackproblem] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/dynamicProgramming/ZeroOneKnapsackProblem.kt )
19
19
* Math
20
+ * [ Area] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Area.kt )
20
21
* [ Average] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Average.kt )
21
22
* [ Factorial] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Factorial.kt )
22
23
* [ Median] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/main/kotlin/math/Median.kt )
49
50
* [ Weightedjobschedulingtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/dynamicProgramming/WeightedJobSchedulingTest.kt )
50
51
* [ Zerooneknapsackproblemtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/dynamicProgramming/ZeroOneKnapsackProblemTest.kt )
51
52
* Math
53
+ * [ Areatest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/AreaTest.kt )
52
54
* [ Averagetest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/AverageTest.kt )
53
55
* [ Factorialtest] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/FactorialTest.kt )
54
56
* [ Median] ( https://github.com/TheAlgorithms/Kotlin/blob/master/src/test/kotlin/math/Median.kt )
You can’t perform that action at this time.
0 commit comments