ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

450 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

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

457 views

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

936 views

5 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.29.2018. Linked Lists

Completion of a discussion of linked lists and midterm exam review. https://cs125.cs.illinois.edu/learn/2018_10_29_linked_lists.

49:30
CS 125 Fall 2018: Mon 10.29.2018. Linked Lists

672 views

7 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

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,334 views

7 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

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

Nurujjaman Pollob
Welcome to Data Structures by University of California San Diego

Hello everyone, this video I have uploaded to this channel is a part of this course: Data Structures by University of California San ...

7:32
Welcome to Data Structures by University of California San Diego

273 views

4 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,042 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

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

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

312 views

11 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

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,536,930 views

6 years ago

Confreaks
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

Changing the Unchangeable: The Hows and Whys of Immutable Data Structures by Brad Urani Immutable data structures give us ...

34:42
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

1,724 views

10 years 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

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

536 views

1 year ago