Skip to content

Simple algorithms (and data structures) written in pure C for educational reasons

License

Notifications You must be signed in to change notification settings

karel-burda/algorithms

Repository files navigation

Version License Build Status Codecov Status

Important

This project contains git sub-modules.

If you just want to use the implementation, you can clone without sub-modules. In case you want to build the tests, be sure to clone the repository with --recurse-submodules or --recursive on older versions of git. Alternatively, you can clone without sub-modules and initialize these later.

Introduction

Simple algorithms and data structures written in C for educational purposes.

Releases

No releases published

Packages

No packages published