ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,947 results

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

11 views

2 weeks ago

Glass Box Computing
Linked Lists: Complexity & Pitfalls — Data Structures in C | 4.9

The cost of every singly linked list operation in one place — big-O, and the traps that bite in practice. We build the complexity table ...

4:28
Linked Lists: Complexity & Pitfalls — Data Structures in C | 4.9

3 views

3 weeks 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

7 views

2 weeks ago

Glass Box Computing
The Circular Variant — Data Structures in C | 5.7

Close the loop and the special cases disappear: a ring has no NULL to guard, so a lap simply wraps. We build a ring from a single ...

5:55
The Circular Variant — Data Structures in C | 5.7

3 views

3 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
Graph Representations: Labs — Data Structures in C | 14.11

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

7:58
Graph Representations: Labs — Data Structures in C | 14.11

4 views

2 days 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

12 days ago

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

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

7:44
Why Dynamic Arrays? — Data Structures in C | 3.1

3 views

3 weeks ago

Glass Box Computing
What Is a Graph? — Data Structures in C | 14.2

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

10:11
What Is a Graph? — Data Structures in C | 14.2

0 views

2 days ago

Glass Box Computing
Dynamic Arrays: Append — Data Structures in C | 3.5

Append on dynamic arrays — adding to the end, and when it stays cheap. This lesson shows exactly what happens, step by step, ...

10:12
Dynamic Arrays: Append — Data Structures in C | 3.5

2 views

3 weeks ago

LogixOr
Introduction to Data Structure | Algorithm | DSA using C #1

Welcome to the DSA using C Language Course (Bengali)! In this first lecture, we will learn the fundamentals of Data Structures ...

19:35
Introduction to Data Structure | Algorithm | DSA using C #1

88 views

4 weeks ago

Glass Box Computing
Arrays: Complexity & Pitfalls — Data Structures in C | 2.11

The cost of every array operation in one place — big-O, and the traps that bite in practice. We build the complexity table from the ...

5:35
Arrays: Complexity & Pitfalls — Data Structures in C | 2.11

1 view

3 weeks ago

Glass Box Computing
17.1 Why Sorting and Searching? — Data Structures in C

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

7:06
17.1 Why Sorting and Searching? — Data Structures in C

1 view

12 days ago

Glass Box Computing
Dynamic Arrays: Lab Exercises — Data Structures in C | 3.12

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

10:28
Dynamic Arrays: Lab Exercises — Data Structures in C | 3.12

8 views

3 weeks ago

Glass Box Computing
16.10 Graph Algorithms: Labs — Data Structures in C | Previous Version

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

5:55
16.10 Graph Algorithms: Labs — Data Structures in C | Previous Version

1 view

13 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
Why Doubly and Circular Lists? — Data Structures in C | 5.1

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

5:55
Why Doubly and Circular Lists? — Data Structures in C | 5.1

1 view

3 weeks ago

Glass Box Computing
17.10 Quicksort — Data Structures in C

Quicksort, end to end: how it sorts, why it's correct, and what it costs. We watch the algorithm run on a real array, then write it in C ...

10:12
17.10 Quicksort — Data Structures in C

1 view

12 days 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

Glass Box Computing
Enqueue and Dequeue — Data Structures in C | 7.6

Enqueue / Dequeue on queues and deques — adding at one end, removing at the other. This lesson shows exactly what ...

19:30
Enqueue and Dequeue — Data Structures in C | 7.6

7 views

3 weeks ago