File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Algorithms.Tests
4
4
* Math
5
+ * [ Absmaxtests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/AbsMaxTests.fs )
6
+ * [ Absmintests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/AbsMinTests.fs )
7
+ * [ Abstests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/AbsTests.fs )
5
8
* [ Factorialtests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/FactorialTests.fs )
6
9
* [ Perfectnumberstests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/PerfectNumbersTests.fs )
7
10
* [ Powertests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/PowerTests.fs )
11
+ * [ Primetests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Math/PrimeTests.fs )
8
12
* [ Program] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Program.fs )
13
+ * Search
14
+ * [ Binarysearchtests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Search/BinarySearchTests.fs )
9
15
* Strings
10
16
* [ Capitalizetests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Strings/CapitalizeTests.fs )
11
17
* [ Checkanagramstests] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms.Tests/Strings/CheckAnagramsTests.fs )
36
42
* [ Absmin] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/AbsMin.fs )
37
43
* [ Factorial] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Factorial.fs )
38
44
* [ Fibonacci] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Fibonacci.fs )
39
- * [ Perfect Numbers ] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Perfect_Numbers .fs )
45
+ * [ Perfectnumbers ] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/PerfectNumbers .fs )
40
46
* [ Power] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Power.fs )
47
+ * [ Prime] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Prime.fs )
41
48
* Search
42
49
* [ Binarysearch] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Search/BinarySearch.fs )
43
50
* Sort
You can’t perform that action at this time.
0 commit comments