This is the repo for mastering data structures and algorithms
- Stacks
- Queues
- Dequeues
- git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
- git fetch upstream
- git merge upstream/master master
- git rebase upstream/master
This is the repo for mastering data structures and algorithms