ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

461 results

Coding_made_easy;
Activity Selection Problem Using Greedy Algorithm – DAA Project

This video demonstrates the Activity Selection Problem using a Greedy Algorithm. The goal of this project is to select the maximum ...

21:34
Activity Selection Problem Using Greedy Algorithm – DAA Project

6 views

7 days ago

Shradha Khapra
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

📌 New *DSA Sheet* Link: https://dsa.apnacollege.in/ This lecture was made with a lot of love❤️ Company wise DSA Sheet Link ...

35:20
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

15,776 views

3 weeks ago

Leetcode Daily
3074. Apple Redistribution into Boxes | Leetcode Daily - Python

Master the Greedy approach with LeetCode 3074: Apple Redistribution into Boxes! In this video, we dive deep into finding the ...

9:06
3074. Apple Redistribution into Boxes | Leetcode Daily - Python

0 views

7 days ago

Abdullah Altaf
Prim's Algorithm with visualization (Python and Web Based) and Code!
11:23
Prim's Algorithm with visualization (Python and Web Based) and Code!

4 views

8 days ago

Shridath Kanuparthy
Activity Selection Problem (greedy algorithm)

Activity Selection Problem (greedy algorithm)

14:51
Activity Selection Problem (greedy algorithm)

5 views

2 weeks ago

Jiahao
Advent of Code 2025 Day 3

Landed on a different approach using a greedy algorithm. 00:00 Part One 04:30 Part Two 40:22 Explaining the greedy approach.

46:36
Advent of Code 2025 Day 3

33 views

4 weeks ago

ShivSatty
Maximum Score Words Formed By Letters - Leetcode 1255 Python

Greedy algorithms are like toddlers—they want the marshmallow now. They don't plan for the future. The Pivot (Phase 2): The ...

17:24
Maximum Score Words Formed By Letters - Leetcode 1255 Python

0 views

8 days ago

The Study Loop
Python DSA Series | Week 7-9 Greedy, Divide & Conquer, and Dynamic Programming

Welcome to the Python Data Structures & Algorithms (DSA) Series – Diploma Level! In this video, we explore three powerful ...

4:18
Python DSA Series | Week 7-9 Greedy, Divide & Conquer, and Dynamic Programming

4 views

13 days ago

AlitaCode
LeetCode 2139: Minimum Moves to Reach Target Score

LeetCode 2139: Minimum Moves to Reach Target Score Difficulty: Medium Topics: Array, Dynamic Programming, Greedy, Math ...

26:49
LeetCode 2139: Minimum Moves to Reach Target Score

0 views

4 weeks ago

Leetcode Unlocked
135. Candy | Leetcode Unlocked - Python

This video provides a clear, step-by-step explanation of the optimal two-pass greedy algorithm. We'll walk through the logic of a ...

7:23
135. Candy | Leetcode Unlocked - Python

3 views

4 weeks ago

Durga Software Solutions
Greedy Algorithms Explained | Smart Choices, Fast Results | DSA with JAVA Cloud @ DURGASOFT

Learn Greedy Algorithms and make efficient decisions in logic and life. Join DURGASOFT's DSA with JAVA Cloud and sharpen ...

0:26
Greedy Algorithms Explained | Smart Choices, Fast Results | DSA with JAVA Cloud @ DURGASOFT

164 views

7 days ago

Singleton Dev : DSA
LeetCode 75 #8: Increasing Triplet Subsequence | Python Solution

Problem Link: https://leetcode.com/problems/increasing-triplet-subsequence/ My Solution: ...

7:10
LeetCode 75 #8: Increasing Triplet Subsequence | Python Solution

4 views

9 days ago

DKodeTree
LeetCode 968. Binary Tree Cameras Solved with GREEDY DFS ⚡ Python

Easiest Way to solve LeetCode 968 – Binary Tree Cameras using a greedy postorder Depth First Search approach. This is a ...

14:50
LeetCode 968. Binary Tree Cameras Solved with GREEDY DFS ⚡ Python

18 views

13 days ago

Daily Dose Of LeetCode
LeetCode Daily 3074 | Apple Redistribution into Boxes (Sorting + Greedy)  | Easy | Solution

LeetCode Daily Problem 3074 – Apple Redistribution into Boxes (Easy) | Daily Dose of LeetCode Clear problem explanation, ...

8:04
LeetCode Daily 3074 | Apple Redistribution into Boxes (Sorting + Greedy) | Easy | Solution

67 views

7 days ago

Leetcode Unlocked
179. Largest Number | Leetcode Unlocked - Python

Master LeetCode 179: Largest Number with this complete step-by-step tutorial! This video breaks down one of the trickiest sorting ...

7:55
179. Largest Number | Leetcode Unlocked - Python

17 views

2 weeks ago

AlitaCode
LeetCode 2167: Minimum Time to Remove All Cars Containing Illegal Goods

LeetCode 2167: Minimum Time to Remove All Cars Containing Illegal Goods Difficulty: Hard Topics: Array, Dynamic ...

29:26
LeetCode 2167: Minimum Time to Remove All Cars Containing Illegal Goods

0 views

3 weeks ago

Easy Coding With Arun
Greedy Approach and Dynamic Programming #shorts #shortsfeed #greedyalgorithm #dynamicprogramming

coding #programming #python #javascript #java #cplusplus #fullstackdeveloper #webdevelopment #mernstack #reactjs #nodejs ...

0:11
Greedy Approach and Dynamic Programming #shorts #shortsfeed #greedyalgorithm #dynamicprogramming

3,733 views

1 month ago

Leetcode Unlocked
134. Gas Station | Leetcode Unlocked - Python

We will explore the Greedy Algorithm approach to solve this efficiently in O(N) linear time and O(1) constant space. We cover the ...

7:58
134. Gas Station | Leetcode Unlocked - Python

0 views

4 weeks ago

Adil’s Insights
LeetCode 605: Can Place Flowers | Easy Greedy Logic Explained!

envType=study-plan-v2&envId=leetcode-75 What You'll Learn: • How greedy algorithms work • Checking left and right ...

2:47
LeetCode 605: Can Place Flowers | Easy Greedy Logic Explained!

5 views

2 weeks ago

boat
programming everyday until I graduate college | day 347
23:57
programming everyday until I graduate college | day 347

75 views

8 days ago

DSA-Bible
Leetcode 53. Maximum Sum Subarray #dsabible #coding #programming #python #algorithms
0:16
Leetcode 53. Maximum Sum Subarray #dsabible #coding #programming #python #algorithms

153 views

2 weeks ago

Techdose
Maximize Happiness of Selected Children | Greedy | Heap | Sorting | Leetcode 3075

This video explains Maximize Happiness of Selected Children using greedy techniques and comparing possible options.

14:49
Maximize Happiness of Selected Children | Greedy | Heap | Sorting | Leetcode 3075

347 views

6 days ago

Ava Chen
Huffman Coding: Visualization via Python🐍

In this video, Huffman Coding concept is visualized using Python language based on Greedy Algorithm.

5:04
Huffman Coding: Visualization via Python🐍

4 views

7 days ago

Shruti Mandaokar
Hackerearth : Number of Steps Solution in Python | Shruti Mandaokar

In this video, we tackle a classic competitive programming challenge: How to find the minimum number of steps to make all ...

16:04
Hackerearth : Number of Steps Solution in Python | Shruti Mandaokar

0 views

7 days ago

Leetcode Unlocked
174. Dungeon Game | Leetcode Unlocked - Python

Stuck on LeetCode 174 Dungeon Game? In this video, I break down the hard difficulty Dynamic Programming solution ...

7:57
174. Dungeon Game | Leetcode Unlocked - Python

26 views

2 weeks ago