Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 863 Bytes

File metadata and controls

21 lines (11 loc) · 863 Bytes

CodeWars Algorithms

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.

Getting Started

To get a copy of these solutions, clone the repository using the following command:

git clone https://github.com/TeuerStein/CodeWars_Algorithms.git

Structure

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.

License

This project is licensed under the GNU General Public License (GPL).