ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

212 results

CodeLucky
Activity Selection Problem Explained | Greedy Algorithms

Learn the Activity Selection Problem, a classic Greedy Algorithm example often found in computer science curriculums and coding ...

4:00
Activity Selection Problem Explained | Greedy Algorithms

9 views

6 days ago

Unacademy GATE CSIT & DA
Algorithms 15 | Greedy Algorithm Part 01 |  GATE 2026 Crash Course | Pankaj Sharma Sir

Download Free Notes: https://unacademy.com/content/gate/csit-da Year End Sale! FLAT 55% off + FREE extension on GATE ...

1:45:34
Algorithms 15 | Greedy Algorithm Part 01 | GATE 2026 Crash Course | Pankaj Sharma Sir

3,466 views

Streamed 2 weeks ago

CodeLucky
Fractional Knapsack Problem - Greedy Algorithm Explained

Learn the Fractional Knapsack Problem, a classic Greedy Algorithm concept often asked in coding interviews! In this video ...

5:24
Fractional Knapsack Problem - Greedy Algorithm Explained

18 views

6 days ago

India Topper
Greedy Algorithm in Data Structure | Basic Concepts Explained Simply

In this video, you will learn the Greedy Algorithm in Data Structures with basic concepts explained in a simple and ...

5:11
Greedy Algorithm in Data Structure | Basic Concepts Explained Simply

5 views

4 weeks ago

CodeLucky
Maximum Length Chain of Pairs - Greedy Algorithm Explained

Learn how to solve the Maximum Length Chain of Pairs problem (also known as Interval Chaining) using a Greedy Algorithm ...

3:59
Maximum Length Chain of Pairs - Greedy Algorithm Explained

3 views

6 days ago

CodeLucky
Candy Distribution Problem - LeetCode 135 - Greedy Algorithm Explained

Learn how to solve the classic Candy Distribution problem (LeetCode 135) using an optimal Two-Pass Greedy approach!

4:22
Candy Distribution Problem - LeetCode 135 - Greedy Algorithm Explained

6 views

10 days ago

The Engineer
Kruskal’s Algorithm Explained | Minimum Spanning Tree | Greedy Algorithm | DSA

In this video, we explore Kruskal's Algorithm, one of the most important greedy algorithms used to find the Minimum Spanning ...

4:12
Kruskal’s Algorithm Explained | Minimum Spanning Tree | Greedy Algorithm | DSA

8 views

1 month ago

Express VTU 4 All
VTU | 5th Sem | AI Module 3 | Greedy Best First Search & A* Search | Solved Graph Problem | BCS515B

Welcome to ExpressVTU4All In this video, I solve a VERY IMPORTANT EXAM QUESTION from Artificial Intelligence ...

12:24
VTU | 5th Sem | AI Module 3 | Greedy Best First Search & A* Search | Solved Graph Problem | BCS515B

3,466 views

2 weeks ago

CodeLucky
Jump Game I - LeetCode Solution & Explanation (Greedy Approach)

Can you reach the last index? ‍♂️ In this video, we break down the classic "Jump Game" coding interview problem ...

4:24
Jump Game I - LeetCode Solution & Explanation (Greedy Approach)

9 views

10 days ago

Bytes
Greedy Best First Search in AI

Dear all This video describes about Greedy Best First Search in AI. Greedy Best First Search expands the node that is closest to ...

6:53
Greedy Best First Search in AI

103 views

4 weeks ago

India Topper
Knapsack Problem Using Greedy Method | Real-Life Example Explained

In this video, you will learn the Knapsack Problem using the Greedy Method with a simple real-life example for easy ...

12:59
Knapsack Problem Using Greedy Method | Real-Life Example Explained

3 views

4 weeks ago

SNAPSHIFT
Design & Analysis of Algorithms in 8 minutes

Sorting 10 books is easy. Sorting 10 million is an engineering nightmare. Welcome to the world of Design and Analysis of ...

7:44
Design & Analysis of Algorithms in 8 minutes

33 views

2 weeks ago

CodeLucky
Jump Game - LeetCode 55 - Greedy Solution Explained

Learn how to solve the Jump Game (LeetCode 55) problem using an optimal Greedy approach! In this video, we break down ...

4:27
Jump Game - LeetCode 55 - Greedy Solution Explained

8 views

6 days ago

MindStruct
Kruskal’s Algorithm Explained

In this video, I explain Kruskal's Algorithm in a simple and easy way. Kruskal's Algorithm is a greedy algorithm used to find the ...

5:45
Kruskal’s Algorithm Explained

0 views

2 weeks ago

CodeLucky
Maximum Path Sum in a Grid - Dynamic Programming | Coding Interview Problem

Learn how to solve the Maximum Path Sum in a Grid problem using Dynamic Programming! In this video, we break down one ...

4:47
Maximum Path Sum in a Grid - Dynamic Programming | Coding Interview Problem

10 views

6 days ago

CodeLucky
Boats to Save People - LeetCode 881 Solution Explained - Greedy Algorithm

Learn how to solve the 'Boats to Save People' coding interview problem efficiently using the Greedy strategy and Two Pointers!

3:49
Boats to Save People - LeetCode 881 Solution Explained - Greedy Algorithm

1 view

6 days ago

CodeLucky
Maximize Sum After K Negations - Greedy Algorithm Explanation

Learn how to solve the 'Maximize Sum After K Negations' coding problem using a Greedy approach! In this video, we break ...

3:46
Maximize Sum After K Negations - Greedy Algorithm Explanation

2 views

5 days ago

CodeLucky
Jump Game II - LeetCode 45 - Greedy Algorithm Solution Explained

Learn how to solve the Jump Game II problem (LeetCode 45) using the Greedy Algorithm! In this video, we break down the ...

4:01
Jump Game II - LeetCode 45 - Greedy Algorithm Solution Explained

9 views

10 days ago

CodeLucky
Stone Game - Optimal Strategy & Dynamic Programming (LeetCode 877)

Learn how to solve the Stone Game problem using Game Theory and Dynamic Programming! In this video, we break down the ...

4:03
Stone Game - Optimal Strategy & Dynamic Programming (LeetCode 877)

5 views

6 days ago

KRS
Maximize Happiness of Selected Children | LeetCode 3075 | Sorting & Greedy Solution

[Intro] In this video, we're breaking down LeetCode 3075: Maximize Happiness of Selected Children. This medium-level problem ...

11:13
Maximize Happiness of Selected Children | LeetCode 3075 | Sorting & Greedy Solution

1 view

3 weeks ago

Anuj Khare
Introduction to Greedy : Part 2

In this video, We recall what we learned about greedy and take one more example to understand what a greedy algorithm actually ...

10:27
Introduction to Greedy : Part 2

21 views

12 days ago

Basics4Brain
Knapsack Problem With Example| Greedy Method

what is knapsack problem? how to apply greedy method Example problem #DAA #dsa #analysisofalgorithms #knapsack ...

7:23
Knapsack Problem With Example| Greedy Method

0 views

1 day ago

DevSyncX
Unstop POTD 10/1/2026 | Tree Harmony Street 🌳 | Greedy Algorithm Explained | Python & Java

Unstop Problem of the Day – 10/1/2026 In this video, we solve the “Tree Harmony Street” problem step by step using a Greedy ...

8:46
Unstop POTD 10/1/2026 | Tree Harmony Street 🌳 | Greedy Algorithm Explained | Python & Java

94 views

9 days ago

Memento Vivere
Into to Dijkstra algorithm and pseudocode

in this, we discuss on Dijkstra algorithm, weighted graph, and an example to solve the length of the shortest path by a general ...

10:09
Into to Dijkstra algorithm and pseudocode

8 views

2 weeks ago

CodeLucky
Minimum Cost to Merge Stones - Dynamic Programming (LeetCode 1000)

Learn how to solve the 'Minimum Cost to Merge Stones' problem using Interval Dynamic Programming! This video breaks ...

3:44
Minimum Cost to Merge Stones - Dynamic Programming (LeetCode 1000)

1 view

6 days ago