bofeiw / Algorithms-in-C

Focusing on algorithms themselves, not language. Currently concentrating on sorting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms-in-C

Algorithms should not be restricted to a single programming language. Psedu code might be the best way to represent algorithms, but they are not runable. Then C might be the second suitable language to describe algorithms because there are minimum syntaxes that are easy to understand.

Currently, this project is concentrating on writing sorting algorithms. So you are definitely welcome to contribute!

All the sorting algorithms

Link to Wiki

TODO

About

Focusing on algorithms themselves, not language. Currently concentrating on sorting.

License:MIT License


Languages

Language:C 99.2%Language:Makefile 0.8%