karel-burda / algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C 49.5%Language:C++ 40.0%Language:CMake 10.5%