Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbrodi/c-data-structures
A collection of algorithms and implementations of all common data structures - written in C. Multiple ways to implement any data structure, e.g: Both iterative and recursive way for a binary search tree. All kinds of Linked Lists (Singly, Doubly, Sorted). Hash Map which is based on a linked list and etc...
https://github.com/danielbrodi/c-data-structures
algorithm binary-search-tree binary-tree bit-array c circular-buffer circular-queue data-structures data-structures-and-algorithms doubly-linked-list hash-map heap heap-queue linked-list priority-queue queue singly-linked-list sorted-lists stack vector
Last synced: 9 days ago
JSON representation
A collection of algorithms and implementations of all common data structures - written in C. Multiple ways to implement any data structure, e.g: Both iterative and recursive way for a binary search tree. All kinds of Linked Lists (Singly, Doubly, Sorted). Hash Map which is based on a linked list and etc...
- Host: GitHub
- URL: https://github.com/danielbrodi/c-data-structures
- Owner: danielbrodi
- License: mit
- Created: 2021-08-18T20:16:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T23:38:42.000Z (about 3 years ago)
- Last Synced: 2023-03-22T16:26:00.987Z (over 1 year ago)
- Topics: algorithm, binary-search-tree, binary-tree, bit-array, c, circular-buffer, circular-queue, data-structures, data-structures-and-algorithms, doubly-linked-list, hash-map, heap, heap-queue, linked-list, priority-queue, queue, singly-linked-list, sorted-lists, stack, vector
- Language: C
- Homepage:
- Size: 278 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0