Here is an implementation of stacks, queues, linked-list, trees, B-trees, B+ trees and some other common data structures. You can always request for new programs or give a pull request if you find inefficient code.
- Open Terminal
- Change directory to desktop - cd Desktop
- Type the following command - git clone https://www.github.com/ashwanijha04/datastructures
- Hit Enter.
- You'll get a folder named datastructures.