ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,676 results

Tech With Tim
Greedy Algorithms Explained

Welcome to another video! In this video, I am going to cover greedy algorithms. Specifically, what a greedy algorithm is and how to ...

17:48
Greedy Algorithms Explained

158,049 views

4 years ago

MIT OpenCourseWare
12. Greedy Algorithms: Minimum Spanning Tree

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:22:10
12. Greedy Algorithms: Minimum Spanning Tree

247,013 views

9 years ago

Numberphile
Egyptian Fractions and the Greedy Algorithm - Numberphile

Featuring Sophie Maclean. See https://brilliant.org/numberphile for Brilliant and 20% off their premium service & 30-day trial ...

9:47
Egyptian Fractions and the Greedy Algorithm - Numberphile

185,314 views

2 years ago

MIT OpenCourseWare
R6. Greedy Algorithms

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

22:24
R6. Greedy Algorithms

88,548 views

9 years ago

Nikhil Lohia
Greedy Algorithms with real life examples | Study Algorithms

To see more videos like this, you can buy me a coffee: https://www.buymeacoffee.com/studyalgorithms Greedy Algorithms is a way ...

14:02
Greedy Algorithms with real life examples | Study Algorithms

28,405 views

5 years ago

Gate Smashers
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

In this video, Varun sir introduce what greedy algorithms are, how they work, and where they can be applied. With a simple ...

7:32
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

1,293,571 views

5 years ago

theHostCode
Maximizing Event Attendance  A Greedy Algorithm Approach in Java

LeetCode 1353: Maximum Number of Events That Can Be Attended | Java Solution Explained* Master this challenging greedy ...

36:29
Maximizing Event Attendance A Greedy Algorithm Approach in Java

34 views

6 months ago

CS50
greedy

So now let's start looking at the implementation of the Greedy algorithm. We know a couple things. One, that we'll need to prompt ...

13:16
greedy

113,723 views

12 years ago

CS50
greedy (C)

So now we can proceed with the heart of the greedy algorithm, which is always using the largest coin possible. While we're doing ...

8:26
greedy (C)

70,676 views

9 years ago

MIT OpenCourseWare
1. Course Overview, Interval Scheduling

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:23:35
1. Course Overview, Interval Scheduling

666,469 views

9 years ago

Michael Sambol
Dijkstra's algorithm in 3 minutes

Step by step instructions showing how to run Dijkstra's algorithm on a graph.

2:46
Dijkstra's algorithm in 3 minutes

1,950,168 views

11 years ago

Codebagel
Top 7 Algorithms for Coding Interviews Explained SIMPLY

Today we'll be covering the 7 most important algorithms you need to ace your coding interviews and land a job as a software ...

21:22
Top 7 Algorithms for Coding Interviews Explained SIMPLY

603,354 views

3 years ago

Rman
Main Ingredients of Greedy Algorithms

Because, otherwise, you can come up with some greedy choice and then come up with a greedy algorithm and then even ...

2:41
Main Ingredients of Greedy Algorithms

33 views

3 years ago

Rman
Review of Greedy Algorithms

The main ingredients of any greedy algorithm are greedy choice and reduction to a subproblem. You have to prove that your ...

2:47
Review of Greedy Algorithms

61 views

3 years ago

Gate Smashers
L-4.2: Knapsack Problem With Example| Greedy Techniques| Algorithm

In the knapsack problem, you need to pack a set of items, with given values and sizes (such as weights or volumes), into a ...

11:41
L-4.2: Knapsack Problem With Example| Greedy Techniques| Algorithm

1,819,134 views

5 years ago

Repovive | Shayan
From Newbie to Expert in 3 Months | 100% works!

Participate in contests: https://repovive.com/contests Instagram Page: https://www.instagram.com/repovive Telegram Channel: ...

15:14
From Newbie to Expert in 3 Months | 100% works!

124,518 views

11 months ago

John Levine
A* Search

Correction: at 6:00, the A* score of the path S-A-B-A is 17, not 20.

12:32
A* Search

523,596 views

8 years ago

Nikita Jain Insights
Real-Life Applications of Greedy Algorithms | Animated Example Explained

In this video, we dive into real-life applications of greedy algorithms, explaining how they solve complex problems in the most ...

1:18
Real-Life Applications of Greedy Algorithms | Animated Example Explained

232 views

1 year ago

GeeksforGeeks
Greedy Algorithm to find minimum number of Coins | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/greedy-algorithm-to-find-minimum-number-of-coins/ ...

4:31
Greedy Algorithm to find minimum number of Coins | GeeksforGeeks

92,263 views

8 years ago

Zachary Huang
Reinforcement Learning #1: Multi-Armed Bandits, Explore vs Exploit, Epsilon-Greedy, UCB

... The Greedy Trap Example 00:10:15 Solution 1: The Epsilon-Greedy Algorithm 00:15:38 The Learning Engine: The Incremental ...

39:59
Reinforcement Learning #1: Multi-Armed Bandits, Explore vs Exploit, Epsilon-Greedy, UCB

6,579 views

5 months ago