Skip to content

A C implementation of a linked list and a priority queue

License

Notifications You must be signed in to change notification settings

pianoslum/pqueue-heap-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pqueue-heap-c

A C implementation of a linked list and a priority queue.

Read LICENSE file for licensing information.

IMPORTANT: Im am not the original author of the software. I cloned the repo from https://code.google.com/archive/p/pqueue-heap-c/ and made some minor changes.

Name Contents


pqueue.cpp Code for manipulating a priority queue in a contiguous array pqueue.h

list.cpp Code for a simple linked list list.h

types.h Data types used are defined here

About

A C implementation of a linked list and a priority queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published