ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

448 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

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

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

468 views

2 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

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

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

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

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

542 views

1 year 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

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

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

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

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

8 years ago

Dan Kornas
Python Programming Fundamentals | Python Dictionaries

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

10:48
Python Programming Fundamentals | Python Dictionaries

579 views

1 year 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

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

Phillip Bradbury
Life in life

A video of Conway's Game of Life, emulated in Conway's Game of Life. The Life pattern is the OTCA Metapixel: ...

1:30
Life in life

3,964,291 views

13 years ago

Danny Heap
racket aggregates video 3/6 --- maps

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on using map to transform list elements to create a new list.

3:24
racket aggregates video 3/6 --- maps

2,965 views

12 years ago

UBC_CPSC_103 _screencasts
Module 5: How to Design Functions with arbitrary-sized data (example a)

In this screencast, we're going to work on a function design that will use the list of integers type that we designed in the previous ...

3:27
Module 5: How to Design Functions with arbitrary-sized data (example a)

5,916 views

7 years ago