Skip to content

Conversation

@snehitha-30727
Copy link

Implemented a queue using two stacks in C.
Elements are pushed onto the first stack, and when popping or peeking, elements are transferred to the second stack to maintain FIFO order.
Includes basic operations like push, pop, peek, and empty check.

@snehitha-30727 snehitha-30727 changed the title Implement queue using two stacks Implement Hash Functions Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant