James Wood

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in Computer-Science (class of 2023)

View My Resume

View My GitHub Profile

Back to Portfolio

Priority Queue Data Structure

Project description

This project is an implementation of a priority queue with better than O(n) performance for add and remove functions.

How to compiles / run the program

Program runs in command line. Given provided makefile the run routine is as follows:

make
./main

UI Design

Command line program.

3. Additional Considerations

N/A

For more details see Priority Queue.

Back to Portfolio