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
- Host: GitHub
- URL: https://github.com/tansudasli/data-structures
- Owner: tansudasli
- License: apache-2.0
- Created: 2021-09-16T10:15:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T10:25:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T04:27:08.085Z (over 1 year ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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