Skip to content

A very bad implementation of a Queue that I intend to work on as a side project

Notifications You must be signed in to change notification settings

Kaimed/bad_Queue_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This was an old class project where we had to make a very bastardized implementation of a Queue;
	Functions included:
		enqueue
		dequeue
		clear
		delete item from queue (IE bastardization)
	Also there is a function which essentially will divide the queue into two different queues, and gives you the ability to interact with both, inside of the same structure
	It was built for a mock "car" struct which is also included in Queue.h

About

A very bad implementation of a Queue that I intend to work on as a side project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages