ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

67 results

vlogize
Adding Two Numbers Using ListNode in Java

Learn how to effectively add two numbers stored as linked lists in Java, focusing on `ListNode` implementation and debugging.

2:06
Adding Two Numbers Using ListNode in Java

5 views

10 months ago

vlogize
How to Print All Values Inside a ListNode Array in Java

Discover how to effectively `print all values` in a ListNode array using Java. Learn the best practices and code snippets to ...

2:02
How to Print All Values Inside a ListNode Array in Java

0 views

10 months ago

vlogize
Keeping Student Objects in a Linked List Node in Java

Learn how to create a linked list to manage `Student` objects with properties in Java, using simple steps and examples.

1:57
Keeping Student Objects in a Linked List Node in Java

0 views

8 months ago

vlogize
How to Properly Pass Nodes in the LinkedList in Java: Understanding Reference Issues

Learn why passing the `head` node in Java's LinkedList may lead to printing issues and how to fix it by returning the node instead ...

1:40
How to Properly Pass Nodes in the LinkedList in Java: Understanding Reference Issues

4 views

8 months ago

vlogize
Understanding the next Value in a Linked List Node

Learn what value the `next` reference should have for each node in a linked list and how to properly implement it in your stack ...

1:43
Understanding the next Value in a Linked List Node

0 views

3 months ago

vlogize
Understanding Linked List Node Addition: Why Two Codes Yield Different Results

Explore the nuances of adding nodes to a singly linked list in Java. Discover why similar codes can lead to drastically different ...

1:50
Understanding Linked List Node Addition: Why Two Codes Yield Different Results

0 views

8 months ago

vlogize
Easily Access the Node Class from LinkedList in Java

Learn how to simplify your Java code by directly accessing the `Node` class in a LinkedList without prefixing it every time.

1:36
Easily Access the Node Class from LinkedList in Java

0 views

8 months ago

vlogize
Understanding How the dummy Node Populates the Merged List in Java

Discover how the `dummy` node in Java's linked list code helps in merging two lists effectively and how it relates to the `L3` list.

1:45
Understanding How the dummy Node Populates the Merged List in Java

2 views

4 months ago

vlogize
Recursively Split a LinkedList in Java into Odd and Even Lists

Learn how to efficiently split a LinkedList in Java into two separate lists: one for odd positions and another for even positions, ...

2:18
Recursively Split a LinkedList in Java into Odd and Even Lists

3 views

8 months ago

vlogize
Understanding Why Your LinkedList Reference Doesn't Hold in Java

A deep dive into why a certain implementation of a linked list in Java fails to retain references to elements and what you can do to ...

1:54
Understanding Why Your LinkedList Reference Doesn't Hold in Java

1 view

8 months ago

vlogize
Understanding Why You Can’t Append a New Node to a LinkedList in Java

Discover the challenges of appending a node to a `LinkedList` in Java and understand the efficient solutions to overcome them.

1:39
Understanding Why You Can’t Append a New Node to a LinkedList in Java

2 views

5 months ago

vlogize
なぜ私のJavaコードは二つのListNodeの数を加算するときにnullを印刷するのですか?

二つのListNodeの数を加算しようとしたときに、Javaコードが`null`を印刷する一般的な理由を探り、効果的にトラブル ...

1:40
なぜ私のJavaコードは二つのListNodeの数を加算するときにnullを印刷するのですか?

0 views

1 year ago

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

Explore the intricacies of linked lists in Java as we unravel why certain methods can mutate your data structure while others ...

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

0 views

9 months ago

vlogize
Merging Two Sorted Linked Lists: Understanding How to Link Nodes Efficiently

Explore how to merge two sorted linked lists in Java with an in-depth explanation to clarify node linkage and code functionality.

2:08
Merging Two Sorted Linked Lists: Understanding How to Link Nodes Efficiently

4 views

9 months ago

jai shree ram
leetcode : 82. Remove Duplicates from Sorted List II  using java solution

https://leetcode.com/u/LakhanPal001/ LeetCode 82 - Remove Duplicates from Sorted List II | Java Solution In this video, we ...

0:35
leetcode : 82. Remove Duplicates from Sorted List II using java solution

4 views

7 months ago

vlogize
Understanding the Node Class in Java: A Beginner's Guide to Linked Lists

Discover the concept of variables in Java using class names as data types, with a focus on the `Node` class and its role in linked ...

1:26
Understanding the Node Class in Java: A Beginner's Guide to Linked Lists

3 views

10 months ago

vlogize
How to Collect Values from a Linked List in Java without Class Fields

Learn how to effectively accumulate values from a `ListNode` linked list into an `ArrayList` using recursion in Java, without the ...

1:58
How to Collect Values from a Linked List in Java without Class Fields

0 views

9 months ago

vlogize
How to Add List Elements Only to the RightNode of a Tree in Java

Discover how to correctly implement a binary tree in Java by adding all linked list elements to the right nodes. Learn the solution to ...

1:58
How to Add List Elements Only to the RightNode of a Tree in Java

0 views

5 months ago

vlogize
How to Add a New Node at the Start of a Doubly Linked List in Java

Learn how to effectively insert a new node at the beginning of a `doubly linked list` using Java, with a clear explanation of the ...

2:17
How to Add a New Node at the Start of a Doubly Linked List in Java

0 views

10 months ago

vlogize
Understanding LinkedList Reversal in Java: Why One Solution Causes a Cycle and Another Doesn't

Discover why one Java `LinkedList` reversal solution creates a cycle while another doesn't. Learn how to fix this common coding ...

2:13
Understanding LinkedList Reversal in Java: Why One Solution Causes a Cycle and Another Doesn't

0 views

9 months ago