Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomice/c_algos
Random collection of algorithms in C
https://github.com/tomice/c_algos
Last synced: about 2 months ago
JSON representation
Random collection of algorithms in C
- Host: GitHub
- URL: https://github.com/tomice/c_algos
- Owner: tomice
- Created: 2018-06-23T22:47:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T22:47:49.000Z (over 6 years ago)
- Last Synced: 2024-10-15T12:18:29.814Z (3 months ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Algorithms
Just a random collection of algorithms and whatnot in C.## Usage
Most can be compiled with simply running something like:```bash
gcc -o foo.c foo
```## Authors and License
I didn't write most of the code. Most of it is easily found on the Internet.
I take no responsibility for any of this code. If you plan on using this,
research it a bit before going with it. There are probably lots of bugs.