Skip to content

Commit

Permalink
chore: sync-up catalog (#294)
Browse files Browse the repository at this point in the history
 - kata/decimal-time-conversion (beta => 7-kyu)
 - kata/valid-parentheses (5-kyu => retired)
  • Loading branch information
ParanoidUser committed Apr 6, 2023
1 parent 00d74ba commit ee909fb
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ slug.

| [1 kyu](/kata/1-kyu/index.md) | [2 kyu](/kata/2-kyu/index.md) | [3 kyu](/kata/3-kyu/index.md) | [4 kyu](/kata/4-kyu/index.md) | [5 kyu](/kata/5-kyu/index.md) | [6 kyu](/kata/6-kyu/index.md) | [7 kyu](/kata/7-kyu/index.md) | [8 kyu](/kata/8-kyu/index.md) | [beta](/kata/beta/index.md) | [retired](/kata/retired/index.md) |
|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:---------------------------:|:---------------------------------:|
| - | - | 2 | 15 | 30 | 397 | 530 | 193 | 63 | 70 |
| - | - | 2 | 15 | 29 | 397 | 531 | 193 | 62 | 71 |

**Note:** The source code is written in Java 17 and may use language features that are incompatible
with Java 8, 11.
Expand Down
2 changes: 0 additions & 2 deletions kata/5-kyu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@
- [String incrementer](string-incrementer)
# T
- [Tic-Tac-Toe Checker](tic-tac-toe-checker)
# V
- [Valid Parentheses](valid-parentheses)
# W
- [Weight for weight](weight-for-weight)
1 change: 1 addition & 0 deletions kata/7-kyu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
# D
- [Debug Sum of Digits of a Number](debug-sum-of-digits-of-a-number)
- [Decimal decomposition](decimal-decomposition)
- [Decimal Time Conversion](decimal-time-conversion)
- [Decipher the Message](decipher-the-message)
- [Delta Bits](delta-bits)
- [Deodorant Evaporator](deodorant-evaporator)
Expand Down
1 change: 0 additions & 1 deletion kata/beta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- [Count the likes](count-the-likes)
- [Counting Characters](counting-characters)
# D
- [Decimal Time Conversion](decimal-time-conversion)
- [Decoding a logic transmission](decoding-a-logic-transmission)
- [Divisible by 9?](divisible-by-9)
# F
Expand Down
1 change: 1 addition & 0 deletions kata/retired/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
# U
- [Unique Characters](unique-characters)
# V
- [Valid Parentheses](valid-parentheses)
- [Vasya - Clerk](vasya-clerk)
- [Vasya and Stairs](vasya-and-stairs)
- [Vasya and System of Equations](vasya-and-system-of-equations)
Expand Down
File renamed without changes.

0 comments on commit ee909fb

Please sign in to comment.