An open API service indexing awesome lists of open source software.

https://github.com/mandeep/c-algorithms

Data structures, abstract data types, and algorithms written in C
https://github.com/mandeep/c-algorithms

Last synced: about 1 year ago
JSON representation

Data structures, abstract data types, and algorithms written in C

Awesome Lists containing this project

README

          

![c-algorithms](algorithms.png)
[![Travis (.org) branch](https://img.shields.io/travis/mandeep/c-algorithms/master.svg?style=flat-square)](https://travis-ci.org/mandeep/c-algorithms)
[![Coveralls github branch](https://img.shields.io/coveralls/github/mandeep/c-algorithms/master.svg?style=flat-square)](https://coveralls.io/github/mandeep/c-algorithms)

This repository contains a collection of data structures, abstract data types, and algorithms written in C. Hopefully this assortment is as useful to others as it is to me.