/DS-Algo

Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy codingImplementation of specific algorithms and data structure used and problem based on that algorithms(C++/JAVA/PYTHON)

DS-Algo

Implementation of specific algorithms and data structure used and problem based on that algorithms(C++/JAVA/PYTHON)

Implementation and important references for following data structure

1.Array
2.Linked List
3.Stack & Queue
4.Tree
4A.Binary Tree(mainly BST and its type as AVL/Red-Black/B-Tree/2-4 Tree)
4B.N-ary Tree
5.Graph