@@ -13,15 +13,15 @@ So below is a table of challenges that I consider to be complete, and to have be
1313
1414### Week 1
1515
16- | | | Python | Elixir | TypeScript | Go |
17- | -| - | - | - | - | - |
18- | W1/1| Plus Minus | [ ![ PR] ( img/pr.svg )] [ 11py ] | [ ![ PR] ( img/pr.svg )] [ 11ex ] | ➖ | [ ![ PR] ( img/pr.svg )] [ 11go ] |
19- | W1/2| Mini Max Sum | [ ![ PR] ( img/pr.svg )] [ 12py ] | [ ![ PR] ( img/pr.svg )] [ 12ex ] | ➖ | [ ![ PR] ( img/pr.svg )] [ 11go ] |
20- | W1/3| Time Conversion | [ ![ PR] ( img/pr.svg )] [ 13py ] | [ ![ PR] ( img/pr.svg )] [ 13ex ] | [ ![ PR] ( img/pr.svg )] [ 13ts ] | [ ![ PR] ( img/pr.svg )] [ 11go ] |
21- | W1/4| Breaking Records | [ ![ PR] ( img/pr.svg )] [ 14py ] | [ ![ PR] ( img/pr.svg )] [ 14ex ] | ➖ | ➖ |
22- | W1/5| Camel Case | [ ![ PR] ( img/pr.svg )] [ 15py ] | [ ![ PR] ( img/pr.svg )] [ 15ex ] | ➖ | ➖ |
23- | W1/6| Divisible Sum Pairs | [ ![ PR] ( img/pr.svg )] [ 16py ] | [ ![ PR] ( img/pr.svg )] [ 16ex ] | ➖ | ➖ |
24- | W1/7| Sparse Array | [ ![ PR] ( img/pr.svg )] [ 17py ] | [ ![ PR] ( img/pr.svg )] [ 17ex ] | ➖ | ➖ |
16+ | | | Python | Elixir | TypeScript | Go |
17+ | -| - | - | - | - | - |
18+ | W1/1| [ Plus Minus] [ c11 ] | [ ![ PR] ( img/pr.svg )] [ 11py ] | [ ![ PR] ( img/pr.svg )] [ 11ex ] | ➖ | [ ![ PR] ( img/pr.svg )] [ 11go ] |
19+ | W1/2| [ Mini Max Sum] [ c12 ] | [ ![ PR] ( img/pr.svg )] [ 12py ] | [ ![ PR] ( img/pr.svg )] [ 12ex ] | ➖ | [ ![ PR] ( img/pr.svg )] [ 11go ] |
20+ | W1/3| [ Time Conversion] [ c13 ] | [ ![ PR] ( img/pr.svg )] [ 13py ] | [ ![ PR] ( img/pr.svg )] [ 13ex ] | [ ![ PR] ( img/pr.svg )] [ 13ts ] | [ ![ PR] ( img/pr.svg )] [ 11go ] |
21+ | W1/4| [ Breaking Records] [ c14 ] | [ ![ PR] ( img/pr.svg )] [ 14py ] | [ ![ PR] ( img/pr.svg )] [ 14ex ] | ➖ | ➖ |
22+ | W1/5| [ Camel Case] [ c15 ] | [ ![ PR] ( img/pr.svg )] [ 15py ] | [ ![ PR] ( img/pr.svg )] [ 15ex ] | ➖ | ➖ |
23+ | W1/6| [ Divisible Sum Pairs] [ c16 ] | [ ![ PR] ( img/pr.svg )] [ 16py ] | [ ![ PR] ( img/pr.svg )] [ 16ex ] | ➖ | ➖ |
24+ | W1/7| [ Sparse Array] [ c17 ] | [ ![ PR] ( img/pr.svg )] [ 17py ] | [ ![ PR] ( img/pr.svg )] [ 17ex ] | ➖ | ➖ |
2525
2626[ 11py ] : https://github.com/treejamie/hackerrank-90days/pull/108
2727[ 12py ] : https://github.com/treejamie/hackerrank-90days/pull/108
@@ -155,3 +155,13 @@ pnpm vitest run
155155``` bash
156156python -m unittest -v * /* _test.py
157157```
158+
159+
160+
161+ [ c11 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-plus-minus/problem?isFullScreen=true&h_l=interview&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D=three-month-week-one
162+ [ c12 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-mini-max-sum/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
163+ [ c13 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-time-conversion/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
164+ [ c14 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-breaking-best-and-worst-records/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
165+ [ c15 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-camel-case/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
166+ [ c16 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-divisible-sum-pairs/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
167+ [ c17 ] : https://www.hackerrank.com/challenges/three-month-preparation-kit-sparse-arrays/problem?h_l=interview&isFullScreen=true&playlist_slugs%5B%5D%5B%5D=preparation-kits&playlist_slugs%5B%5D%5B%5D=three-month-preparation-kit&playlist_slugs%5B%5D%5B%5D=three-month-week-one
0 commit comments