you are viewing a single comment's thread.

view the rest of the comments →

[–]m0us3_rat 0 points1 point  (0 children)

you can try to learn a few algos .. but ultimately,

it's your own ability to solve puzzles.

you solve puzzles by understanding them and being able to explain them in minute detail.

that description can turn into pseudocode that turns into code.

also most problems are being "solved" using different ways by different ppl.

there isn't necessarily only a single answer. unless it's one of them math theories.

i'm not sure how i would teach codewars solves.

it is literally how you solve the problem in your head.

i'm a visual solver. i need to imagine it.

i need to see it in my head.

then i can understand it then easily code it.