ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Added Queue in c++ #360

Closed himabindu-run closed 2 years ago

himabindu-run commented 3 years ago

I added code for Queue in c++ with some good practices of writing good code such as:

Programs must be written for people to read, and only incidentally for machines to execute. --Hal Abelson, SICP