Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
73 results
Watch now and level up your problem-solving skills. Watch my full BFE.dev JavaScript Interview Playlist: ...
8 views
9 months ago
Discover an efficient approach to reverse a linked list in JavaScript, avoiding unnecessary node creation. --- This video is based ...
0 views
11 months ago
Learn how to effectively reverse a linked list in JavaScript while avoiding common mistakes that can lead to overwritten variables.
Hey everyone today we're doing reverse linked list giving the beginning of a singly linked list which is head we need to reverse ...
4 views
Learn how to reverse a linked list with a simple, clear explanation. Quick breakdown, clean code, and visuals to help you ...
2 views
3 months ago
Make a Copy Before Reversing If you want to reverse a linked list without changing the original, consider creating a deep copy of ...
Discover how to convert an array into a `linked list` in JavaScript and understand the logic behind the first value in your list.
9 views
Reverse a Linked List.
2 months ago
25 views
Discover effective methods to `console.log` a Linked List in JavaScript, troubleshoot errors, and understand the reversal process ...
5 months ago
Discover why setting `head` equal to `prev` is crucial for successfully reversing a linked list using generics in Java. --- This video is ...
1 view
Discover how to efficiently `reverse a singly linked list` in Java using recursion by splitting it into halves. This comprehensive guide ...
3 views
Discover how to effectively add two numbers represented by linked lists in Java, while avoiding common pitfalls such as Null ...
An Improved Solution Instead of modifying the original linked list, we can create a new reversed linked list without changing its ...
Discover how to successfully reverse only the `even numbers` in a singly linked list using Java, with clear explanations and code ...
6 months ago
Reverse a Doubly Linked List.
... 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.
11 views
Learn the effective method to reverse every `K`-element sub-list in a linked list with clear step-by-step solutions and example code ...
Encountering errors in your `Add Two Numbers` Leetcode challenge? This guide walks you through understanding the problem, ...
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.