You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to introduce new exercise where You have access to only one data structure: Stack. And the task is to implement Queue using only 2 Stacks as efficiently as possible.
I can make such exercise for C#, and also try to do something for JS and Elixir I think...