Skip to content

Commit 6033427

Browse files
author
evitwilly
committed
Merge branch 'develop' of github.com:evitwilly/Kotlin-Algorithms-and-Design-Patterns into develop
2 parents 1f7cbc4 + a66eaaf commit 6033427

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Content:
7676
* [Finding the maximum](/src/main/kotlin/other/Min.kt)
7777
* [The square root of a number](/src/main/kotlin/other/Sqrt.kt)
7878
* [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)
7981

8082
## Your wishes and ideas
8183

README_ru.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
* [Поиск максимума](/src/main/kotlin/other/Min.kt)
7575
* [Квадратный корень из числа](/src/main/kotlin/other/Sqrt.kt)
7676
* [Конечный автомат](/src/main/kotlin/other/BinaryDigitsCounter.kt)
77+
* [Проверка скобок на корректность](/src/main/kotlin/other/ParenthesisCheck.kt)
78+
* [Сравнение строк с помощью хэша](/src/main/kotlin/other/StringEqualsHash.kt)
7779

7880
## Ваши пожелания и идеи
7981

0 commit comments

Comments
 (0)