Skip to content

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

License

Notifications You must be signed in to change notification settings

vanam/ANSI-C-Priority-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages