@@ -49,7 +49,7 @@ multiple times and be persistent over time.
49
49
50
50
**Good luck! 🤞**
51
51
52
- **New in Town **
52
+ **Beginner **
53
53
54
54
- [Capitalize sentence](src/test/kotlin/com/igorwojda/string/capitalizesentence)
55
55
- [Get odd numbers](src/test/kotlin/com/igorwojda/integer/getodd)
@@ -70,7 +70,7 @@ multiple times and be persistent over time.
70
70
- [Decapitalize const](src/test/kotlin/com/igorwojda/string/decapitalizeconst)
71
71
- [Longest word](src/test/kotlin/com/igorwojda/string/longestword)
72
72
73
- **Apprentice **
73
+ **Intermediate **
74
74
75
75
- [Is palindrome](src/test/kotlin/com/igorwojda/string/ispalindrome/basic)
76
76
- [Is tolerant palindrome](src/test/kotlin/com/igorwojda/string/ispalindrome/tolerant)
@@ -86,7 +86,7 @@ multiple times and be persistent over time.
86
86
- [Caesar Cipher](src/test/kotlin/com/igorwojda/string/caesarcipher)
87
87
- [Has repeated char](src/test/kotlin/com/igorwojda/string/hasrepeatedcharacter)
88
88
89
- **Warrior **
89
+ **Advanced **
90
90
91
91
- [Spiral matrix generator](src/test/kotlin/com/igorwojda/matrix/spiralmatrixgenerator)
92
92
- [Find rectangle](src/test/kotlin/com/igorwojda/matrix/findrectangle)
@@ -115,7 +115,7 @@ multiple times and be persistent over time.
115
115
- [Doubly linked list](src/test/kotlin/com/igorwojda/linkedlist/doubly/base)
116
116
- [Max binary heap](src/test/kotlin/com/igorwojda/tree/heap/maxbinaryheap)
117
117
118
- **Commander **
118
+ **Expert **
119
119
120
120
- [Chunk](src/test/kotlin/com/igorwojda/list/chunk)
121
121
- [Singly linked list](src/test/kotlin/com/igorwojda/linkedlist/singly/base)
@@ -136,7 +136,7 @@ multiple times and be persistent over time.
136
136
137
137
## More coding challenges
138
138
139
- ### Challanges
139
+ ### Challenges
140
140
141
141
- [GeeksForGeeks](https://practice.geeksforgeeks.org/explore) - large and nicely segregated set of problems.
142
142
- [HackerRank](https://www.hackerrank.com/dashboard) - large set of problems and additional interview problems for
0 commit comments