If you find it helpful, hit that ⭐ button.
Master the core concepts & internal workings of data structures, build algorithms & solve problems using C++
4.4 ⭐ (3276 ratings) 18,326 students
Created by Prateek Narang and Coding Minutes.
- Core concepts & internals of Data Structures
- Trees, Linked Lists, Heaps, Graphs
- Build all data structures from scratch
- Object Oriented Programming Basics
- Brute Force & Optimisation Techniques
- Space Time Complexity Analysis
- Hash Functions, Collision Handling
- Recursion & Backtracking
- Dynamic Memory & Pointers
- Create your own DS library!
- C++ Standard Template Library Basics
- Project - Design & Implement Shopping Cart
- Arrays
- Basic Sorting ALgorithms
- Character Arrays / Strings
- 2D Arrays
- Pointers & Dynamic Memory
- Vector Data Structure
- Bit Manipulation
- Recursion Basics
- Divide & Conquer
- Backtracking
- Space & Time Complexity Analysis
- Object Oriented Programming
- Linked List
- Stacks
- Queues
- Binary Tree
- Binary Search Tree
- Heaps / Priority Queue
- Hashing
- Trie Data Structure
- Graph Introduction
- Dynamic Programming Introduction
- Project - Shopping Cart Backend
- Special thanks to Prateek Narang for providing this intuitive course.
- A huge thanks to the Udemy for providing a great platform to learn.