Data Structures Crash Course
Course description
Algorithms and data structures go hand in hand; the solution to virtually any coding interview problem will require the implementation of some kind of abstract data type in order to access and manipulate information.
Read more about the course
Our video series on data structures is the ultimate crash course on this important topic. We cover fundamental concepts pertaining to memory, complexity analysis, and Big O notation, and then break down popular data structures to give you a detailed look at how these concepts are applied under the hood. Linked Lists and Binary Trees will never instill fear in your heart again.
Watch Online
Watch Online Data Structures Crash Course
All Course Lessons (13)
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Introduction Demo | 05:17 | |
| 2 | What Are Data Structures? | 08:58 | |
| 3 | Complexity Analysis | 08:06 | |
| 4 | Memory | 27:46 | |
| 5 | Big O Notation | 37:11 | |
| 6 | Logarithm | 20:15 | |
| 7 | Arrays | 42:19 | |
| 8 | Linked Lists | 30:42 | |
| 9 | Hash Tables | 25:02 | |
| 10 | Stacks And Queues | 13:23 | |
| 11 | Strings | 10:09 | |
| 12 | Graphs | 18:52 | |
| 13 | Trees | 20:24 |
Unlock unlimited learning
Get instant access to all 12 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionComments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
Python Interview Espresso
Python & LeetCode | The Ultimate Interview BootCamp