Commit Graph

2 Commits

Author SHA1 Message Date
realstealthninja
a3b719e368 chore: use iwyu on data_structures/**.cpp 2024-09-13 15:37:49 +05:30
shoniavika
426ecd03f1 Added queue implementation using two stacks (#953)
* added queue implementation using 2 stacks

* added empty queue error handling

* added empty queue error handling

* updated format

* deleted macro

* added documentation

* updated documentation, new func for testing

* added copyright

* documented queue class

* made queue a generic one

* handles lvalue error & added consts

* added namespace
2020-07-18 17:01:03 -04:00