ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,908 results

CSE Blueprint Academy
Introduction to Trees | Tree Data Structure | Data Structures

Welcome to this lecture on Introduction to Trees, one of the most important non-linear data structures in Data Structures.

57:27
Introduction to Trees | Tree Data Structure | Data Structures

0 views

1 day ago

Glass Box Computing
Balanced Trees: Complexity — Data Structures in C

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

1:14
Balanced Trees: Complexity — Data Structures in C

4 views

17 hours ago

Glass Box Computing
Binary Trees: Invariants — Data Structures in C

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

2:32
Binary Trees: Invariants — Data Structures in C

0 views

21 hours ago

Mayank Joshi
1000+ Hours of DSA Summarized in One Video (Complete DSA Crash Course)

For every Data structure, you'll get the core idea, a visual of how it's laid out in memory, the Big-O of each operation, the catch (the ...

40:27
1000+ Hours of DSA Summarized in One Video (Complete DSA Crash Course)

4,547 views

2 days ago

Glass Box Computing
What Is a Binary Tree? — Data Structures in C

A plain, precise definition of binary trees — and the one idea everything else follows from. We define the structure exactly, picture ...

3:33
What Is a Binary Tree? — Data Structures in C

1 view

21 hours ago

Glass Box Computing
Binary Trees: Design Tradeoffs — Data Structures in C

When to reach for binary trees — and when not to. The design tradeoffs, side by side. We compare binary trees against the ...

1:17
Binary Trees: Design Tradeoffs — Data Structures in C

5 views

21 hours ago

Glass Box Computing
Why Binary Trees? — Data Structures in C

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

4:19
Why Binary Trees? — Data Structures in C

1 view

21 hours ago

Glass Box Computing
Binary Trees: The Binary Tree ADT — Data Structures in C

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

1:42
Binary Trees: The Binary Tree ADT — Data Structures in C

1 view

21 hours ago

Haowei Liu
trees
1:45:21
trees

0 views

4 days ago

Sumit Banshal
B Trees and B+ Trees

This video is for explaining the B-Tree concept for Data Structures Students.

7:19
B Trees and B+ Trees

10 views

4 days ago

Engineering Visualized
Ball Tree vs k-d Tree: Which is Actually Faster?

How can AI search millions of vectors without relying on rectangular partitions? The answer is Ball Trees—an elegant search ...

4:26
Ball Tree vs k-d Tree: Which is Actually Faster?

26 views

1 day ago

CSE Blueprint Academy
Introduction to Binary Trees | Types of Binary Trees | Array & Linked List Implementation

Welcome to this lecture on Introduction to Binary Trees, Types of Binary Trees, and Binary Tree Implementation Using Array and ...

54:50
Introduction to Binary Trees | Types of Binary Trees | Array & Linked List Implementation

2 views

1 day ago

Glass Box Computing
Binary Search Trees: Recap — Data Structures in C

A tight recap of binary search trees: the mental model, the operations, and the costs — everything worth keeping. The essential ...

1:58
Binary Search Trees: Recap — Data Structures in C

0 views

17 hours ago

Glass Box Computing
Why Binary Search Trees? — Data Structures in C

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

5:00
Why Binary Search Trees? — Data Structures in C

0 views

17 hours ago

RisingBrain
Balanced Binary Tree | BFS & DFS Approach Explained | Python, Java & C++ | LeetCode 110

Learn how to solve the Balanced Binary Tree problem using both BFS (Breadth First Search) and DFS (Depth First Search) ...

18:47
Balanced Binary Tree | BFS & DFS Approach Explained | Python, Java & C++ | LeetCode 110

163 views

16 hours ago

DevVerseX
Interview Question 101 | DSA | What is a Trie and when should you use it over other data structures?

Master this data structure and unlock an entire category of string problems that most developers cannot solve. #dsa #leetcode ...

2:30
Interview Question 101 | DSA | What is a Trie and when should you use it over other data structures?

0 views

4 days ago

Glass Box Computing
Binary Search Trees: The BST ADT — Data Structures in C

The Binary Search Trees abstract data type: describing the structure by what it promises, not how it's built. We separate the ...

1:32
Binary Search Trees: The BST ADT — Data Structures in C

0 views

17 hours ago

Glass Box Computing
Balanced Trees: Lab Exercises — Data Structures in C

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

7:23
Balanced Trees: Lab Exercises — Data Structures in C

1 view

17 hours ago

RisingBrain
Diameter of a Binary Tree | BFS & DFS approach | Python, Java & C++

Learn how to solve the Diameter of a Binary Tree using both BFS (Breadth First Search) and DFS (Depth First Search) ...

33:14
Diameter of a Binary Tree | BFS & DFS approach | Python, Java & C++

241 views

2 days ago

Glass Box Computing
Binary Search Trees: Insertion — Data Structures in C

Insertion on binary search trees — adding an element, and the shifting it forces. This lesson shows exactly what happens, step by ...

3:44
Binary Search Trees: Insertion — Data Structures in C

0 views

17 hours ago