Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
177 results
59 views
Streamed 5 days ago
Super helpful resources: https://nikoo28.github.io/all-my-links/ Chapters: 00:00 - Intro 01:03 - Hashmaps 03:11 - Priority Queue ...
2,760 views
3 days ago
In this video, I solve the InterviewBit problem "Merge K Sorted Arrays" using C++. This problem is a classic application of the Min ...
0 views
4 days ago
Breadth-First Search (BFS) is one of the most important graph algorithms in computer science—and it's the reason you can find ...
1 view
5 days ago
A **heap** is a specialized tree‑based data structure that allows fast access to the highest or lowest priority element, making it ...
11 views
2 days ago
If you've already learned Kruskal's — Prim's is the natural next step. Same output (Minimum Spanning Tree), completely different ...
7 views
Prepare for your **Data Structures & Algorithms (DSA) Final Exam** with this complete exam review! In this video, we'll cover the ...
35 views
7 days ago
Problem Statement: Given a stream of integers, determine the median after each new element is inserted. Median Rules: If the ...
3 views
Problem Statement: Given an array of positive integers and an integer k, return the k largest elements in decreasing order.
... Implement and test two queue data structures: 1. Taking Turns Queue (Circular Queue) 2. Priority Queue DEFECTS FOUNDÂ ...
Heaps power priority queues, Dijkstra's shortest-path, Top-K problems, and heap sort. They're a binary tree with one strict rule, ...
Problem Statement: Given an array, sort its elements using the Heap Sort algorithm. Heap Sort first builds a Max Heap from the ...
24 views
How to triage and queue incoming requests when multiple people need something from you at once — without dropping the ...
23 hours ago
Prepare for your DSA final exam with this complete data structures and algorithms crash course. This video covers everything you ...
14 views
6 days ago
3532. Path Existence Queries in a Graph I Solution Link- https://github.com/2003jriya-prog/LeetCode-POTD/blob/main/3532.
84 views
Revising Chapters 1–7 of Data Structures and Algorithms Made Easy by Narasimha Karumanchi | DSA Study Session ...
27 views
All study resources (iPad notes, slides, written notes) are available here:Â ...
33 views
Meeting Rooms II is a must-know interval problem for any FAANG interview — here's exactly how to solve it with a min heap.
23 views
Master Heaps by solving 10 carefully selected questions! Preparing for GATE CSE, placements, coding interviews, or university ...
19 views
1 day ago