We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96907 + cda442d commit d714fc1Copy full SHA for d714fc1
README.md
@@ -74,6 +74,7 @@ Content:
74
* [Finding the minimum](/src/main/kotlin/other/Max.kt)
75
* [Finding the maximum](/src/main/kotlin/other/Min.kt)
76
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
77
+ * [Finite state machine](/src/main/kotlin/other/BinaryDigitsCounter.kt)
78
79
## Your wishes and ideas
80
README_ru.md
@@ -72,6 +72,7 @@
72
* [Поиск минимума](/src/main/kotlin/other/Max.kt)
73
* [Поиск максимума](/src/main/kotlin/other/Min.kt)
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
+ * [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
## Ваши пожелания и идеи
0 commit comments