ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,167,517 results

MIT OpenCourseWare
2. Data Structures and Dynamic Arrays

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:18
2. Data Structures and Dynamic Arrays

653,846 views

4 years ago

MIT OpenCourseWare
2. Retroactive Data Structures

MIT 6.851 Advanced Data Structures, Spring 2012 View the complete course: http://ocw.mit.edu/6-851S12 Instructor: Erik ...

1:18:39
2. Retroactive Data Structures

36,740 views

12 years ago

MIT OpenCourseWare
Lecture 16: Dijkstra

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

51:26
Lecture 16: Dijkstra

320,697 views

13 years ago

MIT OpenCourseWare
1. Persistent Data Structures

MIT 6.851 Advanced Data Structures, Spring 2012 View the complete course: http://ocw.mit.edu/6-851S12 Instructor: Erik ...

1:23:44
1. Persistent Data Structures

382,243 views

12 years ago

MIT OpenCourseWare
Lecture 13: Breadth-First Search (BFS)

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

50:48
Lecture 13: Breadth-First Search (BFS)

727,322 views

13 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,192 views

9 years ago

MIT OpenCourseWare
6. Binary Trees, Part 1

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:59
6. Binary Trees, Part 1

200,821 views

4 years ago

MIT OpenCourseWare
Lecture 4: Heaps and Heap Sort

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

52:32
Lecture 4: Heaps and Heap Sort

898,259 views

13 years ago

MIT OpenCourseWare
4. Divide & Conquer: van Emde Boas Trees

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

1:20:15
4. Divide & Conquer: van Emde Boas Trees

83,975 views

9 years ago

MIT OpenCourseWare
4. Hashing

... faster search and dynamic operations on data structures, arrays, and sorted arrays. This lecture discusses comparison models, ...

52:55
4. Hashing

392,829 views

4 years ago

MIT OpenCourseWare
1. Algorithms and Computation

Models of computation, data structures, and algorithms are introduced. License: Creative Commons BY-NC-SA More information ...

45:39
1. Algorithms and Computation

1,850,309 views

4 years ago

MIT OpenCourseWare
Lecture 1A: Overview and Introduction to Lisp

MIT 6.001 Structure and Interpretation of Computer Programs, Spring 2005 Instructor: Harold Abelson, Gerald Jay Sussman, Julie ...

1:12:56
Lecture 1A: Overview and Introduction to Lisp

370,897 views

6 years ago

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,900,752 views

13 years ago

MIT OpenCourseWare
Lec 17 | MIT 6.046J / 18.410J Introduction to Algorithms (SMA 5503), Fall 2005

Lecture 17: Shortest Paths I: Properties, Dijkstra's Algorithm, Breadth-first Search View the complete course at: ...

1:24:34
Lec 17 | MIT 6.046J / 18.410J Introduction to Algorithms (SMA 5503), Fall 2005

122,899 views

17 years ago

MIT OpenCourseWare
Lecture 8: Hashing with Chaining

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

51:16
Lecture 8: Hashing with Chaining

616,931 views

13 years ago

MIT OpenCourseWare
8. Randomization: Universal & Perfect Hashing

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

1:21:51
8. Randomization: Universal & Perfect Hashing

97,017 views

9 years ago

MIT OpenCourseWare
Lecture 3: Insertion Sort, Merge Sort

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

51:20
Lecture 3: Insertion Sort, Merge Sort

873,762 views

13 years ago

MIT OpenCourseWare
Lecture 2: Models of Computation, Document Distance

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

48:52
Lecture 2: Models of Computation, Document Distance

921,538 views

13 years ago

MIT OpenCourseWare
16. Strings

MIT 6.851 Advanced Data Structures, Spring 2012 View the complete course: http://ocw.mit.edu/6-851S12 Instructor: Erik ...

1:24:30
16. Strings

131,228 views

12 years ago

MIT OpenCourseWare
7. Randomization: Skip Lists

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

1:20:56
7. Randomization: Skip Lists

95,543 views

9 years ago

MIT OpenCourseWare
3. Sets and Sorting

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Justin Solomon View the complete course: ...

52:56
3. Sets and Sorting

210,791 views

4 years ago

freeCodeCamp.org
Data Structures - Full Course Using C and C++

Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++. You should ...

9:46:11
Data Structures - Full Course Using C and C++

3,690,854 views

4 years ago

freeCodeCamp.org
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

You will learn how to code various data structures together with simple to follow step-by-step instructions. Every data structure ...

8:03:17
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

7,215,962 views

6 years ago

MIT OpenCourseWare
8. Binary Heaps

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:52
8. Binary Heaps

70,807 views

4 years ago

MIT OpenCourseWare
Lecture 19: Dynamic Programming I: Fibonacci, Shortest Paths

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

51:47
Lecture 19: Dynamic Programming I: Fibonacci, Shortest Paths

2,883,472 views

13 years ago