Skip to content

Alicehang/Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The program is about implementing a bounded queue with operation of enqueue and dequeue.
I implement the queue using array with 2 indexes named first, last to control the elements    to enqueue and dequeue.
In test.cpp it reads queue boundary from command line.(You can try any big number, it runs fast.)

+———————+
| BUILD |
+———————+

Comments: type “make” 
+————————+
| DELETE |
+————————+

Comments: type “make clean” (delete all binary files created during compilation)



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages