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

https://github.com/tansudasli/data-structures

data structure implementations
https://github.com/tansudasli/data-structures

c data-structures

Last synced: 8 days ago
JSON representation

data structure implementations

Awesome Lists containing this project

README

          

# data-structures

Production grade data structure implementations in C.

- Linked list

## How to Run

`git clone ...`,

- `brew install gcc` or `xcode-select --install` for compiler
- `brew install cmake` to compile w/ cmake
- then,
- `cd data-structures`,
- `./compile.sh`, and
- First `cd out/`,
then Run as `./linkedList` or other variations