There are four parts to this program.
In part 1 of the course, we start with the deep dive implementations on some of the basic linear structures such as Arrays, Queues, Stacks and Dictionary. Understanding data structures are key to problem solving.
In this part 2 of the course we will deep dive into problem solving, strings, Linked List and recursion.
In part 3, we deep dive into more problem solving and dynamic programming.
Finally in part 4, we will cover Trees and Graphs.
Happy coding!