https://github.com/omarmgaber/cpriorityqueue
A generic Priority Queue implementation in C using generic pointers (void pointers) and compare functions, supporting various C primitive data types.
https://github.com/omarmgaber/cpriorityqueue
clang heap priority-queue priorityqueue
Last synced: 6 months ago
JSON representation
A generic Priority Queue implementation in C using generic pointers (void pointers) and compare functions, supporting various C primitive data types.
- Host: GitHub
- URL: https://github.com/omarmgaber/cpriorityqueue
- Owner: OmarMGaber
- Created: 2023-12-06T04:30:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T06:56:13.000Z (about 2 years ago)
- Last Synced: 2025-04-13T05:57:02.718Z (9 months ago)
- Topics: clang, heap, priority-queue, priorityqueue
- Language: C
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPriorityQueue
A generic Priority Queue implementation in C using generic pointers (void pointers) and compare functions, supporting various C primitive data types.