ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

31,828 results

Glass Box Computing
Choosing a Data Structure: Memory Representation, Compared — Data Structures in C | 21.8

Two families, two memory profiles: contiguous blocks that stream through cache, and pointer-linked nodes that buy O(1) splices ...

3:42
Choosing a Data Structure: Memory Representation, Compared — Data Structures in C | 21.8

10 views

7 days ago

Glass Box Computing
14.11 Graph Representations: Labs — Data Structures in C | Previous Version

Practice with graph representations: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...

7:52
14.11 Graph Representations: Labs — Data Structures in C | Previous Version

10 views

2 weeks ago

The Talent Grid
Data Structures Using C for Beginners | C Foundations, DSA & Algorithms

Learn Data Structures and Algorithms using C from the foundations to interview-level problem solving. In Session 1 of The Talent ...

20:00
Data Structures Using C for Beginners | C Foundations, DSA & Algorithms

8 views

3 days ago

Glass Box Computing
14.6 Graph Representations: Add an Edge — Data Structures in C | Previous Version

Adding one undirected edge in both representations — and the bug that quietly turns an undirected graph into a directed one.

3:24
14.6 Graph Representations: Add an Edge — Data Structures in C | Previous Version

12 views

2 weeks ago

Glass Box Computing
Tries: Search — Data Structures in C | 18.7

Searching on tries — finding an element, and how many places you have to look. This lesson shows exactly what happens, step ...

3:51
Tries: Search — Data Structures in C | 18.7

17 views

2 days ago

Glass Box Computing
14.5 A Graph in Memory — Data Structures in C | Previous Version

How graph representations actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...

5:49
14.5 A Graph in Memory — Data Structures in C | Previous Version

8 views

2 weeks ago

Logic Unlocked
List Implementation Using Array in C | Data Structures Tutorial for Beginners

List Implementation Using Array in C | Data Structures Tutorial In this video, we learn List ADT and its implementation using arrays ...

13:33
List Implementation Using Array in C | Data Structures Tutorial for Beginners

40 views

4 weeks ago

Glass Box Computing
14.9 Graph Representations: Common Mistakes — Data Structures in C | Previous Version

The bugs people actually hit with graph representations — shown, explained, and fixed. A gallery of real mistakes: what they look ...

2:46
14.9 Graph Representations: Common Mistakes — Data Structures in C | Previous Version

0 views

2 weeks ago

Glass Box Computing
17.6 Searching Recap — Data Structures in C

A tight recap of searching: the mental model, the operations, and the costs — everything worth keeping. The essential takeaways ...

4:30
17.6 Searching Recap — Data Structures in C

2 views

11 days ago

Glass Box Computing
16.9 Graph Algorithms: Design Tradeoffs — Data Structures in C | Previous Version

When to reach for graph algorithms — and when not to. The design tradeoffs, side by side. We compare graph algorithms against ...

1:35
16.9 Graph Algorithms: Design Tradeoffs — Data Structures in C | Previous Version

10 views

12 days ago

Glass Box Computing
What Is an Array? — Data Structures in C | 2.2

A plain, precise definition of arrays — and the one idea everything else follows from. We define it exactly, picture it, and pull out ...

1:34
What Is an Array? — Data Structures in C | 2.2

4 views

3 weeks ago

Glass Box Computing
Course Intro: Recap — Data Structures in C | 1.9

A tight recap of data structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...

2:12
Course Intro: Recap — Data Structures in C | 1.9

1 view

3 weeks ago

Glass Box Computing
Choosing a Data Structure: Recap — Data Structures in C | 21.14

What you now own: six decision axes, ten worked cases, and a capstone complexity reference to look costs up in. This closes the ...

1:37
Choosing a Data Structure: Recap — Data Structures in C | 21.14

2 views

7 days ago

Glass Box Computing
A Stack in Memory — Data Structures in C | 6.4

How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...

3:52
A Stack in Memory — Data Structures in C | 6.4

18 views

3 weeks ago

Glass Box Computing
Choosing a Data Structure: Learning Goals — Data Structures in C | 21.1

What the capstone chapter is for: turning a vague "which structure do I know?" into a question you can actually answer about the ...

1:14
Choosing a Data Structure: Learning Goals — Data Structures in C | 21.1

0 views

7 days ago

Glass Box Computing
Why Arrays? — Data Structures in C | 2.1

Before the how, the why: what problem arrays solve, and what it costs you to get them wrong. We start from a concrete problem, ...

3:31
Why Arrays? — Data Structures in C | 2.1

5 views

3 weeks ago

Glass Box Computing
16.5 Graph Algorithms in Memory — Data Structures in C | Previous Version

How graph algorithms actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto ...

1:03
16.5 Graph Algorithms in Memory — Data Structures in C | Previous Version

48 views

12 days ago

Glass Box Computing
Why Graph Traversal? — Data Structures in C | 15.1

Before the how, the why: what problem graph traversal solves, and what it costs you to get it wrong. We start from a concrete ...

4:34
Why Graph Traversal? — Data Structures in C | 15.1

3 views

2 days ago

Glass Box Computing
Arrays: Wrap-up — Data Structures in C | 2.12

A tight recap of arrays: the mental model, the operations, and the costs — everything worth keeping. The essential takeaways in ...

1:59
Arrays: Wrap-up — Data Structures in C | 2.12

5 views

3 weeks ago

Glass Box Computing
Why Data Structures Matter — Data Structures in C | 1.1

Before the how, the why: what problem data structures solve, and what it costs you to get them wrong. We start from a concrete ...

8:19
Why Data Structures Matter — Data Structures in C | 1.1

60 views

3 weeks ago