ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101,956 results

AlgosWithMichael
Quick Select Algorithm Visualized (and how it compares to Quick Sort!)

Want to learn more about the quick select algorithm and top k element problems in general? Check out my interview prep platform ...

6:12
Quick Select Algorithm Visualized (and how it compares to Quick Sort!)

36,421 views

1 year ago

David Sturgill
Randomized selection algorithm

Choosing order statistic 11 using randomized selection. The rank pointer is showing which element we want in the sorted list.

1:21
Randomized selection algorithm

23,606 views

9 years ago

Anthony Clark
Randomized Selection 3: Introducing randomized selection

See course details here: https://cs.pomona.edu/classes/cs140/archive/2025-26fall/

2:55
Randomized Selection 3: Introducing randomized selection

421 views

11 months ago

MIT OpenCourseWare
R4. Randomized Select and Randomized Quicksort

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

39:30
R4. Randomized Select and Randomized Quicksort

46,046 views

9 years ago

Chier Hu
Quicksort vs. RANDOMIZED-SELECT: Selecting the i-th Order Statistic

The RANDOMIZED-SELECT algorithm provides a way to find the i-th smallest element in an array. Let's walk through the ...

6:34
Quicksort vs. RANDOMIZED-SELECT: Selecting the i-th Order Statistic

373 views

1 year ago

Stanford Algorithms
8   1   Randomized Selection   Algorithm 22 min
21:40
8 1 Randomized Selection Algorithm 22 min

36,038 views

8 years ago

Techdose
Quick Select Algorithm | Efficient searching algorithm

This lecture shows the working and implementation of quick select algorithm. It is very similar to quick sort algorithm with respect ...

10:33
Quick Select Algorithm | Efficient searching algorithm

159,161 views

6 years ago

coolkettle
Random Selection algorithm breakdown

university assignment i stayed up till 4 am to finish.

1:20
Random Selection algorithm breakdown

297 views

8 months ago

People also watched

Stanford Algorithms
8   2   Randomized Selection    Analysis 21 min
20:35
8 2 Randomized Selection Analysis 21 min

11,832 views

8 years ago

Parmita Bawankule
Linearity of Expectation + Indicator Random Variables to find E[X] : "TAs need a Vacation" Problem

Thanks for taking a look at this video! Hope it helps you in your math and learning journey Correction: 8:35 says "X is equal to.

9:17
Linearity of Expectation + Indicator Random Variables to find E[X] : "TAs need a Vacation" Problem

516 views

8 months ago

Course Grinder
Median Selecion Algorithm (Part #4 - Introducing Randomness to Pivot Selection)

So in the last video we checked the runtime of the fancy median algorithm that we found right the one that would find the median ...

14:46
Median Selecion Algorithm (Part #4 - Introducing Randomness to Pivot Selection)

20,404 views

9 years ago

Heather Guarnera
Quick select

... way and this is our quick select using our quick select algorithm. So given this sequence we're going to pick a random pivot and ...

19:49
Quick select

787 views

5 years ago

Algorithms with Attitude
Quick Sort and Quick Select

Table of Contents: 00:00 - Introduction and Prerequisites 00:22 - Quick Sort Concept 01:16 - Quick Sort Pseudocode 1 01:43 ...

21:36
Quick Sort and Quick Select

31,014 views

5 years ago

Algorithms by Sharma Thankachan
2.9 - Quick Sort | Randomized Algorithms (Monte Carlo vs Las Vegas)

A simple Randomized (Las Vegas) algorithm for sorting in expected O(n log n) time. This can be converted to a Monte Carlo ...

56:10
2.9 - Quick Sort | Randomized Algorithms (Monte Carlo vs Las Vegas)

3,089 views

5 years ago

Richard Joseph
Probabilistic Analysis, Randomized Algorithm and Indicator Random Variable using the Hiring Problem

Probabilistic Analysis, Randomized Algorithm and Indicator Random Variable using the Hiring Problem.

19:45
Probabilistic Analysis, Randomized Algorithm and Indicator Random Variable using the Hiring Problem

22,690 views

5 years ago

Polylog
The fastest sorting algorithm

Radix sort is older than the computer yet quicker than quick sort. Why aren't we all using it? Check out ...

17:13
The fastest sorting algorithm

320,822 views

4 months ago

MIT OpenCourseWare
6. Randomization: Matrix Multiply, Quicksort

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

1:21:52
6. Randomization: Matrix Multiply, Quicksort

67,748 views

9 years ago

The Tech Granth
Find the k th Smallest/Largest Element | Quick Select Algorithm | Optimizing Quick Sort

Finding Kth largest and smallest element of an array in an Optimized way is common software coding interview question asked in ...

24:28
Find the k th Smallest/Largest Element | Quick Select Algorithm | Optimizing Quick Sort

20,469 views

4 years ago

Professor Painter
Quick Sort 10 - Randomized Selection

In this video we discuss and analyze an algorithm which can find the median of an unsorted array in an efficient amount of time.

20:14
Quick Sort 10 - Randomized Selection

3,692 views

5 years ago

Truly Understanding Algorithms
Truly Understanding Quick Select

Understand the Quick Select algorithm using an easy-to-follow visual animation. See how to implement in C in a step-by-step ...

17:53
Truly Understanding Quick Select

19,896 views

3 years ago

Yang Song
12-2 Randomized selection

... sorting so in the worst case the randomized selection algorithm will be even worse than a sorting algorithm and then pick which ...

27:17
12-2 Randomized selection

667 views

4 years ago

Algorithms by Sharma Thankachan
2.10 - Quick Select | Randomized Algorithms

A simple Randomized (Las Vegas) algorithm for expected linear time selection.

29:58
2.10 - Quick Select | Randomized Algorithms

2,512 views

5 years ago

XuetangX-5
134 Example  Randomized Select
4:14
134 Example Randomized Select

11 views

3 years ago

XuetangX-5
135 Example  Randomized Select Analysis
13:44
135 Example Randomized Select Analysis

22 views

3 years ago

Last Minute Lecture
Selection Algorithms: Randomized & Linear-Time | Chapter 9 – Introduction to Algorithms (4th)

Chapter 9 focuses on selection algorithms, specifically for finding the ith order statistic — such as the minimum, maximum, ...

14:39
Selection Algorithms: Randomized & Linear-Time | Chapter 9 – Introduction to Algorithms (4th)

369 views

9 months ago

P
8   1   Randomized Selection   Algorithm 22 min
21:40
8 1 Randomized Selection Algorithm 22 min

93 views

6 years ago

Michael Sambol
Selection sort in 3 minutes

Step by step instructions showing how to run selection sort.

2:43
Selection sort in 3 minutes

1,409,248 views

9 years ago

Idea Behind
What is Median of Medians algorithm for Selection Problem?

Time Stamps: 00:00 Intro 00:30 - Selection Problem 02:46 - First Idea (Quick Select Algorithm) 04:26 - Prune and Search ...

17:28
What is Median of Medians algorithm for Selection Problem?

21,157 views

3 years ago

Techdose
Randomized Qsort (Full & Easy Explanation)

Randomized Qsort actually begins from 4:00 mins....So,if you dont want to recapitulate Qsort then u can directly jump to 4 mins.

7:55
Randomized Qsort (Full & Easy Explanation)

116,495 views

7 years ago