DSA Study Guide

1.Learn JavaScript 2.Practice it -> get comfortable and confidence

---> Time & Space Complexcity ---> Basic Data Structures

---> Advance Data Structure

---> Basic Algorithms { <!--
! Sorting *Bubble, Selection, Insertion *Merge, Quick

    !Searching
        * Linear and Binary search
        * DFS & BFS in Graph
 -->
}

---> Advance Algorithms <!-- !! Dynamic * Overlapping Sub Problems * Memoization * Tabulation

    !! Greedy
        * Concepts, Examples

    !! NotDefined revision
        * Back Tracking
        * Shortest  Path
        * Minimum Spanning tree
 -->