ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

Add queue #364

Closed hafraz07 closed 3 years ago

hafraz07 commented 3 years ago

Implemented all member functions of a queue(push, pop, length, isEmpty) and added unit tests.

Closes #363

alxmjo commented 3 years ago

Thanks for your contribution, @hafraz07. Looks like the build is failing. Please fix that and then I'll move forward with the review.

hafraz07 commented 3 years ago

Fixed it @alxmjo :)

alxmjo commented 3 years ago

Great! I'll have a look shortly.

alxmjo commented 3 years ago

And please update the Contents.

alxmjo commented 3 years ago

Thanks for contributing! 🙂