Skip to content

Commit db1f5a4

Browse files
committed
docs: update kata statistics
1 parent 4243d20 commit db1f5a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
title="Views statistics +1 👀">
77
</a>
88
<a href="https://www.codewars.com">
9-
<img src="https://img.shields.io/badge/solved%20kata-945-red.svg"
9+
<img src="https://img.shields.io/badge/solved%20kata-950-red.svg"
1010
title="Number of solved kata 👌">
1111
</a>
1212
<a href="https://travis-ci.org/ParanoidUser/codewars-handbook">
@@ -74,7 +74,7 @@ If you find the repo helpful, **please give it a thank with** <span title="↑
7474
title="- Complex language features (closures, scopes, monads, etc)&#13;- Complex OOP/Functional concepts&#13;- Basic Design Patterns&#13;- Complex Regular Expressions">6th kyū
7575
</a>
7676
</td>
77-
<td>254</td>
77+
<td>259</td>
7878
</tr>
7979
<tr>
8080
<td>

kata/6-kyu/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
# F
103103
- [Fibonacci, Tribonacci and friends](fibonacci-tribonacci-and-friends)
104104
- [Financing Plan on Planet XY140Z-n](financing-plan-on-planet-xy140z-n)
105+
- [Find last Fibonacci digit [hardcore version]](find-last-fibonacci-digit-hardcore-version)
105106
- [Find the missing letter](find-the-missing-letter)
106107
- [Find the odd int](find-the-odd-int)
107108
- [Find The Parity Outlier](find-the-parity-outlier)
@@ -113,6 +114,7 @@
113114
- [Fractions class](fractions-class)
114115
- [Frog jumping](frog-jumping)
115116
- [Fruit Machine](fruit-machine)
117+
- [Fun with lists: countIf](fun-with-lists-countif)
116118
- [Fun with lists: map](fun-with-lists-map)
117119
- [Fun with trees: max sum](fun-with-trees-max-sum)
118120
- [Function iteration](function-iteration)
@@ -126,6 +128,7 @@
126128
- [Hidden "Cubic" numbers](hidden-cubic-numbers)
127129
- [Highest Scoring Word](highest-scoring-word)
128130
- [How Much?](how-much)
131+
- [HTML dynamic color string generation](html-dynamic-color-string-generation)
129132
# I
130133
- [Integer depth](integer-depth)
131134
- [Integers: Recreation Two](integers-recreation-two)
@@ -157,6 +160,7 @@
157160
- [Numericals of a String](numericals-of-a-string)
158161
# O
159162
- [Odd/Even number of divisors](odd-slash-even-number-of-divisors)
163+
- [Overflowing with longing](overflowing-with-longing)
160164
# P
161165
- [Parabolic Arc Length](parabolic-arc-length)
162166
- [Parse HTML/CSS Colors](parse-html-slash-css-colors)
@@ -201,6 +205,7 @@
201205
- [Simple card game](simple-card-game)
202206
- [Simple Encryption #1 - Alternating Split](simple-encryption-number-1-alternating-split)
203207
- [Simple Fun #116: Prime String](simple-fun-number-116-prime-string)
208+
- [Simple Fun #319: Number And IP Address](simple-fun-number-319-number-and-ip-address)
204209
- [Simple string indices](simple-string-indices)
205210
- [Simple transposition](simple-transposition)
206211
- [Simpson's Rule - Approximate Integration](simpsons-rule-approximate-integration)

0 commit comments

Comments
 (0)