ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

253 results

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

21 views

3 days ago

Benjamin Fadina
C Programming #33 — Linkage: static, extern, and Who Can See Your Names

Lesson 33 of C Programming: A Complete Course. Covers §4.5 — The Anatomy of a C Program. Chapters 0:00 Three Kinds of ...

3:58
C Programming #33 — Linkage: static, extern, and Who Can See Your Names

10 views

6 days ago

Glass Box Computing
Graph Traversal: Common Mistakes — Data Structures in C | 15.10

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

3:26
Graph Traversal: Common Mistakes — Data Structures in C | 15.10

0 views

3 days ago

Glass Box Computing
Graph Traversal: Invariants — Data Structures in C | 15.4

The invariants of graph traversal: the facts that must stay true after every operation. We state each invariant plainly and show how ...

1:16
Graph Traversal: Invariants — Data Structures in C | 15.4

0 views

3 days ago

Benjamin Fadina
C Programming #30 — Declaration versus Definition

Lesson 30 of C Programming: A Complete Course. Covers §4.3 — The Anatomy of a C Program. Chapters 0:00 One Says It Exists ...

3:57
C Programming #30 — Declaration versus Definition

6 views

6 days ago

Glass Box Computing
The Trie ADT — Data Structures in C | 18.3

The Trie abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the operations ...

1:47
The Trie ADT — Data Structures in C | 18.3

0 views

3 days ago

Glass Box Computing
Graph Traversal in Memory — Data Structures in C | 15.5

How graph traversal actually lives in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...

3:13
Graph Traversal in Memory — Data Structures in C | 15.5

7 views

3 days ago

Glass Box Computing
Tries: Invariants — Data Structures in C | 18.4

The invariants of tries: the facts that must stay true after every operation. We state each invariant plainly and show how the ...

1:41
Tries: Invariants — Data Structures in C | 18.4

0 views

3 days ago

DEVELOPER ADARSH
C Language Day 1 | Introduction & First Program | C Programming for Beginners

Welcome to C Language Series – Day 1 In this video, we are starting C Programming from zero level. Today we will learn: ...

3:21
C Language Day 1 | Introduction & First Program | C Programming for Beginners

2 views

4 days ago

Glass Box Computing
Tries: Complexity — Data Structures in C | 18.9

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

1:26
Tries: Complexity — Data Structures in C | 18.9

0 views

3 days ago

Benjamin Fadina
C Programming #28 — The Shape of a C Source File

Lesson 28 of C Programming: A Complete Course. Covers §4.1 — The Anatomy of a C Program. Chapters 0:00 Nine Parts, ...

3:49
C Programming #28 — The Shape of a C Source File

8 views

7 days ago

Glass Box Computing
Graph Representations: Complexity — Data Structures in C | 14.8

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

3:51
Graph Representations: Complexity — Data Structures in C | 14.8

0 views

3 days ago

Computer science with shree
LINKED LIST C PROGRAM (Step-by-Step Code) | Chapter - 2

linkedlists #cprogramming #linkedlist.

3:35
LINKED LIST C PROGRAM (Step-by-Step Code) | Chapter - 2

1 view

7 days ago

Benjamin Fadina
C Programming #47 — Floating-Point Types, and Why double Is the Default

Lesson 47 of C Programming: A Complete Course. Covers §5.4 — Data Types, Variables, and Constants. Chapters 0:00 Three ...

3:38
C Programming #47 — Floating-Point Types, and Why double Is the Default

2 views

1 day ago

Glass Box Computing
Range Query Structures: Wrap-up — Data Structures in C | 20.13

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

1:40
Range Query Structures: Wrap-up — Data Structures in C | 20.13

0 views

3 days ago

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

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

2:47
Graph Representations: Common Mistakes — Data Structures in C | 14.9

4 views

3 days ago

Benjamin Fadina
C Programming #35 — Returning a Pointer to a Local: The Classic C Bug

Lesson 35 of C Programming: A Complete Course. Covers §4.6 — The Anatomy of a C Program. Chapters 0:00 The Function That ...

2:51
C Programming #35 — Returning a Pointer to a Local: The Classic C Bug

3 views

6 days ago

Glass Box Computing
Graph Algorithms: Common Mistakes — Data Structures in C | 16.8

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

1:49
Graph Algorithms: Common Mistakes — Data Structures in C | 16.8

0 views

3 days ago

Glass Box Computing
The DSU ADT — Data Structures in C | 19.3

The DSU abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the operations ...

1:49
The DSU ADT — Data Structures in C | 19.3

1 view

3 days ago

Glass Box Computing
Sorting & Searching: Wrap-up — Data Structures in C | 17.14

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

1:26
Sorting & Searching: Wrap-up — Data Structures in C | 17.14

0 views

3 days ago