A centralized repository for my solutions to Codewars challenges (katas).
I use the following hierarchy to ensure scalability, clean navigation, and logical grouping as the number of exercises grows:
/Language (e.g., C, C++, C#, asm, ...)
/Difficulty-Rank (e.g., 8kyu, 7kyu, 6kyu, ...)
/problem-slug-name
Solution.cs # Main solution code
README.md # Link to challenge and notes