CodingGarden / code-katas

The code for the katas I solve live on stream.
https://www.youtube.com/playlist?list=PLM_i0obccy3sZGzZdpEtxPcR1iPIV0taQ
172 stars 44 forks source link

Kata Suggestions #1

Closed w3cj closed 5 years ago

w3cj commented 6 years ago

Leave a link to a kata you would like me to do in the next episode!

w3cj commented 6 years ago

Andrea Schmidt: if you can solve this kata and get it to run without timeout you are my hero: https://www.codewars.com/kata/sum-of-pairs

Eckhardt-D commented 6 years ago

https://www.codewars.com/kata/fat-fingers (DRVFT athletics/ Kaizen Media)

chadwithuhc commented 6 years ago

Curious how to solve a kata that requires testing variations of multiple array values ranges: https://www.codewars.com/kata/54521e9ec8e60bc4de000d6c

CassandraGoose commented 6 years ago

Any of these?

https://www.codewars.com/kata/55c04b4cc56a697bb0000048 https://www.codewars.com/kata/52685f7382004e774f0001f7 https://www.codewars.com/kata/583203e6eb35d7980400002a https://www.codewars.com/kata/5324945e2ece5e1f32000370

jross111 commented 6 years ago

http://www.codewars.com/kata/574d0b01b4b769b207000ca3/train/javascript

mertcanekiz commented 6 years ago

https://www.codewars.com/kata/twice-linear/train/javascript

mertcanekiz commented 6 years ago

8kyu https://www.codewars.com/kata/577bd026df78c19bca0002c0 6kyu https://www.codewars.com/kata/5ad6266b673f2f067b000004 4kyu https://www.codewars.com/kata/520446778469526ec0000001

And my first approved kata 😄 : https://www.codewars.com/kata/exponential-comparison

andreaslorozco commented 6 years ago

6 kyu https://www.codewars.com/kata/54bf1c2cd5b56cc47f0007a1

The first solution that shows up after kata looks like it uses 20 loops to get it solved âž¿

Editing to add this other one:

6 kyu https://www.codewars.com/kata/54da5a58ea159efa38000836

Californ1a commented 6 years ago

If you're ever looking for one that's more challenging, this one seems pretty fun, though it will probably take a while to complete.

2 kyu https://www.codewars.com/kata/simple-sql-engine

Editing to add this one. It's exactly the same as a previous one you've done, but with a character count limit, which adds a bit of challenge to it:

6 kyu https://www.codewars.com/kata/5acd142a2ec8c48521000104

ms747 commented 5 years ago

Find all possible number combos that sum to a number https://www.codewars.com/kata/555b1890a75b930e63000023/solutions/javascript (I think you'll like this one.)

SathvikKuthuru commented 5 years ago

This is a 4kyu code kata; It's a little bit longer and deals with OOP but I think it's still doable. It would be awesome to see you solve it on stream: https://www.codewars.com/kata/create-a-funnel/train/javascript

SathvikKuthuru commented 5 years ago

Here's a fun 4kyu kata that I think you'll enjoy: https://www.codewars.com/kata/matrix-determinant/train/javascript

6kyu: https://www.codewars.com/kata/bouncing-balls

mjacobson7 commented 5 years ago

I was having trouble with this one, so I'd love to see you cover this:

https://www.codewars.com/kata/most-consecutive-0-s-in-a-row-code-golf/train/javascript

DanieleMS1 commented 5 years ago

This one looks cool but I can't figure it out!

4kyu: www.codewars.com/kata/4-by-4-skyscrapers

surajrathod commented 5 years ago

6kyu: [https://www.codewars.com/kata/reverse-polish-notation-calculator]

SathvikKuthuru commented 5 years ago

i can get it to pass initial tests but it fails half the final tests -- : ( https://www.codewars.com/kata/distributing-candies-fairly

I might be able to help if can see your code :)

monyedavid commented 5 years ago

Hello Cj i think its about time you solved a 1kyu or 2kyu kata.. Its going to be super fun

w3cj commented 5 years ago

Hello Cj i think its about time you solved a 1kyu or 2kyu kata.. Its going to be super fun

I should! Though a 1 kyu or 2kyu might take me the whole episode to solve.

dbear1000 commented 5 years ago

5kyu - https://www.codewars.com/kata/phone-numbers/train/javascript

dbear1000 commented 5 years ago

4kyu - https://www.codewars.com/kata/counting-string-subsequences/train/javascript

amirsaeed671 commented 5 years ago

1kyu - https://www.codewars.com/kata/5a5519858803853691000069 plz solve this kata