yshshrm / Data-Structures-And-Algorithms-Hacktoberfest18

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
204 stars 1.1k forks source link

Update queue using two stack.cpp #1502

Open i-m-ishika opened 5 years ago

i-m-ishika commented 5 years ago

class sq with 3 functions - push(int a), pop(), display()