File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ Content:
76
76
* [ Finding the maximum] ( /src/main/kotlin/other/Min.kt )
77
77
* [ The square root of a number] ( /src/main/kotlin/other/Sqrt.kt )
78
78
* [ Finite state machine] ( /src/main/kotlin/other/BinaryDigitsCounter.kt )
79
+ * [ ParenthesisCheck] ( /src/main/kotlin/other/ParenthesisCheck.kt )
80
+ * [ StringEqualsHash] ( /src/main/kotlin/other/StringEqualsHash.kt )
79
81
80
82
## Your wishes and ideas
81
83
Original file line number Diff line number Diff line change 74
74
* [ Поиск максимума] ( /src/main/kotlin/other/Min.kt )
75
75
* [ Квадратный корень из числа] ( /src/main/kotlin/other/Sqrt.kt )
76
76
* [ Конечный автомат] ( /src/main/kotlin/other/BinaryDigitsCounter.kt )
77
+ * [ Проверка скобок на корректность] ( /src/main/kotlin/other/ParenthesisCheck.kt )
78
+ * [ Сравнение строк с помощью хэша] ( /src/main/kotlin/other/StringEqualsHash.kt )
77
79
78
80
## Ваши пожелания и идеи
79
81
You can’t perform that action at this time.
0 commit comments