It is implemented as binary heap. It can contain "unlimited" number of items.
- Dialect: ANSI C
- Compiler: any ANSI C-compatible
- Copyright (c) 2014 Martin Váňa
Use make
to compile it and than run app using ./pq_example
.
It is implemented as binary heap. It can contain "unlimited" number of items.
CMIT