Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
36 stars 258 forks source link

Added queue implementation in cpp as queue class #223

Closed Vivekbhardwaj closed 4 years ago

Vivekbhardwaj commented 5 years ago

A file named cpp-queues.cpp added This fixes issue #105 File consists of a queue class which is a basic template class and thus this implementation can be used for queues of diffrent datatypes

Nikunj-Aggarwal commented 4 years ago

same implementation already exists . thanks for contributing