ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

90 results

Adam Gaweda, Dr. Sensei
AVL Trees - Trinode Restructuring

So what actually happens is we start to look at those nonexistent nodes or those sub-trees again that we were just talking about.

7:27
AVL Trees - Trinode Restructuring

10,266 views

8 years ago

J David Eisenberg
The AVL Tree Algorithm

An overview of how the AVL algorithm keeps a binary search tree in balance. This video is based on ...

5:32
The AVL Tree Algorithm

76 views

1 year ago

Tyler Caraza-Harter
CS 320 Sep 30 (Part 2) - Tree Recursion

hello in this video i want to talk about how we can think about recursive method calls for binary trees and we had an initial ...

14:27
CS 320 Sep 30 (Part 2) - Tree Recursion

208 views

5 years ago

Tyler Caraza-Harter
CS 320 Oct 5 (Part 1) - BST Review

... do i have value x without checking every single node so binary search tree the b stands for binary which means each node has ...

10:52
CS 320 Oct 5 (Part 1) - BST Review

211 views

5 years ago

Florian Kurpicz
Practical Performance of Space Efficient Data Structures for Longest Common Extensions (ESA'20)

This is the recording of my presentation of the paper "Practical Performance of Space Efficient Data Structures for Longest ...

19:31
Practical Performance of Space Efficient Data Structures for Longest Common Extensions (ESA'20)

166 views

5 years ago

Mariusz Jurczenko
Data Structures Decoded: A Programmer's Guide

In this comprehensive guide, we delve into the fundamental data structures every programmer should know! From the basics of ...

7:21
Data Structures Decoded: A Programmer's Guide

94 views

1 year ago

Adam Gaweda, Dr. Sensei
Splay Trees - Zig-Zag

We have a 50, we have a 25, so normal binary search tree rules apply: 30 is less than 75, it's less than 50, but it's greater than 25.

8:33
Splay Trees - Zig-Zag

11,700 views

8 years ago

Learn with Simplicity
Heap Sort - Part1

Hello Friends, this video contains phase 1 of heap sort i.e. how to construct the heap tree with given values.

10:05
Heap Sort - Part1

219 views

5 years ago

MOOC de l'IMT
6. Graph Traversal 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

8:09
6. Graph Traversal 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

3,738 views

7 years ago

wikipedia tts
Binary space partitioning | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Binary_space_partitioning 00:01:34 1 Overview ...

17:41
Binary space partitioning | Wikipedia audio article

91 views

6 years ago

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

10 years ago

Tyler Caraza-Harter
CS 320 Sep 28 (Part 3) - Trees
17:00
CS 320 Sep 28 (Part 3) - Trees

187 views

5 years ago

Tyler Caraza-Harter
CS 320 Oct 2 (Part 3) - BST Dictionary

so in the last video we built this node class that we can use for a binary search tree and we saw that we can very efficiently run this ...

9:46
CS 320 Oct 2 (Part 3) - BST Dictionary

607 views

5 years ago

wikipedia tts
Tree (mathematics) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Tree_(graph_theory) 00:00:47 1 Definitions 00:01:11 ...

10:48
Tree (mathematics) | Wikipedia audio article

67 views

6 years ago

J David Eisenberg
Chapter 7: Binary Search

When an array has its elements in sorted order, a binary search is a very efficient way to find elements in the array.

5:21
Chapter 7: Binary Search

205 views

6 years ago

Adam Gaweda, Dr. Sensei
Interpolation Search Using Skip Lists

The entire principle behind this is, we can take that binary search implementation that we had up here, we can change it into an ...

15:59
Interpolation Search Using Skip Lists

823 views

8 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Tree maps, very similar, we're going to get the same implementation. We're going to get the same look and feel inside of a tree ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,333 views

8 years ago

84° Tech Studio
Computer Science Explained in 17 Minutes! 🎓💻

Ever wondered how computers work? Dive into (almost) all of Computer Science in just 17 minutes! ✨ We'll cover essential ...

16:49
Computer Science Explained in 17 Minutes! 🎓💻

76 views

1 year ago

Tyler Caraza-Harter
CS 320 Oct 5 (Part 3) - BFS

... we'll consider all the grandchildren and um and so on and so forth and so let me give you another example of a tree um here so ...

11:04
CS 320 Oct 5 (Part 3) - BFS

217 views

5 years ago

NPTEL IIT Bombay
Lecture 18 : Arrays and recursion : Part 2 : Binary search analysis

Arrays and recursion : Part 2 : Binary search analysis.

13:25
Lecture 18 : Arrays and recursion : Part 2 : Binary search analysis

3,863 views

6 years ago