Merge branch 'develop' of github.com:evitwilly/Kotlin-Algorithms-and-Design-Patterns into develop

This commit is contained in:
evitwilly
2022-09-02 11:24:39 +03:00
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ Content:
* [Finding the minimum](/src/main/kotlin/other/Max.kt)
* [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)
## Your wishes and ideas

View File

@ -72,6 +72,7 @@
* [Поиск минимума](/src/main/kotlin/other/Max.kt)
* [Поиск максимума](/src/main/kotlin/other/Min.kt)
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
* [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
## Ваши пожелания и идеи