Skip to content

Commit 24c38e8

Browse files
authored
Update Readme (#129)
1 parent bb65a21 commit 24c38e8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run checks
1+
name: Check
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
types: [ opened, synchronize ]
88

99
jobs:
10-
run:
10+
check:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ multiple times and be persistent over time.
4949

5050
**Good luck! 🤞**
5151

52-
**New in Town**
52+
**Beginner**
5353

5454
- [Capitalize sentence](src/test/kotlin/com/igorwojda/string/capitalizesentence)
5555
- [Get odd numbers](src/test/kotlin/com/igorwojda/integer/getodd)
@@ -70,7 +70,7 @@ multiple times and be persistent over time.
7070
- [Decapitalize const](src/test/kotlin/com/igorwojda/string/decapitalizeconst)
7171
- [Longest word](src/test/kotlin/com/igorwojda/string/longestword)
7272

73-
**Apprentice**
73+
**Intermediate**
7474

7575
- [Is palindrome](src/test/kotlin/com/igorwojda/string/ispalindrome/basic)
7676
- [Is tolerant palindrome](src/test/kotlin/com/igorwojda/string/ispalindrome/tolerant)
@@ -86,7 +86,7 @@ multiple times and be persistent over time.
8686
- [Caesar Cipher](src/test/kotlin/com/igorwojda/string/caesarcipher)
8787
- [Has repeated char](src/test/kotlin/com/igorwojda/string/hasrepeatedcharacter)
8888

89-
**Warrior**
89+
**Advanced**
9090

9191
- [Spiral matrix generator](src/test/kotlin/com/igorwojda/matrix/spiralmatrixgenerator)
9292
- [Find rectangle](src/test/kotlin/com/igorwojda/matrix/findrectangle)
@@ -115,7 +115,7 @@ multiple times and be persistent over time.
115115
- [Doubly linked list](src/test/kotlin/com/igorwojda/linkedlist/doubly/base)
116116
- [Max binary heap](src/test/kotlin/com/igorwojda/tree/heap/maxbinaryheap)
117117

118-
**Commander**
118+
**Expert**
119119

120120
- [Chunk](src/test/kotlin/com/igorwojda/list/chunk)
121121
- [Singly linked list](src/test/kotlin/com/igorwojda/linkedlist/singly/base)
@@ -136,7 +136,7 @@ multiple times and be persistent over time.
136136

137137
## More coding challenges
138138

139-
### Challanges
139+
### Challenges
140140

141141
- [GeeksForGeeks](https://practice.geeksforgeeks.org/explore) - large and nicely segregated set of problems.
142142
- [HackerRank](https://www.hackerrank.com/dashboard) - large set of problems and additional interview problems for

0 commit comments

Comments
 (0)