ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,306,345 results

WIRED
Harvard Professor Explains Algorithms in 5 Levels of Difficulty | WIRED

From the physical world to the virtual world, algorithms are seemingly everywhere. David J. Malan, Professor of Computer Science ...

25:47
Harvard Professor Explains Algorithms in 5 Levels of Difficulty | WIRED

4,771,395 views

2 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

609,151 views

3 years ago

Reducible
5 Simple Steps for Solving Dynamic Programming Problems

In this video, we go over five steps that you can use as a framework to solve dynamic programming problems. You will see how ...

21:27
5 Simple Steps for Solving Dynamic Programming Problems

1,413,729 views

5 years ago

freeCodeCamp.org
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

Learn how to use Dynamic Programming in this course for beginners. It can help you solve complex programming problems, such ...

5:10:02
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

4,644,660 views

5 years ago

freeCodeCamp.org and AlgoMonster
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

507,518 views

6 months ago

3Blue1Brown
But what is quantum computing?  (Grover's Algorithm)

Qubits, state vectors, and Grover's algorithm for search. Instead of sponsored ad reads, these lessons are funded directly by ...

36:54
But what is quantum computing? (Grover's Algorithm)

3,104,209 views

9 months ago

Reducible
The Traveling Salesman Problem: When Good Enough Beats Perfect

Use the code "reducible" to get CuriosityStream for less than $15 a year! https://curiositystream.com/reducible The Traveling ...

30:27
The Traveling Salesman Problem: When Good Enough Beats Perfect

362,777 views

3 years ago

AlgoMonster
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

https://algo.monster/ Best place to learn and practice coding interviews Almost all LeetCode problems can be solved with the ...

21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

650,245 views

1 year ago

Reducible
5 Simple Steps for Solving Any Recursive Problem

In this video, we take a look at one of the more challenging computer science concepts: Recursion. We introduce 5 simple steps to ...

21:03
5 Simple Steps for Solving Any Recursive Problem

1,492,367 views

6 years ago

freeCodeCamp.org
Algorithms and Data Structures Tutorial - Full Course for Beginners

In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are ...

5:22:09
Algorithms and Data Structures Tutorial - Full Course for Beginners

5,701,405 views

4 years ago

freeCodeCamp.org
Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ✏️ This course was developed by ...

2:12:19
Graph Algorithms for Technical Interviews - Full Course

1,456,254 views

4 years ago

freeCodeCamp.org
Greedy Algorithms Tutorial – Solve Coding Challenges

Learn how to use greedy algorithms to solve coding challenges. Many tech companies want people to solve coding challenges ...

1:53:09
Greedy Algorithms Tutorial – Solve Coding Challenges

383,095 views

3 years ago

freeCodeCamp.org
Binary Tree Algorithms for Technical Interviews - Full Course

Learn how to implement binary tree algorithms and how to use them to solve coding challenges. ✏️ This course was ...

1:48:53
Binary Tree Algorithms for Technical Interviews - Full Course

831,247 views

4 years ago

Prepflix
Master Z-Algorithm in minutes | Solve Pattern Searching Problems with EASE using the Z-Algorithm

In this video, we simplify the Z-Algorithm, a powerful string algorithm widely used in pattern searching problems and competitive ...

26:25
Master Z-Algorithm in minutes | Solve Pattern Searching Problems with EASE using the Z-Algorithm

1,535 views

6 months ago

Abdul Bari
8. NP-Hard and NP-Complete Problems

P vs NP Satisfiability Reduction NP-Hard vs NP-Complete P=NP PATREON : https://www.patreon.com/bePatron?u=20475192 ...

31:53
8. NP-Hard and NP-Complete Problems

2,533,448 views

7 years ago

Cyber Enlightener
(1/2) Solving Minimum Cost Flow Problems: Cycle Cancelling Algorithm Explained

Welcome to Part 1/2 of our in-depth series on solving Minimum Cost Flow problems using the powerful Cycle Cancelling ...

34:41
(1/2) Solving Minimum Cost Flow Problems: Cycle Cancelling Algorithm Explained

4,362 views

2 years ago

Errichto Algorithms
Prefix Sums - Problems, Code in C++ & Python

Prefix sums are the sums of the first K elements in an array. You can use them to quickly get the range sum and solve many other ...

20:51
Prefix Sums - Problems, Code in C++ & Python

79,907 views

2 years ago

take U forward
Kadane's Algorithm | Maximum Subarray Sum | Finding and Printing

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

20:09
Kadane's Algorithm | Maximum Subarray Sum | Finding and Printing

1,070,653 views

2 years ago

Neso Academy
Understanding the Time Complexity of an Algorithm

Algorithms: Understanding the Time Complexity of an Algorithm Topics discussed: 1. A Recap of Priori vs. Posteriori Analysis. 2.

24:59
Understanding the Time Complexity of an Algorithm

196,007 views

1 year ago

Learn with Shona (Magnus Academy)
Algorithm and Flowchart - PART 1 , Introduction to Problem Solving, Algorithm Tutorial for Beginners

This video is Part - 1 of Algorithms, Flowcharts, Introduction to Problem Solving Algorithm and Flowchart for Beginners ...

22:39
Algorithm and Flowchart - PART 1 , Introduction to Problem Solving, Algorithm Tutorial for Beginners

372,953 views

5 years ago

Abdul Bari
3.5 Prims and Kruskals Algorithms - Greedy Method

Prims Algorithm Kruskals Algorithm Problems for Spanning Tree PATREON : https://www.patreon.com/bePatron?u=20475192 ...

20:12
3.5 Prims and Kruskals Algorithms - Greedy Method

3,594,288 views

8 years ago

Abdul Bari
4.5 0/1 Knapsack - Two Methods - Dynamic Programming

0/1 Knapsack Problem Dynamic Programming Two Methods to solve the problem Tabulation Method Sets Method PATREON ...

28:24
4.5 0/1 Knapsack - Two Methods - Dynamic Programming

3,840,885 views

7 years ago

Colin Galen
Complete Constructive Problems Practice - Noob to Expert | Topic Stream 5

Problemset link: https://codeforces.com/contestInvitation/d9c971f493397e175c85e88e595f3d65a8d78e94 Problem difficulties: ...

3:07:28
Complete Constructive Problems Practice - Noob to Expert | Topic Stream 5

65,146 views

Streamed 5 years ago

CodeWithHarry
How to Calculate Time Complexity of an Algorithm + Solved Questions (With Notes)

Learn how to calculate time complexity (Big O) of a program in hindi. these Data Structures and algorithm videos will walk you ...

46:17
How to Calculate Time Complexity of an Algorithm + Solved Questions (With Notes)

1,385,981 views

5 years ago

Manocha Academy
Algorithm and Flowchart

Algorithm and Flowchart in Computers Made Easy! Our Website: http://bit.ly/2KBC0l1 Android App: https://bit.ly/3k48zdK Python ...

56:51
Algorithm and Flowchart

412,848 views

3 years ago