ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,044 results

Electrical & Computer Learning Center, ECL Center
Performance Engineering of Software Systems - MIT - Lec 21

Lecture 21: Tuning a TSP Algorithm Description: Jon Bentley, retired from Bell Labs Research, discusses the traveling ...

1:20:53
Performance Engineering of Software Systems - MIT - Lec 21

20 views

10 months ago

CampusX
How Important is DSA for AI Jobs in 2026? | New DSA Course | CampusX

Earlybird Discount: https://learnwith.campusx.in/courses/DSA-69527ab734c0815fe15a08d9 Queries? - https://www.instagram.com ...

15:44
How Important is DSA for AI Jobs in 2026? | New DSA Course | CampusX

63,031 views

1 month ago

Engineering Community
Basic Algorithms and Data Structures with Go by Ivan Kutuzov

This talk highlight importance of knowing and use of basic algorithms and data structures, share some concepts and examples ...

55:47
Basic Algorithms and Data Structures with Go by Ivan Kutuzov

98 views

2 months ago

Southern California Linux Expo
Scalable and Low Latency Lock-free Data Structures

Talk by Alexander Krizhanovsky ...

52:30
Scalable and Low Latency Lock-free Data Structures

182 views

11 months ago

Erfan Nasirzadeh
Algorithm Analysis, Big O Notation, Data Structures and Algorithms(Explained Simply!)

This video provides a summary of algorithm analysis chapter for the course CSCI 5870: Data Structures and Algorithms. It covers ...

8:32
Algorithm Analysis, Big O Notation, Data Structures and Algorithms(Explained Simply!)

13 views

6 months ago

CNCF [Cloud Native Computing Foundation]
Lightning Talk: How We Used Data Structures When Contributing To the Kubernetes Proje... Arsh Sharma

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon events in Amsterdam, The Netherlands ...

5:24
Lightning Talk: How We Used Data Structures When Contributing To the Kubernetes Proje... Arsh Sharma

75 views

3 months ago

Elijah Appiah
Data Structures in R - ARITHMETIC OPERATIONS ON MATRICES (Addition, Subtraction, Multiplication)

The R Programming language is a free and open-source tool for statistical computing and graphics. In this video, you will learn ...

12:37
Data Structures in R - ARITHMETIC OPERATIONS ON MATRICES (Addition, Subtraction, Multiplication)

85 views

8 months ago

ONES COACHING
S3 KTU SURE SHOT QUESTION SERIES | DATA STRUCTURES AND ALGORITHMS | MODULE 1 | ONES

S3 EARTH CRASH BATCH (KTU 2024 Scheme) ✓ Full Semester Access – ₹1499/- ✓ Any Single Subject – ₹499/- Only ...

48:04
S3 KTU SURE SHOT QUESTION SERIES | DATA STRUCTURES AND ALGORITHMS | MODULE 1 | ONES

13,279 views

3 months ago

Ravi Kumar
complexity

Time and Space Complexity are essential concepts in Data Structures and Algorithms (DSA). In this video, we explain what ...

0:13
complexity

18 views

3 months ago

Nexbyte
From Transistors to Algorithms: CS Explained in 17 Minutes

Ever wondered how a computer actually works—from the ground up? In this 17-minute crash course, we'll break down Computer ...

16:49
From Transistors to Algorithms: CS Explained in 17 Minutes

714 views

7 months ago

MGB
01 01 Data Structures Intro

1:19 Storing data in computer memory 3:39 Structures for sequence of values 4:06 Arrays 6:28 Linked list 10:29 More complex ...

25:46
01 01 Data Structures Intro

39 views

2 months ago

Elijah Appiah
Data Structures in R - ARRAYS (Create 1D, 2D, 3D, 4D Arrays)

The R Programming language is a free and open-source tool for statistical computing and graphics. In this video, you will learn ...

28:24
Data Structures in R - ARRAYS (Create 1D, 2D, 3D, 4D Arrays)

68 views

7 months ago

CMU Database Group
#08 - B+Trees: The Best Data Structure in the World (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/08-indexes1.pdf Notes: ...

1:24:43
#08 - B+Trees: The Best Data Structure in the World (CMU Intro to Database Systems)

6,177 views

5 months ago

theDavud
Davlog #2 - #voxel Data Structures for #raytracing

Voxel Raytracing Tech: https://www.youtube.com/playlist?list=PL_3Xjx_NV4tw6vhcij03fZFTpt0eaO_-b Raytracing Project Source ...

9:50
Davlog #2 - #voxel Data Structures for #raytracing

1,516 views

11 months ago

Fastcode OSE
A renewed focus on the *structure* of concurrent data structures

(By Mike Spear, Lehigh University.) It is common for concurrent data structure designers to treat the limitations of their chosen ...

1:06:20
A renewed focus on the *structure* of concurrent data structures

20 views

5 months ago

AutoMind Tech-360
Data Structures - Arrays and Linked Lists
7:01
Data Structures - Arrays and Linked Lists

4 views

4 months ago

KnowEdge3
16-Python Basics - Data Structure - Dictionaries (Part2) - SimpleNamespace

This video is part of the Python Basics series, helping you build a strong foundation in programming with Python. Disclaimer: This ...

7:39
16-Python Basics - Data Structure - Dictionaries (Part2) - SimpleNamespace

42 views

5 months ago

KnowEdge3
17-Python Basics - Data Structure - End

This video is part of the Python Basics series, helping you build a strong foundation in programming with Python. Disclaimer: This ...

15:58
17-Python Basics - Data Structure - End

10 views

6 months ago

Create Vision
Debugging Stack - Data Structures

Computer Science South Africa Stack is a simple data structure that follows the Last In, First Out (LIFO) principle. It is akin to a ...

4:48
Debugging Stack - Data Structures

3 views

4 months ago

CMU Database Group
#10 - Latching in Data Structures (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/10-indexconcurrency.pdf ...

1:22:19
#10 - Latching in Data Structures (CMU Intro to Database Systems)

3,065 views

5 months ago

KnowEdge3
15-Python Basics - Data Structure - Sets

This video is part of the Python Basics series, helping you build a strong foundation in programming with Python. Disclaimer: This ...

9:57
15-Python Basics - Data Structure - Sets

10 views

7 months ago

Create Vision
Stacks & Queues Simulation - Data Structures

Computer Science South Africa Queue: a collection where you add to the front (top) and remove from the back (bottom), a bit like a ...

4:56
Stacks & Queues Simulation - Data Structures

61 views

4 months ago

KevDub Codes
a Role Playing Game (Part 1) | Tutorial 4.1

Documenting my journey into contributing to free and open-source software (FOSS). Today I am working through a tutorial. Follow ...

1:05:03
a Role Playing Game (Part 1) | Tutorial 4.1

4 views

Streamed 7 months ago

The Statistics Lab
SQ4007 Lecture wk6 Data structures in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Lecture ...

40:33
SQ4007 Lecture wk6 Data structures in C

29 views

4 months ago

Create Vision
Debugging Queue - Data Structures

Computer Science South Africa Debugging is the process of finding and fixing errors or bugs in the source code of any software.

5:04
Debugging Queue - Data Structures

9 views

4 months ago