ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113,461 results

MIT OpenCourseWare
Lecture 1: Algorithmic Thinking, Peak Finding

MIT 6.006 Introduction to Algorithms, Fall 2011 View the complete course: http://ocw.mit.edu/6-006F11 Instructor: Srini Devadas ...

53:22
Lecture 1: Algorithmic Thinking, Peak Finding

5,912,264 views

13 years ago

MIT OpenCourseWare
2. Divide & Conquer: Convex Hull, Median Finding

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

1:20:35
2. Divide & Conquer: Convex Hull, Median Finding

223,753 views

9 years ago

codeManS practice videos
Learn Algorithm Design by Building a Shortest Path Algorithm 31-59 | freeCodeCamp | (Beta) | Python

WARNING: I RANT IN THIS ONE PRETTY HARD*** Course Link: ...

55:13
Learn Algorithm Design by Building a Shortest Path Algorithm 31-59 | freeCodeCamp | (Beta) | Python

1,848 views

1 year ago

codeManS practice videos
Learn Algorithm Design by Building a Shortest Path Algorithm 1-30 | freeCodeCamp | (Beta) | Python

Course Link: ...

38:13
Learn Algorithm Design by Building a Shortest Path Algorithm 1-30 | freeCodeCamp | (Beta) | Python

1,349 views

1 year 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,720,516 views

4 years ago

Abdul Bari
2.6.3 Heap - Heap Sort - Heapify - Priority Queues

PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ================ Java Programming ...

51:08
2.6.3 Heap - Heap Sort - Heapify - Priority Queues

2,749,054 views

6 years ago

Abdul Bari
4.8 Reliability Design - Dynamic Programming

Reliability Design System Design PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ...

26:32
4.8 Reliability Design - Dynamic Programming

486,582 views

7 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

202,025 views

1 year 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,536,086 views

8 years ago

Abdul Bari
1.12 Disjoint Sets Data Structure - Weighted Union and Collapsing Find

Disjoint Sets Data Structure - Weighted Union and Collapsing Find PATREON : https://www.patreon.com/bePatron?u=20475192 ...

26:04
1.12 Disjoint Sets Data Structure - Weighted Union and Collapsing Find

1,128,810 views

7 years ago

Abdul Bari
3.5 Prims and Kruskals Algorithms - Greedy Method

Whats a Spanning Tree ? What is a Minimum Cost Spanning Tree? Prims Algorithm Kruskals Algorithm Problems for Spanning ...

20:12
3.5 Prims and Kruskals Algorithms - Greedy Method

3,605,034 views

8 years ago

5 Minutes Engineering
Complete Design and Analysis of Algorithms (DAA) in One Shot (6 Hours) Explained in Hindi

Free Notes : https://drive.google.com/file/d/1y_ix1EOkMM5kZNLk5TYaX_RU-UBJcAms/view?usp=sharing Topics 0:00 ...

6:20:01
Complete Design and Analysis of Algorithms (DAA) in One Shot (6 Hours) Explained in Hindi

371,094 views

2 years ago

KnowledgeGATE by Sanchit Sir
Complete DAA Design and Analysis of Algorithm in one shot | Semester Exam | Hindi

KnowledgeGate Website: https://www.knowledgegate.ai For free notes on University exam's subjects, please check out our ...

9:23:20
Complete DAA Design and Analysis of Algorithm in one shot | Semester Exam | Hindi

1,366,108 views

2 years ago

Abdul Bari
2.7.2.  Merge Sort Algorithm

You should already know what is merging and merge patterns you can watch here https://youtu.be/6pV2IF0fgKY MergeSort ...

20:23
2.7.2. Merge Sort Algorithm

2,175,000 views

8 years ago

Abdul Bari
2.9 Strassens Matrix Multiplication

Simple Matrix Multiplication Method Divide and Conquer Method Strassen's Matrix Multiplication Method PATREON ...

23:40
2.9 Strassens Matrix Multiplication

1,467,649 views

8 years ago

Abdul Bari
4.6 Optimal Binary Search Tree (Successful Search Only) - Dynamic Programming

This problem is a partial, considering only successful search. What is Binary Search Tree? What is Optimal Binary Search Tree?

30:19
4.6 Optimal Binary Search Tree (Successful Search Only) - Dynamic Programming

1,363,983 views

8 years ago

Jenny's Lectures CS IT
Longest Common Subsequence- Dynamic Programming | Data structures and algorithms

In this video, I have explained the procedure of finding out the longest common subsequence from the strings using dynamic ...

25:47
Longest Common Subsequence- Dynamic Programming | Data structures and algorithms

785,088 views

7 years ago

Nileena Midhun
Algorithm Design Techniques # Unit 2 #DAA

Algorithm Design Techniques #Design and Analysis of Algorithm #daa #unit2.

30:34
Algorithm Design Techniques # Unit 2 #DAA

259 views

2 years ago

Sarwar Ali
Viva Questions External Practicals | Part - 1 | ADA | Algorithm Design & Analysis | - 5th Semester

Viva #External #Practical ADA Viva Questions - Part 1 Part - 2 Link : https://youtu.be/kjeBohWktq0 SORTING PLAYLIST LINK: ...

21:09
Viva Questions External Practicals | Part - 1 | ADA | Algorithm Design & Analysis | - 5th Semester

50,789 views

5 years ago

VTU padhai
ADA BCS401 Mod1:Brute Force Approach-Selection Sort and Bubble Sort-Algorithm,Example & Analysis

In this module of BCS401 - Analysis and Design of Algorithms, we examine the brute force approaches to algorithm design with a ...

25:11
ADA BCS401 Mod1:Brute Force Approach-Selection Sort and Bubble Sort-Algorithm,Example & Analysis

18,943 views

1 year ago

CSE Guru
Warshall's Algorithm To Find Transitive Closure | DP | Lec 60 | Design & Analysis of Algorithm

transitiveclosure #warshallsalgorithmtransitiveclosure #pathmatrix #warshallsalgorithm #findtransitiveclosure ...

20:45
Warshall's Algorithm To Find Transitive Closure | DP | Lec 60 | Design & Analysis of Algorithm

201,239 views

3 years ago

VTU padhai
ADA BCS401 Mod1: Mathematical Analysis of Non-Recursive & Recursive Algorithms #vtu #ada #vtupadhai

In this module of BCS401 - Analysis and Design of Algorithms, we explore the mathematical analysis of both non-recursive and ...

33:22
ADA BCS401 Mod1: Mathematical Analysis of Non-Recursive & Recursive Algorithms #vtu #ada #vtupadhai

41,750 views

1 year ago

NS lectures
daa subject complete unit 4 || design and analysis of algorithms || greedy method | cse btech

MY INSTAGRAM ID: https://www.instagram.com/ns.lectures/ - 00:15 greedy method general method applications, 11:37 job ...

34:47
daa subject complete unit 4 || design and analysis of algorithms || greedy method | cse btech

98,586 views

3 years ago

Dream IIT
Algorithm Design Paradigm | An Initiative by AVKGROUP

An Initiative by AVKGROUP Content of this Lecture :- What are Algorithms | Characteristics of Good Algorithms | Design Paradigm ...

21:33
Algorithm Design Paradigm | An Initiative by AVKGROUP

1,713 views

7 years ago

Jenny's Lectures CS IT
0/1 knapsack problem-Dynamic Programming | Data structures and algorithms

Jenny's lectures Placement Oriented DSA with Java course (New Batch): ...

27:31
0/1 knapsack problem-Dynamic Programming | Data structures and algorithms

1,849,191 views

6 years ago