Skip to content

Commit

Permalink
chore: sync-up catalog (#457)
Browse files Browse the repository at this point in the history
- kata/bad-hash-string-to-string (beta => retired)
- kata/mode-count (beta => retired)
- kata/players-score-class (beta => retired)
  • Loading branch information
ParanoidUser committed Nov 1, 2023
1 parent 674bc14 commit 7556eab
Show file tree
Hide file tree
Showing 12 changed files with 4 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) |
|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------:|:---------------------------:|:---------------------------------:|
| - | 1 | 2 | 22 | 40 | 413 | 557 | 205 | 58 | 76 |
| - | 1 | 2 | 22 | 40 | 413 | 558 | 205 | 55 | 79 |

**Note:** The source code is written in Java 17 and may use language features that are incompatible
with Java 8, 11.
Expand Down
3 changes: 0 additions & 3 deletions kata/beta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- [02. Sum of array's elements](02-sum-of-arrays-elements)
# B
- [Bad Collection?](bad-collection)
- [BAD Hash - String to String](bad-hash-string-to-string)
- [Basic Arabic-To-Roman Numerals (1 to 999)](basic-arabic-to-roman-numerals-1-to-999)
- [Beginner friendly: remove the letter o](beginner-friendly-remove-the-letter-o)
- [Brackets Checker](brackets-checker)
Expand Down Expand Up @@ -34,7 +33,6 @@
# M
- [Max Consecutive Sum](max-consecutive-sum)
- [Merging Phone Numbers](merging-phone-numbers)
- [Mode Count](mode-count)
# O
- [Only UNChecked Exceptions](only-unchecked-exceptions)
# P
Expand All @@ -43,7 +41,6 @@
- [Parenthesis validator](parenthesis-validator)
- [Perimeter of a Rectangle](perimeter-of-a-rectangle)
- [Phase Transitions](phase-transitions)
- [Player's Score Class](players-score-class)
- [Primary Primes](primary-primes)
# R
- [Random Wallpaper](random-wallpaper)
Expand Down
3 changes: 3 additions & 0 deletions kata/retired/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [Ancestors Blowfish - play with bits](ancestors-blowfish-play-with-bits)
- [Array to ArrayList](array-to-arraylist)
# B
- [BAD Hash - String to String](bad-hash-string-to-string)
- [Base Factorial Converter](base-factorial-converter)
- [Bobby Builds a PC](bobby-builds-a-pc)
# C
Expand Down Expand Up @@ -44,6 +45,7 @@
- [List:Find Total Numbers](list-find-total-numbers)
- [Load value from system variable](load-value-from-system-variable)
# M
- [Mode Count](mode-count)
- [Multiline String Maker](multiline-string-maker)
# N
- [N-th Power](n-th-power)
Expand All @@ -52,6 +54,7 @@
# O
- [Open a weak chest.](open-a-weak-chest)
# P
- [Player's Score Class](players-score-class)
- [Playing with Streams: Sum](playing-with-streams-sum)
- [Points in Segments](points-in-segments)
- [Positive & Negative Regex](positive-and-negative-regex)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7556eab

Please sign in to comment.