- Codewarriors are strongly encouraged not to look at your solutions to Kata until they have completed it themselves or at least took the time to think about their own approaches
- Codewarriors should not submit your solutions as their own
- You will not be accepting contributions of any form to this repo
- Creating a repository like this is discouraged by Codewars
- In this repository you will not find answers to 7-8 kata (only two tasks from 7 kata)
There's a folder for each kata nested in its own kyu
├── 4-kyu/
│ ├── path_finder_can you_reach_the_exit.py
│ └── range_extraction.py
│ └── ...
|
├── 5-kyu/
│ ├── RGB_to_hex_conversion.py
| ├── memoized_fibonacci.py
│ └── ...