45 тысяч подписчиков
261 видео
Graph Data Structure | Part 5 | Depth First Search and Traversal | DFS
Insertion and Deletion in a Double Linked List | Visuals and Animations | Study Algorithms
Isomorphic Strings (LeetCode 205) | Full solution using a HashMap | Easy to understand
Deleting a Node in a Linked List | Animations, Examples and Code | Study Algorithms
Insert a Node in a Linked List | Animations, Examples and Code | Study Algorithms
Graph Data Structure | Part 3 | Adjacency Matrix Representation and Operations
Find the duplicate number (LeetCode 287) | Full solution with different methods | Study Algorithms
Maximum Product Sub-array (LeetCode 152) | Full Solution with animations and proof | Simplified
HackerRank - Queue Using Two Stacks | Full Solution with Examples and Visuals | Study Algorithms
Validate Binary Search Tree (LeetCode 98) | Full solution with animations and visuals
Queue Data Structure explained with animations | Basic operations on Queue | Study Algorithms
Brute Force algorithms with real life examples | Study Algorithms
3 Sum (LeetCode 15) | Full solution with examples and visuals | Interview Essential
HackerRank - Two Strings | Full solution with examples and visuals
HackerRank - Is this a Binary Search Tree | Full solution with diagrams & animations
Decode Strings (LeetCode 394) | Full solution with animations and examples | Study Algorithms
Max Consecutive Ones (LeetCode 1004) | Full Solution w/ animations
HackerRank - Repeated String | Full Solution with Simplified Examples and Visuals | Study Algorithms
HackerRank - Equal | Full Solution with Simplified Examples and Visuals | Study Algorithms
Odd Even Linked List (LeetCode 328) | Full solution with diagrams | Study Algorithms
Majority Element (LeetCode 169) | Full solution with 4 different methods | Interview Essential
HackerRank - Missing Numbers | Full solution with examples and visuals
Create Binary Tree from pre-order and in-order traversal (LeetCode 105) | Easiest explanation
Search in a Rotated Sorted Array (LeetCode 33) | Full solution with examples | Study Algorithms
Rotate Image (Leetcode 48) | Full solution with examples visuals and animation | Study Algorithms
Counting Sort explained with animations and example | Full implementation and code
Palindromes | Valid Palindrome | Simplified with visuals and animations | Sample problems
Binary Search Algorithm with step-by-step animations and examples | Study Algorithms
How to send WhatsApp message without saving phone number 📞 🪄 2023
Maximum Sub-Array Sum (LeetCode 53) | Kadane's Algorithm | Study Algorithms
HackerRank - Making Anagrams | Full Solution with Simplified Examples and Visuals | Study Algorithms
Graph Data Structure | Part 2 | Different types with real world applications
Implement Queue using Stacks (LeetCode 232) | Side by side demo and diagrams
Implement Stack using Queues (LeetCode 225) | Using single and 2 queues | Visuals and animations
Determine if two strings/phrases are valid Anagrams | Study Algorithms
What is a HashMap? | Data Structures | Easy explanation with animations | Study Algorithms
Max Consecutive Ones (LeetCode 485) | Full Solution w/ Kadane's Algorithm | Visuals and Animations
Longest Common Prefix (LeetCode 14) | Full solution with animations and examples | Study Algorithms
Two Sum (LeetCode #1) | 3 Solutions with animations | Study Algorithms
Graph Data Structure | Part 6 | Breadth First Search and Traversal | BFS
Find all Duplicates in an Array (LeetCode 442) | Full solution with no Extra Space
Permutations (LeetCode 46) | Full solution with backtracking examples | Interview | Study Algorithms
Is Subsequence (LeetCode 392) | Full Solution with subsequence definition and examples
Fruits in Basket (LeetCode 904) | Solution with diagrams and animations | Simplified explanation
Stack Data Structure explained with animations | Basic operations on Stacks | Study Algorithms
HackerRank - Left Rotation | Full Solution and Examples | Study Algorithms
Range Sum of BST (LeetCode 938) | Full solution with animations and examples | Study Algorithms
Graph Data Structure | Part 10 | Kruskal's Algorithm | MST Step by Step Demo & Code
Merge Two Sorted Linked Lists (LeetCode 21) | Full solution with Examples | Study Algorithms
First unique character in a String | Study Algorithms
Merge Intervals (LeetCode 56) | Full Solution with diagrams and visuals | Interview Essential