fix error "min and max algorithms are confused"
This commit is contained in:
@ -71,8 +71,8 @@
|
||||
* [FizzBuzz](/src/main/kotlin/other/FizzBuzz.kt)
|
||||
* [Алгоритм переворота массива](/src/main/kotlin/other/ReverseArray.kt)
|
||||
* [Решето Эратосфена](/src/main/kotlin/other/SieveOfEratosthenes.kt)
|
||||
* [Поиск минимума](/src/main/kotlin/other/Max.kt)
|
||||
* [Поиск максимума](/src/main/kotlin/other/Min.kt)
|
||||
* [Поиск минимума](/src/main/kotlin/other/Min.kt)
|
||||
* [Поиск максимума](/src/main/kotlin/other/Max.kt)
|
||||
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
|
||||
* [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
|
||||
* [Проверка скобок на корректность](/src/main/kotlin/other/ParenthesisCheck.kt)
|
||||
|
||||
Reference in New Issue
Block a user