ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

35 results

Magical Whiteboard Educational Channel
Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained #makaut

Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained Master Priority Queue in Data Structure ...

8:30
Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained #makaut

54 views

1 month ago

Leetcode Daily
3075. Maximize Happiness of Selected Children | Leetcode Daily - Python

Dive into LeetCode 3075: Maximize Happiness of Selected Children! This tutorial breaks down the optimal Greedy Algorithm ...

8:54
3075. Maximize Happiness of Selected Children | Leetcode Daily - Python

291 views

3 days ago

Leetcode Unlocked
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

We explore how to solve this problem using a Min-Heap (Priority Queue) for O(N log k) time and the Quick Select algorithm ...

9:04
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

19 views

3 days ago

R Institute
Queue Data Structure | Queue in python | 11th Class Computer | Python programming

Queue Data Structure | Queue in python | 11th Class Computer | Python programming Topic : Queues | 1st Year ICS FA-IT ...

9:03
Queue Data Structure | Queue in python | 11th Class Computer | Python programming

60 views

3 weeks ago

Utkarsh
Internal 2 (Section D): Python Data Structures (Lists, Tuples, Heaps) | Data Science

Heaps & Priority Queues : Heapq Module: Implementing Priority Queues where the smallest/most important item is always ...

9:07
Internal 2 (Section D): Python Data Structures (Lists, Tuples, Heaps) | Data Science

0 views

2 weeks ago

Kelvin Lin
Dijkstra's Shortest Path Algorithm | Code Implementation | Walkthrough

In this video I explain Dijkstra's Shortest Path Algorithm step by step and walk through a clear example on a weighted graph.

10:29
Dijkstra's Shortest Path Algorithm | Code Implementation | Walkthrough

171 views

3 weeks ago

ShivSatty
Top K Frequent Elements - Leetcode 347 Python

I'm breaking down the Heap (Priority Queue) solution for LeetCode 347. No bucket sort complex memory management, no brute ...

9:43
Top K Frequent Elements - Leetcode 347 Python

4 views

3 weeks ago

Srk Codes
Leetcode 1851: Minimum Interval to Include Each Query in Telugu | Line Sweep, Min-Heap | srkcodes

Key Highlights: - Understanding interval merging and range constraints - Efficient priority queue usage - Reducing brute-force ...

5:10
Leetcode 1851: Minimum Interval to Include Each Query in Telugu | Line Sweep, Min-Heap | srkcodes

23 views

1 month ago

WIBYTE
17. Binary Trees and Heaps: Handling new arrival with heappush to restore heap structure

We see that when a new item arrives, it can be brought to its correct position in the heap in at most log(N) operations as part of a ...

6:07
17. Binary Trees and Heaps: Handling new arrival with heappush to restore heap structure

0 views

3 weeks ago

OBrutus
Maximize Happiness of Selected Children | Leetcode 3075

... #interview #interviewexperiences #coding #codingforbeginners #codingtutorial #array #sorting #queues #priorityqueue #heap.

6:28
Maximize Happiness of Selected Children | Leetcode 3075

18 views

3 days ago

Leetcode Unlocked
218. The Skyline Problem | Leetcode Unlocked - Python

... of the most classic Hard-level coding interview questions using the Sweep Line algorithm and a Max-Heap (Priority Queue).

8:25
218. The Skyline Problem | Leetcode Unlocked - Python

0 views

2 days ago

Leetcode Daily
2402. Meeting Rooms III | Leetcode Daily - Python

Struggling with LeetCode 2402 Meeting Rooms III? This video provides a complete breakdown of this Hard scheduling problem.

8:51
2402. Meeting Rooms III | Leetcode Daily - Python

253 views

1 day ago

Leetcode Daily
2054. Two Best Non-Overlapping Events | Leetcode Daily - Python

In this video, I break down how to solve LeetCode 2054: Two Best Non-Overlapping Events using three distinct and efficient ...

10:27
2054. Two Best Non-Overlapping Events | Leetcode Daily - Python

638 views

5 days ago

Shubham Kandpal
Priority Queue in java

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

5:20
Priority Queue in java

0 views

4 weeks ago

Shashwat Mishra
DSA:Merge Ropes to Minimize Cost | Greedy + Min Heap | LeetCode

... through the “Merging Ropes to Minimize Cost” problem step-by-step using a Greedy Algorithm with Min Heap (Priority Queue).

8:51
DSA:Merge Ropes to Minimize Cost | Greedy + Min Heap | LeetCode

50 views

11 days ago

Code cùng TeeLCode
3074. Apple Redistribution into Boxes |  Giải bằng Heap cực gọn

Apple Redistribution into Boxes bằng Heap (Priority Queue). Ý tưởng chính: Gom tổng số táo cần phân phối Dùng max-heap ...

7:43
3074. Apple Redistribution into Boxes | Giải bằng Heap cực gọn

32 views

4 days ago

exploring world
295  Find Median from Data Stream

Hard level question of using priority_queue but it is so easy we only need understand why we use the two to solve this question ...

17:24
295 Find Median from Data Stream

13 views

2 weeks ago

Pathshala IT Academy
Computer Instructor DSA Class | Complete Stacks, Queues and their operations Preparation for Exam

... overflow underflow, circular queue, priority queue #ComputerInstructor #DSA #ComputerInstructorExam #ComputerAnudeshak ...

13:14
Computer Instructor DSA Class | Complete Stacks, Queues and their operations Preparation for Exam

723 views

Streamed 6 days ago

Kunal Maloo
Top K Frequent Elements Leetcode

Optimization: Comparing Heap/Priority Queue vs. the more efficient Bucket Sort method. Complexity: Achieving the optimal O(n) ...

11:29
Top K Frequent Elements Leetcode

16 views

10 days ago

meanxai
[MXNLP-1-06] Word2Vec - [4]: Huffman algorithm, Creating a Huffman tree

In this video, we'll learn about Huffman trees. In the 2013 paper, Tomas Mikolov et al. implemented Word2Vec models that use ...

15:35
[MXNLP-1-06] Word2Vec - [4]: Huffman algorithm, Creating a Huffman tree

11 views

6 hours ago