added new algorithms in README

This commit is contained in:
Dmitry
2022-09-04 06:07:29 +03:00
committed by GitHub
parent 378d70d3fe
commit f847559fa9

View File

@ -75,6 +75,8 @@ Content:
* [Finding the maximum](/src/main/kotlin/other/Min.kt)
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
* [Finite state machine](/src/main/kotlin/other/BinaryDigitsCounter.kt)
* [ParenthesisCheck](/src/main/kotlin/other/ParenthesisCheck.kt)
* [StringEqualsHash](/src/main/kotlin/other/StringEqualsHash.kt)
## Your wishes and ideas