Stack permutations

1 min read

https://www.geeksforgeeks.org/stack-permutations-check-if-an-array-is-stack-permutation-of-other/

Implement stack using deque
Implement queue using stack