Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allanjos/algorithms
Algorithm implementations
https://github.com/allanjos/algorithms
algorithm algorithms algorithms-and-data-structures algorithms-datastructures binary-tree c divisor euler makefile prime-numbers queue
Last synced: about 1 month ago
JSON representation
Algorithm implementations
- Host: GitHub
- URL: https://github.com/allanjos/algorithms
- Owner: allanjos
- Created: 2017-06-11T23:24:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T04:45:40.000Z (about 6 years ago)
- Last Synced: 2024-11-11T08:46:25.940Z (3 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, algorithms-datastructures, binary-tree, c, divisor, euler, makefile, prime-numbers, queue
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
Some implementations of algorithms used for personal projects.
## Build
make
## Debug
$ gdb ./queue-test
$ valgrind --leak-check=full ./queue-test