We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c59dc commit 56a1b5bCopy full SHA for 56a1b5b
README_ru.md
@@ -71,8 +71,8 @@
71
* [FizzBuzz](/src/main/kotlin/other/FizzBuzz.kt)
72
* [Алгоритм переворота массива](/src/main/kotlin/other/ReverseArray.kt)
73
* [Решето Эратосфена](/src/main/kotlin/other/SieveOfEratosthenes.kt)
74
- * [Поиск минимума](/src/main/kotlin/other/Max.kt)
75
- * [Поиск максимума](/src/main/kotlin/other/Min.kt)
+ * [Поиск минимума](/src/main/kotlin/other/Min.kt)
+ * [Поиск максимума](/src/main/kotlin/other/Max.kt)
76
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
77
* [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
78
* [Проверка скобок на корректность](/src/main/kotlin/other/ParenthesisCheck.kt)
0 commit comments