Skip to content

placeboR/PriorityQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CSE6010_1C

Author : Jingran He Created : Sept. 9, 2018 Last Modified : Sept. 11, 2018

Affiliation : Georgia Institute of Technology

Description

This program implements a simple priority queue using a sorted, singularly linear linked list data structure.

Installation:

To install, simply run

gcc main.c PrioQ.c -std=c99 -o PrioQ

Note: The -std=c99 flag is required on some C compilers to allow variable declarations at arbitrary location in a function.

Execution:

Assuming your executable is called "PrioQ", run it using

./PrioQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages