Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 333 Bytes

ANSI-C-Priority-Queue

It is implemented as binary heap. It can contain "unlimited" number of items.

Information

  • Dialect: ANSI C
  • Compiler: any ANSI C-compatible
  • Copyright (c) 2014 Martin Váňa

Getting started

Use make to compile it and than run app using ./pq_example.