MCPcopy Create free account
hub / github.com/MAZHARMIK/Interview_DS_Algo / MyQueue

Class MyQueue

Stack/Implement Queue using Stacks.cpp:13–58  ·  view source on GitHub ↗

C++ ************************************************************************/ T.C : push - O(1), pop - Amortized O(1) , peek() - O(1), empty() - O(1) S.C : O(n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected