ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 results

Infinite Tech Study
Data Structure Classification | Static vs Dynamic | Linear vs Non-Linear | DSA Lecture | #dsa

... structures introduction to data structures and algorithms introduction to data structures playlist introduction to data structures in c ...

8:35
Data Structure Classification | Static vs Dynamic | Linear vs Non-Linear | DSA Lecture | #dsa

2 views

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

5d 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

1 view

5d ago

Glass Box Computing
Sorting & Searching: Complexity & Pitfalls — Data Structures in C | 17.12

The cost of sorting and searching, operation by operation — big-O, and the traps that bite in practice. We build the complexity ...

4:36
Sorting & Searching: Complexity & Pitfalls — Data Structures in C | 17.12

1 view

5d 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

1 view

5d 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

5d 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

5d 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

5d 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

5d 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

5d 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

5d ago

Glass Box Computing
Insertion Sort — Data Structures in C | 17.7

Insertion Sort, 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 ...

5:27
Insertion Sort — Data Structures in C | 17.7

3 views

5d ago

Glass Box Computing
Heap Sort — Data Structures in C | 17.11

Heap Sort, 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 ...

7:47
Heap Sort — Data Structures in C | 17.11

0 views

5d 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

5d 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

5d ago

Infinite Tech Study
DSA Lecture 1: Introduction to Data Structures & Algorithms | B.Tech CSE IT | AIML |#datastructures

... structures introduction to data structures and algorithms introduction to data structures playlist introduction to data structures in c ...

13:07
DSA Lecture 1: Introduction to Data Structures & Algorithms | B.Tech CSE IT | AIML |#datastructures

24 views

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

5d 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

2 views

5d 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

5d ago

Glass Box Computing
Merge Sort — Data Structures in C | 17.9

Merge Sort, 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 ...

9:03
Merge Sort — Data Structures in C | 17.9

10 views

5d ago