Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56a1b5b

Browse files
fix error "min and max algorithms are confused"
1 parent b1c59dc commit 56a1b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README_ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
* [FizzBuzz](/src/main/kotlin/other/FizzBuzz.kt)
7272
* [Алгоритм переворота массива](/src/main/kotlin/other/ReverseArray.kt)
7373
* [Решето Эратосфена](/src/main/kotlin/other/SieveOfEratosthenes.kt)
74-
* [Поиск минимума](/src/main/kotlin/other/Max.kt)
75-
* [Поиск максимума](/src/main/kotlin/other/Min.kt)
74+
* [Поиск минимума](/src/main/kotlin/other/Min.kt)
75+
* [Поиск максимума](/src/main/kotlin/other/Max.kt)
7676
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
7777
* [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
7878
* [Проверка скобок на корректность](/src/main/kotlin/other/ParenthesisCheck.kt)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /