We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76a6a2 commit b1c59dcCopy full SHA for b1c59dc
README.md
@@ -73,8 +73,8 @@ Content:
73
* [FizzBuzz](/src/main/kotlin/other/FizzBuzz.kt)
74
* [Reverse Array](/src/main/kotlin/other/ReverseArray.kt)
75
* [Sieve of Eratosthenes](/src/main/kotlin/other/SieveOfEratosthenes.kt)
76
- * [Finding the minimum](/src/main/kotlin/other/Max.kt)
77
- * [Finding the maximum](/src/main/kotlin/other/Min.kt)
+ * [Finding the minimum](/src/main/kotlin/other/Min.kt)
+ * [Finding the maximum](/src/main/kotlin/other/Max.kt)
78
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
79
* [Finite state machine](/src/main/kotlin/other/BinaryDigitsCounter.kt)
80
* [ParenthesisCheck](/src/main/kotlin/other/ParenthesisCheck.kt)
0 commit comments