Two-Stack Queue Implementation
Two-Stack Queue Implementation
This project implements a queue data structure using two stacks with a lazy transfer approach. The implementation provides O(1) amortized time complexity for both enqueue and dequeue operations.
Video Explanation
