-
If you are interested to learn more about data structures and algorithms or you are preparing for an interview this course is the best option, doesn't matter the programming language you choose. You will learn how to approach a problem and how to write clean and efficient code so you could pass any interview at any company.
PS : I am still posting new lectures.
Topics:
- Arrays
- Maps
- Linked Lists
- Stacks
- Queues and Priority Queues
- Graphs
- Trees
- Dynamic Programming
Overview
Syllabus
-
- Welcome!
- Setting Up
- 1d&2d Arrays
- Two Pointers Technique
- Time Planner
- Binary Search
- Binary Search Implementation
- Introduction to Hashtables
- Hashtables in Java
- Introduction to Stacks
- Evaluate Reverse Polish Notation
- Robot Return To Origin
- GraphsIntroduction
- BFS
- DFS
- CountIslands
- Group Anagrams
- Dynamic Programming- Unique Paths