This repository hosts solutions for algorithm problems from CodeWars, an online platform that enhances coding skills through challenging problems.
The algorithms are implemented in C/C++, and each algorithm resides in its dedicated directory.
To get a copy of these solutions, clone the repository using the following command:
git clone https://github.com/TeuerStein/CodeWars_Algorithms.git
Each directory in the repository represents a different problem from CodeWars. Inside each directory, you'll find a main.c file which contains the C code solution for the respective problem.
For example, the directory Make_a_spiral contains the solution for the "Make a Spiral" problem.
This project is licensed under the GNU General Public License (GPL).