ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

422 results

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

3 years ago

Derick Rethans
1. Lists (part 1)

In this first video in a series of videos about data structures, I am diving into linked lists. I go through an example explaining the ...

58:45
1. Lists (part 1)

938 views

5 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,372 views

7 years ago

J David Eisenberg
Chapter 9: List Aliasing

Variables in Python are *references*. When you assign a list variable to another list variable, you get a copy of the reference, not ...

2:28
Chapter 9: List Aliasing

463 views

2 years ago

DrKode
Leetcode 206 Reverse Linked List (Animation)

website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code

1:35
Leetcode 206 Reverse Linked List (Animation)

41 views

9 months ago

Tyler Caraza-Harter
CS 320 Sep 25 (Part 3) - Linked Lists

... different ways um i may show one strategy here it's called a length list linked lists are much slower than python lists especially if ...

14:04
CS 320 Sep 25 (Part 3) - Linked Lists

156 views

5 years ago

Danny Heap
racket recursion video 4/6 --- flatten a list

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on how to flatten a nested list so that it includes only simple ...

3:50
racket recursion video 4/6 --- flatten a list

4,209 views

12 years ago

Tech Algo Views
Linked list cycle | #leetcode 141 | #algorithm | #computerscience | #coding | #kotlin

Linked list cycle Complexity: Time: O(n + m) Space: O(1) Problem statement: ...

0:55
Linked list cycle | #leetcode 141 | #algorithm | #computerscience | #coding | #kotlin

32 views

1 year ago

Craig Piercy
Python data types: deque

Unlike Python lists, which are built on dynamic arrays, a `deque` is implemented as a doubly linked list. That's why operations at ...

4:55
Python data types: deque

15 views

5 months ago

Tech Algo Views
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

... Solution code: https://github.com/techAlgoViews/CodingExercises/blob/main/src/main/kotlin/linkedlist/hard/MergeKSortedList.kt ...

0:56
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

26 views

11 months ago

Tyler Caraza-Harter
CS 320 Sep 25 (Part 2) - Nested Lists

... out so this list we're dealing with um if you were to put in python twitter would look something like this like al refers to this list with ...

18:44
CS 320 Sep 25 (Part 2) - Nested Lists

182 views

5 years ago

Adam Gaweda, Dr. Sensei
Inserting and Removing from a Skip List

Now, this is going to actually surprise you, but in the just truly generic sense of, a linked, a skip-list, I just go up some random ...

7:08
Inserting and Removing from a Skip List

40,060 views

8 years ago

Adam Gaweda, Dr. Sensei
Skip List Exercises

- [Narrator] So here's an implementation of skip list that is a little bit more robust. Let's say for example that I wanted to do a lookup, ...

4:05
Skip List Exercises

3,413 views

8 years ago

Caden Crowson
Strucs and Local Variables - Assembly Part 11

This series covers x86-64 NASM. Let's create a linked list and in the process, learn about strucs and local variables!

2:23
Strucs and Local Variables - Assembly Part 11

315 views

11 months ago

Kenny Liao
How to Build AI Agents from Scratch in Python - Start here!

Learn how to build AI agents from scratch in Python. If you want to learn how to build AI agents and applications, I absolutely ...

1:11:21
How to Build AI Agents from Scratch in Python - Start here!

1,314 views

4 months ago

Dan Kornas
Python Programming Fundamentals | Python Loops

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

20:23
Python Programming Fundamentals | Python Loops

623 views

1 year ago

Dan Kornas
Python Programming Fundamentals | Python Tuples

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

7:07
Python Programming Fundamentals | Python Tuples

539 views

1 year ago

Code with Ebrima
Data Types in Python for Beginners 2025: Primitives & Using the type() Function

Description Welcome to this Python tutorial where we explore the core data types in Python! In this video, you'll discover: • What ...

4:40
Data Types in Python for Beginners 2025: Primitives & Using the type() Function

258 views

9 months ago

Jon Gjengset
Crust of Rust: Sorting Algorithms

In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...

2:37:53
Crust of Rust: Sorting Algorithms

66,960 views

5 years ago

Poking Technology
Porting Python to a terrible $3 smartwatch

In whch yr hmbl svt makes an incredibly cheap trash smartwatch run Micropython. This is me disassembling, exploring, ...

1:11:17
Porting Python to a terrible $3 smartwatch

376,837 views

1 year ago