ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

252 results

freeCodeCamp.org and logicBase Labs
Learn Data Structures and Algorithms Visually – Crash Course

Build an intuitive mental model of core data structures and algorithms using relatable, real-world analogies. Topics range from ...

1:14:29
Learn Data Structures and Algorithms Visually – Crash Course

95,175 views

6 days ago

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

36 minutes ago

Glass Box Computing
Graph Algorithms: Complexity — Data Structures in C | 16.7

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

2:26
Graph Algorithms: Complexity — Data Structures in C | 16.7

1 view

5 days ago

Glass Box Computing
Graph Algorithms: Operations — Data Structures in C | 16.6

Graph Algorithms in action: each core operation walked step by step — the idea, the code, and the cost. We take the operations ...

37:02
Graph Algorithms: Operations — Data Structures in C | 16.6

4 views

5 days ago

Glass Box Computing
What These Algorithms Share — Data Structures in C | 16.2

Three ideas hold this chapter together: relaxation, spanning trees and topological order. Before any single algorithm, we name the ...

1:02
What These Algorithms Share — Data Structures in C | 16.2

0 views

5 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

1 view

5 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

5 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

5 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

1 view

5 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

5 days ago

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

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

1:46
Graph Algorithms: Design Tradeoffs — Data Structures in C | 16.9

0 views

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

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

24 views

5 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

5 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

5 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

5 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

5 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

5 days ago

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

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

3:27
Graph Representations: Add an Edge — Data Structures in C | 14.6

0 views

5 days ago

Glass Box Computing
Tries: Common Mistakes — Data Structures in C | 18.10

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

2:59
Tries: Common Mistakes — Data Structures in C | 18.10

1 view

5 days ago