ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

63 results

Chandan Coding & Learning
Palindrome String Check Using Two Pointer Technique (i & j) | Java

In this video, I explain how to check whether a string is a palindrome using the Two Pointer technique in Java. We use two ...

11:27
Palindrome String Check Using Two Pointer Technique (i & j) | Java

4 views

2 days ago

Flash x Stream
Master the Two-Pointer Technique - Solve 15 Must-Know Problems in One Shot! | Coding Interview Guide

Struggling with array and string problems in coding interviews? The Two-Pointer Technique is one of the most powerful and ...

3:05:57
Master the Two-Pointer Technique - Solve 15 Must-Know Problems in One Shot! | Coding Interview Guide

0 views

6 days ago

Lollipop
LeetCode 3Sum Closest | Java Solution

In this video, I solve the LeetCode 3Sum Closest problem using Java. The solution uses sorting and the two-pointer technique to ...

4:43
LeetCode 3Sum Closest | Java Solution

1 view

6 days ago

CodingWithTamil
Doubly Linked List | Insertion at the End | Data Structures in Java

In this video, we explain how to insert a node at the end of a Doubly Linked List step by step. You'll understand the node structure, ...

14:23
Doubly Linked List | Insertion at the End | Data Structures in Java

34 views

5 days ago

CodingWithTamil
Doubly Linked List | Insertion at the Beginning | Data Structures in Java

In this video, we explain how to insert a node at the beginning of a Doubly Linked List in a simple and structured way. You'll learn ...

9:52
Doubly Linked List | Insertion at the Beginning | Data Structures in Java

31 views

5 days ago

개발자방16
What Java Gains by Eliminating Pointers (Speed ​​and Safety, or Both?)

Java intentionally eliminated user-level pointers during its design phase, a feature that distinguishes it from C/C++, where ...

5:51
What Java Gains by Eliminating Pointers (Speed ​​and Safety, or Both?)

7,514 views

3 days ago

The Engineers' Pitstop
Stack vs Heap vs Everything Else - Full Memory Deep Dive

Memory management is one of the most misunderstood topics in software engineering. In this video, I explain how memory ...

12:08
Stack vs Heap vs Everything Else - Full Memory Deep Dive

320 views

6 days ago

CodingWithTamil
Linked List Deletion at the Beginning | Data Structures Explained

In this video, we explain how to delete the first node of a linked list in a simple and structured way. Learn how the head pointer is ...

8:07
Linked List Deletion at the Beginning | Data Structures Explained

24 views

6 days ago

CodingWithTamil
Doubly Linked List | Deletion at the Beginning | Data Structures in Java

In this video, we explain how to delete the first node of a Doubly Linked List step by step. You'll learn how to correctly update the ...

8:32
Doubly Linked List | Deletion at the Beginning | Data Structures in Java

26 views

5 days ago

CodingWithTamil
Linked List Traversal | Data Structures Explained

In this video, we explain how to traverse a linked list step by step to access and display all elements. Learn how pointers move ...

3:37
Linked List Traversal | Data Structures Explained

26 views

6 days ago

How Dev You
C Does OOP Better: Abstract Data Type - Chapter 01

Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...

15:11
C Does OOP Better: Abstract Data Type - Chapter 01

415 views

1 day ago

HuwsTube
How We Learnt Computing In The 80s

norton #ibm #1980s Peter Norton's “Inside The IBM PC” was essential reading for anyone who wanted to understabd how the PC ...

1:00
How We Learnt Computing In The 80s

3,345 views

5 days ago

Ngane Emmanuel
This LeetCode 34 Solution Broke My Brain 🤯 | Honest Java Walkthrough

Binary search problems look easy… until they're not In this video, I walk through **LeetCode Question 34 – Find First and Last ...

35:04
This LeetCode 34 Solution Broke My Brain 🤯 | Honest Java Walkthrough

19 views

4 days ago

Lollipop
LeetCode 3Sum | Java Solution

In this video, I solve the LeetCode 3Sum problem using Java. The goal is to find all unique triplets in an array whose sum is zero.

5:14
LeetCode 3Sum | Java Solution

1 view

6 days ago

CodingWithTamil
Doubly Linked List | Deletion at the End | Data Structures in Java

In this video, we explain how to delete the last node of a Doubly Linked List step by step. You'll learn how to safely update the ...

10:19
Doubly Linked List | Deletion at the End | Data Structures in Java

30 views

5 days ago

ACCU Conference
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...

5:47
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

385 views

1 day ago

Engineering Marathi
Java MCQ Test 🔥 Easy but Tricky! ||Only Java Developers Will Score 3/3 😈

Think you know Java basics? Try these 3 Java MCQs and test yourself ✓ Correct answers revealed at the end ❌ One ...

0:44
Java MCQ Test 🔥 Easy but Tricky! ||Only Java Developers Will Score 3/3 😈

775 views

5 days ago

poornima devi
Features of java|OOPS|SNS Institutions

Java is a versatile and powerful programming language known for several key features. It is object-oriented, which means it ...

5:21
Features of java|OOPS|SNS Institutions

0 views

6 days ago

NullPointer
Find all triplets with given sum | 2 pointer Algorithm | DSA pattern question.

Given an array arr. The task is to find triplets in an array whose sum equals a given number k. Whether you're preparing for ...

9:24
Find all triplets with given sum | 2 pointer Algorithm | DSA pattern question.

17 views

6 days ago

TrainUrBrainX - Shivam Shakya
Remove Duplicates from Sorted Array | Two -  Pointers | Arrays | DSA Brain Training Series

DSA Brain Training Series by Shivam Shakya! → Sorted array diya hai, saare duplicates hatao (in-place) aur new length return ...

17:19
Remove Duplicates from Sorted Array | Two - Pointers | Arrays | DSA Brain Training Series

9 views

2 days ago