Skip to content

Commit f847559

Browse files
added new algorithms in README
1 parent 378d70d commit f847559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Content:
7575
* [Finding the maximum](/src/main/kotlin/other/Min.kt)
7676
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
7777
* [Finite state machine](/src/main/kotlin/other/BinaryDigitsCounter.kt)
78+
* [ParenthesisCheck](/src/main/kotlin/other/ParenthesisCheck.kt)
79+
* [StringEqualsHash](/src/main/kotlin/other/StringEqualsHash.kt)
7880

7981
## Your wishes and ideas
8082

0 commit comments

Comments
 (0)