mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Create queue_using_stack.c
Implemented a queue data structure using two stacks. Enqueue and dequeue operations are supported efficiently, ensuring constant time complexity. Verified and tested the code for correctness.
This commit is contained in:
parent
b1b9546571
commit
2b2e6aef0d
Loading…
Reference in New Issue
Block a user