Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 887 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 887 Bytes

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.