C_Algorithms 2.0.0
Documentation
|
This open-source project aims to collect various C algorithms and data structures, making them available to everyone. We welcome contributions from anyone interested in improving or expanding the project.
To get started with this project:
git clone https://github.com/LeonWandruschka/C_Algorithms.git
After installation, you can build and run specific algorithms as described below. Use -h
for help on running an algorithm, x
or X
to exit the program, or CTRL+C
for an immediate stop.
cmake -S . -B build
cmake --build build
To run the executable after building, use: cmake --build build --target runExecutable
For a clean build, add --clean-first
.
Ensure you have gcc
or clang
, and CMake
installed. Conan
is required for managing some library dependencies.
Here's an overview of the project structure:
We welcome contributions! Please see CONTRIBUTING.md for more details on how to contribute to this project.
Thanks to all the contributors who participate in this project.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
For any inquiries or contributions, please contact Leon Wandruschka.