ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141 results

Roel Van de Paar
Code Review: Reverse double linked list in python 2.7

Code Review: Reverse double linked list in python 2.7 Helpful? Please support me on Patreon: ...

3:05
Code Review: Reverse double linked list in python 2.7

3 views

3 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

Roel Van de Paar
Code Review: Reverse linked list using recursion (2 Solutions!!)

Code Review: Reverse linked list using recursion Helpful? Please support me on Patreon: ...

2:09
Code Review: Reverse linked list using recursion (2 Solutions!!)

2 views

3 years ago

Roel Van de Paar
Code Review: Delete all occurrences of an item in linked list (2 Solutions!!)

Code Review: Delete all occurrences of an item in linked list Helpful? Please support me on Patreon: ...

2:35
Code Review: Delete all occurrences of an item in linked list (2 Solutions!!)

134 views

3 years ago

Roel Van de Paar
Code Review: Recursively insert a node in an ordered Linked List (2 Solutions!!)

Code Review: Recursively insert a node in an ordered Linked List Helpful? Please support me on Patreon: ...

3:39
Code Review: Recursively insert a node in an ordered Linked List (2 Solutions!!)

15 views

3 years ago

Roel Van de Paar
Code Review: Reverse the order of a list in Racket (2 Solutions!!)

Code Review: Reverse the order of a list in Racket Helpful? Please support me on Patreon: ...

3:24
Code Review: Reverse the order of a list in Racket (2 Solutions!!)

80 views

3 years ago

4Geeks Academy
01.3 Print or retrieve last item in list - Python List Exercises Tutorial Interactive

The first item in a list is always at the position 0, the last item its always at position length - 1 like this: last_position = len(my_list)-1 ...

2:48
01.3 Print or retrieve last item in list - Python List Exercises Tutorial Interactive

751 views

5 years ago

Roel Van de Paar
Code Review: Delete node from singly linked list with tail pointer in C

Code Review: Delete node from singly linked list with tail pointer in C Helpful? Please support me on Patreon: ...

2:45
Code Review: Delete node from singly linked list with tail pointer in C

4 views

3 years ago

Roel Van de Paar
Code Review: Given a linked list of line segments, remove collinear points in the middle

Code Review: Given a linked list of line segments, remove collinear points in the middle Helpful? Please support me on Patreon: ...

3:39
Code Review: Given a linked list of line segments, remove collinear points in the middle

15 views

3 years ago

Owen Wu
Reverse Nodes in K-Group

Leetcode #25.

2:37
Reverse Nodes in K-Group

12 views

1 year ago

Ingeniero John Ortiz Ordoñez
Java Ejercicio: 576 Invertir el Contenido Lista ArrayList con la Función reverse() de Collections

5769. Invertir el Contenido de una Lista ArrayList con la Función reverse() de Collections con el lenguaje de programación Java.

2:55
Java Ejercicio: 576 Invertir el Contenido Lista ArrayList con la Función reverse() de Collections

985 views

4 years ago

Roel Van de Paar
Code Review: Linked list with deep copy constructor

Code Review: Linked list with deep copy constructor Helpful? Please support me on Patreon: ...

2:59
Code Review: Linked list with deep copy constructor

176 views

3 years ago

Roel Van de Paar
Linked List in x86 assembly(MASM)

Linked List in x86 assembly(MASM) Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:00
Linked List in x86 assembly(MASM)

541 views

3 years ago

CTO Bhaiya
206.2 Reverse Linked List (Code) | #6 | Linked List Playlist | #leetcode #linkedlist #dsa

Link : https://leetcode.com/problems/reverse-linked-list/description/ Given the head of a singly linked list, reverse the list, and ...

3:05
206.2 Reverse Linked List (Code) | #6 | Linked List Playlist | #leetcode #linkedlist #dsa

426 views

1 year ago

Talentland - 算法王国
22 Flatten List

字节跳动内推链接:https://job.toutiao.com/s/vHnFRX 和优秀的人,做有挑战的事情! 在更大的世界,做最好的自己! 我在字节跳动 ...

3:31
22 Flatten List

660 views

8 years ago

Roel Van de Paar
How To Merge Together Two Circular Doubly-Linked Lists In O(1) Time?

How To Merge Together Two Circular Doubly-Linked Lists In O(1) Time? Helpful? Please support me on Patreon: ...

2:07
How To Merge Together Two Circular Doubly-Linked Lists In O(1) Time?

48 views

4 years ago

Roel Van de Paar
Return Kth to Last: Implement an algorithm to find the kth to last element of a singly linked list

Code Review: Return Kth to Last: Implement an algorithm to find the kth to last element of a singly linked list Helpful? Please ...

2:40
Return Kth to Last: Implement an algorithm to find the kth to last element of a singly linked list

17 views

3 years ago

Roel Van de Paar
Code Review: Split Circular linked list into two halves

Code Review: Split Circular linked list into two halves Helpful? Please support me on Patreon: ...

3:22
Code Review: Split Circular linked list into two halves

26 views

3 years ago

Akhil Kokani
Writing a program to reverse a given string in Python!

Hey there! I'm Akhil Kokani, I love to create videos on Gaming and Programming which will help people Entertain, Explore, and ...

3:28
Writing a program to reverse a given string in Python!

120 views

7 years ago

4Geeks Academy
01.2 How to get or retrieve item from a list - Python List Exercises Tutorial Interactive

Python lists are sequences of values, like any sequence they have positions that you can use to access and retrieve its items.

1:22
01.2 How to get or retrieve item from a list - Python List Exercises Tutorial Interactive

638 views

5 years ago