20 Lectures | 6hr : 11min
35 Lectures
What are data structures?
Big O notation
Arrays
Arrays Exercise
Linked List
Linked List Exercise
Hash Table
Collision Handling In Hash Table
Collision Handling In Hash Table Exercise
Stack
Stack Exercise
Queue
Queue Exercise
Tree (General Tree)
Tree (General Tree) Exercise
Binary Tree Part 1 | BST | Binary Search Tree
Binary Tree Part 1 | BST | Binary Search Tree Exercise
Binary Tree Part 2 | BST | Binary Search Tree
Binary Tree Part 2 | BST | Binary Search Tree Exercise
Graph Introduction
Binary Search
Binary Search Exercise
Bubble Sort
Bubble Sort Exercise
Quick Sort
Quick Sort Exercise
Insertion Sort
Insertion Sort Exercise
Merge Sort
Merge Sort Exercise
Shell Sort
Shell Sort Exercise
Selection Sort
Selection Sort Exercise
Simple Explanation of Recursion | Recursion Python