ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

86 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

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)

936 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,314 views

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

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

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

8 years ago

Dan Kornas
Python Programming Fundamentals | Python Handling Files

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

8:30
Python Programming Fundamentals | Python Handling Files

437 views

1 year 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,279 views

4 months 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,914 views

7 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

Confreaks
RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen

RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen You don't need a 4-year degree to learn the best parts of ...

30:25
RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen

1,060 views

9 years ago

MOOC de l'IMT
1. Introduction 🌐 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 ...

3:10
1. Introduction 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

8,329 views

7 years ago

Solve Computer Science
Simpler Python YAML

In this video you'll see a better way to handle complex YAML files: instead of using PyYAML we're going to use Mashumaro.

12:38
Simpler Python YAML

150 views

1 year 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,962,006 views

13 years ago

The WP-Buddy
Structured Data Training 10: How to create Events using Structured Data

https://rich-snippets.io In this video I'll show you how you can create Structured Data for Events that produce a Rich Snippet in ...

18:09
Structured Data Training 10: How to create Events using Structured Data

1,079 views

6 years ago

James Westman
How does GObject Introspection Work?

GObject Introspection is what powers the GNOME ecosystem's language bindings so you can write apps in your favorite language ...

4:25
How does GObject Introspection Work?

1,975 views

4 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,602 views

1 year 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,833 views

5 years ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... to-do list um here's my code for my breadth-first search um and there's my to-do list it's just a regular python list and and i start at ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

235 views

5 years ago