Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 239 Bytes

Queue

Header file of a data structure Queue with the main methods

compile example.cpp and queue.cpp together : g++ -o example.exe example.cpp Queue/queue.cpp

P.s. : create a new folder Queue and drag queue.h and queue.cpp files in it