ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

711 results

Baur Urazalinov
Comprehensive Guide to Data Structures and Algorithms

A comprehensive Data Structures and Algorithms (DSA) tutorial designed to help learners build efficient software and succeed in ...

5:46
Comprehensive Guide to Data Structures and Algorithms

0 views

2 days ago

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

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
Why Sorting and Searching? — Data Structures in C | 17.1

0 views

2 days 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
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
A Graph in Memory — Data Structures in C | 14.5

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

5:53
A Graph in Memory — Data Structures in C | 14.5

1 view

2 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 Graphs? — Data Structures in C | 14.1

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

5:20
Why Graphs? — Data Structures in C | 14.1

0 views

2 days ago

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

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

5:56
Graph Algorithms: Labs — Data Structures in C | 16.10

2 views

2 days ago

Glass Box Computing
Why Tries? — Data Structures in C | 18.1

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

5:52
Why Tries? — Data Structures in C | 18.1

16 views

2 days ago

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

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

12:14
Graph Algorithms in Memory — Data Structures in C | 16.5

0 views

2 days ago

Glass Box Computing
Graph Traversal: Lab Exercises — Data Structures in C | 15.13

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

8:21
Graph Traversal: Lab Exercises — Data Structures in C | 15.13

0 views

2 days ago

Glass Box Computing
Searching Recap — Data Structures in C | 17.6

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

5:53
Searching Recap — Data Structures in C | 17.6

0 views

2 days ago

Glass Box Computing
Quicksort — Data Structures in C | 17.10

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:18
Quicksort — Data Structures in C | 17.10

0 views

2 days ago

Glass Box Computing
Why Graph Algorithms? — Data Structures in C | 16.1

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

6:26
Why Graph Algorithms? — Data Structures in C | 16.1

0 views

2 days ago

Glass Box Computing
Tries: Insertion — Data Structures in C | 18.6

We walk the operation one move at a time, watch it in memory, write it in C, and work out its cost. What you'll learn: • How insertion ...

6:05
Tries: Insertion — Data Structures in C | 18.6

2 views

2 days ago

Glass Box Computing
Prefix Sums — Build and Query — Data Structures in C | 20.6

Prefix Sums: build and query — how it works, step by step, with a memory diagram and real C code. We build it up from the idea, ...

4:11
Prefix Sums — Build and Query — Data Structures in C | 20.6

1 view

2 days ago

Glass Box Computing
Why Range Query Structures? — Data Structures in C | 20.1

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

5:24
Why Range Query Structures? — Data Structures in C | 20.1

0 views

2 days ago

Glass Box Computing
Graph Traversal: DFS (Recursive) — Data Structures in C | 15.7

Depth-first search plunges down one path until it dead-ends, then backs up: the cave, not the pond. We predict the discovery order ...

10:27
Graph Traversal: DFS (Recursive) — Data Structures in C | 15.7

0 views

2 days ago

learn in videos
Bubble Sort in C Programming, Easy Explanation Example & Code, C Programming Tutorial | 6th program

Learn Bubble Sort in C Programming with a simple and easy-to-understand explanation. In this video, we understand how the ...

11:56
Bubble Sort in C Programming, Easy Explanation Example & Code, C Programming Tutorial | 6th program

36 views

6 days ago

Glass Box Computing
Graph Traversal: DFS (Iterative) — Data Structures in C | 15.8

The same depth-first walk with an explicit stack instead of recursion — including the two things recursion was quietly doing for you ...

6:04
Graph Traversal: DFS (Iterative) — Data Structures in C | 15.8

0 views

2 days ago