ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

213,363 results

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,179,282 views

3 years ago

Coding with John
Java is ALWAYS Pass By Value. Here's Why

Is Java pass by reference or pass by value? Java is ALWAYS pass by value, not pass by reference. But it can look like it's pass by ...

5:22
Java is ALWAYS Pass By Value. Here's Why

149,868 views

4 years ago

AlgoMasterIO
Two Pointers in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:21
Two Pointers in 7 minutes | LeetCode Pattern

224,482 views

1 year ago

Destination FAANG
Master the Fast & Slow Pointer Coding Pattern for FAANG Interviews! Boost Your Coding Skills

"Unlock the secrets of the Fast & Slow Pointer technique in this ultimate coding tutorial! Ace your next FAANG interview with ...

30:58
Master the Fast & Slow Pointer Coding Pattern for FAANG Interviews! Boost Your Coding Skills

11,385 views

2 years ago

Lex Clips
Java was created because of pointer bugs in C/C++ | James Gosling and Lex Fridman

See full episode (Lex Fridman Podcast): https://www.youtube.com/watch?v=IT__Nrr3PNI PODCAST INFO: Podcast website: ...

18:22
Java was created because of pointer bugs in C/C++ | James Gosling and Lex Fridman

293,890 views

5 years ago

BD Creators
Why does Java not make use of pointers?

Assalam O Alaikum YouTubers!!! Do not forget to SUBSCRIBE ♥️ #youtube #BDCreators #BDYB2022 #youtubeshorts ...

0:25
Why does Java not make use of pointers?

5,262 views

2 years ago

Josh's DevBox
Visual introduction Two Pointer Algorithm | Data Structure and Algorithm for Coding Interviews

We have explained two pointer technique which is the optimal way to solve problems related to arrays in O(N) time. We will start ...

7:36
Visual introduction Two Pointer Algorithm | Data Structure and Algorithm for Coding Interviews

134,132 views

5 years ago

Software Testing Hacks
Why pointers are not used in java? #softwaretesting

Why pointers are not used in Java let's see what are Pointers pointer is a variable that stores the memory address of another ...

0:28
Why pointers are not used in java? #softwaretesting

5,702 views

3 years ago

Jenny's Lectures CS IT
1.4 Pointers and Arrays | Data structure Tutorials

Jennys Lectures DSA with Java Course Enrollment link: ...

25:05
1.4 Pointers and Arrays | Data structure Tutorials

767,168 views

6 years ago

Team AlgoDaily
How to Use the Two Pointer Technique

The two pointer technique is a near necessity in any software developer's toolkit, especially when it comes to technical interviews.

10:56
How to Use the Two Pointer Technique

144,245 views

5 years ago

College Wallah
Two Pointers | Advanced Problem Solving in Arrays | Lecture 18 | Java and DSA Foundation

We are almost towards the end of the arrays-based practice problems and kudos to the efforts you are putting into this learning ...

1:03:57
Two Pointers | Advanced Problem Solving in Arrays | Lecture 18 | Java and DSA Foundation

168,963 views

3 years ago

Coding with John
This Keyword in Java Full Tutorial - How to Use "this"

What does the "this" keyword mean in Java? How and when do you use "this"? We'll cover all of that (and all of "this") in this video.

7:39
This Keyword in Java Full Tutorial - How to Use "this"

196,975 views

4 years ago

Java Gurukul
Why Java doesn’t support Pointer | Java Interview Questions Answers | Part-4

... doing good welcome to Java gurukul the second interview question which is frequently asked why Java does a support pointers ...

0:47
Why Java doesn’t support Pointer | Java Interview Questions Answers | Part-4

2,684 views

2 years ago

Destination FAANG
Master the 2-Pointers Coding Pattern: Techniques and Examples for IT Jobs & FAANG  Success

Most asked Interview Questions at FAANG companies: ...

28:59
Master the 2-Pointers Coding Pattern: Techniques and Examples for IT Jobs & FAANG Success

4,247 views

2 years ago

Coding with John
Null Pointer Exceptions In Java - What EXACTLY They Are and How to Fix Them

Full tutorial for Null Pointer Exceptions in Java. Complete Java course: ...

14:20
Null Pointer Exceptions In Java - What EXACTLY They Are and How to Fix Them

103,653 views

4 years ago

Information & Technology 8888
Pointers in Java

Pointers in Java are not used explicitly but have an implicit use: The use of pointers in Java is for the manipulation of the ...

0:53
Pointers in Java

92 views

2 years ago

Eric Programming
[Java] Leetcode 75. Sort Colors [Two Pointers #9]

In this video, I'm going to show you how to solve Leetcode 75. Sort Colors which is related to Two Pointers. In fact, I also have a ...

8:28
[Java] Leetcode 75. Sort Colors [Two Pointers #9]

4,878 views

5 years ago

AlgoMonster
Two Pointers Technique

Two Pointer is a classic technique used to solve coding interview problems. The approach in this video will help you solve a wide ...

2:57
Two Pointers Technique

27,187 views

3 years ago

AlgoMasterIO
Fast and Slow Pointers in 6 Minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

6:09
Fast and Slow Pointers in 6 Minutes | LeetCode Pattern

34,610 views

1 year ago

Java
Evolving ZGC's Pointer Color Palette #JVMLS

The practice of coloring pointers is a core DNA element of ZGC. There are different ways of coloring a pointer and picking an ...

47:20
Evolving ZGC's Pointer Color Palette #JVMLS

3,999 views

5 months ago

Apna College
Pointers in C++ | In Detail | DSA Series by Shradha Ma'am

Lecture 16 of DSA Series : Pointers in Detail Share your progress on Twitter : https://x.com/ShradhaKhapra_ DSA Series full ...

46:08
Pointers in C++ | In Detail | DSA Series by Shradha Ma'am

531,346 views

1 year ago

LearnHub
Pointers in java || What use of Pointers || Java ka interview questions answer| #java #coding #short
0:54
Pointers in java || What use of Pointers || Java ka interview questions answer| #java #coding #short

1,074 views

2 years ago

Greg Hogg
Two Sum II - Two Pointers Algorithm - Leetcode 167

FAANG Coding Interviews / Data Structures and Algorithms / Leetcode.

0:59
Two Sum II - Two Pointers Algorithm - Leetcode 167

124,235 views

1 year ago

Nikhil Lohia
Coding Interview Patterns - Two Pointers

Schedule a 1:1 session with me: https://topmate.io/nikoo28 Join this channel to get access to perks: ...

19:02
Coding Interview Patterns - Two Pointers

24,779 views

7 months ago

Algo Ducky
LeetCode #26: Remove Duplicates from Sorted Array in Java | Two Pointers O(n) - Must-Know Trick!

In this Algo Ducky deep dive, we tackle LeetCode #26: Remove Duplicates from Sorted Array — a deceptively simple problem ...

4:18
LeetCode #26: Remove Duplicates from Sorted Array in Java | Two Pointers O(n) - Must-Know Trick!

137 views

8 months ago