ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

73 results

LittleBitAdvance
BFE.dev Q47: Reverse LinkedList in javascript

Watch now and level up your problem-solving skills. Watch my full BFE.dev JavaScript Interview Playlist: ...

3:32
BFE.dev Q47: Reverse LinkedList in javascript

8 views

9 months ago

vlogize
A Better Way to Reverse a Linked List in JavaScript

Discover an efficient approach to reverse a linked list in JavaScript, avoiding unnecessary node creation. --- This video is based ...

1:58
A Better Way to Reverse a Linked List in JavaScript

0 views

11 months ago

vlogize
Reversing a Linked List in JavaScript: Understanding the Common Pitfall

Learn how to effectively reverse a linked list in JavaScript while avoiding common mistakes that can lead to overwritten variables.

1:50
Reversing a Linked List in JavaScript: Understanding the Common Pitfall

0 views

9 months ago

Artovon's Daily Life
Reverse Linked List Neetcode

Hey everyone today we're doing reverse linked list giving the beginning of a singly linked list which is head we need to reverse ...

2:11
Reverse Linked List Neetcode

4 views

11 months ago

ShwetaTechsolutions
Reverse Linked List Made Easy!

Learn how to reverse a linked list with a simple, clear explanation. Quick breakdown, clean code, and visuals to help you ...

3:50
Reverse Linked List Made Easy!

2 views

3 months ago

vlogize
Understanding Why One Method Destroys a Linked List While Another Does Not

Make a Copy Before Reversing If you want to reverse a linked list without changing the original, consider creating a deep copy of ...

2:58
Understanding Why One Method Destroys a Linked List While Another Does Not

0 views

11 months ago

vlogize
Understanding How to Convert an Array to a Linked List in JavaScript

Discover how to convert an array into a `linked list` in JavaScript and understand the logic behind the first value in your list.

1:49
Understanding How to Convert an Array to a Linked List in JavaScript

9 views

11 months ago

Aryan Gulati
Reverse a Linked List

Reverse a Linked List.

3:20
Reverse a Linked List

2 views

2 months ago

Learning Capital
Reverse linked list without extra space | Without recursion | Blind 75 leetcode problems
1:52
Reverse linked list without extra space | Without recursion | Blind 75 leetcode problems

25 views

11 months ago

vlogize
How to console.log a Linked List in JavaScript

Discover effective methods to `console.log` a Linked List in JavaScript, troubleshoot errors, and understand the reversal process ...

1:47
How to console.log a Linked List in JavaScript

0 views

5 months ago

vlogize
Understanding the Linked List Reversal: Why head Equals prev is Essential

Discover why setting `head` equal to `prev` is crucial for successfully reversing a linked list using generics in Java. --- This video is ...

1:47
Understanding the Linked List Reversal: Why head Equals prev is Essential

1 view

11 months ago

vlogize
How to Reverse a Singly Linked List Recursively by Dividing it into Halves

Discover how to efficiently `reverse a singly linked list` in Java using recursion by splitting it into halves. This comprehensive guide ...

2:00
How to Reverse a Singly Linked List Recursively by Dividing it into Halves

3 views

9 months ago

vlogize
How to Add Two Numbers Stored in Reverse Order in Linked Lists

Discover how to effectively add two numbers represented by linked lists in Java, while avoiding common pitfalls such as Null ...

2:20
How to Add Two Numbers Stored in Reverse Order in Linked Lists

1 view

11 months ago

vlogize
How to Check if a Linked List is a Palindrome Efficiently

An Improved Solution Instead of modifying the original linked list, we can create a new reversed linked list without changing its ...

1:51
How to Check if a Linked List is a Palindrome Efficiently

0 views

9 months ago

vlogize
Reversing Even Numbers in a Singly Linked List

Discover how to successfully reverse only the `even numbers` in a singly linked list using Java, with clear explanations and code ...

2:12
Reversing Even Numbers in a Singly Linked List

2 views

6 months ago

Aryan Gulati
Reverse a Doubly Linked List

Reverse a Doubly Linked List.

2:03
Reverse a Doubly Linked List

1 view

2 months ago

Shreya Sinha
Reverse a linkedlist using Recursion - solution

... is now it has become the tail and we are returning the new head because this is the head of the reversed link list So let's run this.

3:38
Reverse a linkedlist using Recursion - solution

11 views

6 months ago

vlogize
How to Reverse Every K-Element Sub-List in a Linked List

Learn the effective method to reverse every `K`-element sub-list in a linked list with clear step-by-step solutions and example code ...

2:20
How to Reverse Every K-Element Sub-List in a Linked List

8 views

11 months ago

vlogize
Solving the Add Two Numbers JavaScript Leetcode Error

Encountering errors in your `Add Two Numbers` Leetcode challenge? This guide walks you through understanding the problem, ...

2:06
Solving the Add Two Numbers JavaScript Leetcode Error

1 view

11 months ago

vlogize
Why Does My Code to Reverse a Linked List Only Return the First Node?

Discover the solution to why your `linked list` reversal code returns only the first node, along with a step-by-step guide to fix it.

1:38
Why Does My Code to Reverse a Linked List Only Return the First Node?

0 views

11 months ago