Skip to content

Commit b1c59dc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Content:
7373
* [FizzBuzz](/src/main/kotlin/other/FizzBuzz.kt)
7474
* [Reverse Array](/src/main/kotlin/other/ReverseArray.kt)
7575
* [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)
76+
* [Finding the minimum](/src/main/kotlin/other/Min.kt)
77+
* [Finding the maximum](/src/main/kotlin/other/Max.kt)
7878
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
7979
* [Finite state machine](/src/main/kotlin/other/BinaryDigitsCounter.kt)
8080
* [ParenthesisCheck](/src/main/kotlin/other/ParenthesisCheck.kt)

0 commit comments

Comments
 (0)