ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,602 results

Java Challengers
Engineering Mindset for International Java Jobs: How Senior Devs Think and Solve Problems - Live #36

International Java roles expect far more than clean code. They look for engineers who clarify ambiguity, reason about trade‑offs, ...

31:20
Engineering Mindset for International Java Jobs: How Senior Devs Think and Solve Problems - Live #36

283 views

4 weeks ago

Craft In Tech
Build Your Atoi Function using Java | 2026 Interview Prep | Easy Solutions

In this video, I solve the Atoi problem in Java, which converts a string to an integer while handling spaces, signs, and invalid ...

8:57
Build Your Atoi Function using Java | 2026 Interview Prep | Easy Solutions

0 views

8 days ago

Mithilesh Lohakare
Problem Solving Java

try to solve with me.

39:46
Problem Solving Java

5 views

Streamed 11 days ago

Code Sprint
#11 Why Most People Fail LeetCode Array Problems in Java

In this video, we break down a LeetCode array problem step by step using Java. You’ll learn how to approach the problem, why ...

20:15
#11 Why Most People Fail LeetCode Array Problems in Java

18 views

3 weeks ago

Developer Coder
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | Java Code | Developer Coder

... Java Explained Minimize Maximum Pair Sum LeetCode DSA Greedy Problems Java LeetCode Problem Solving Java Java ...

7:20
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | Java Code | Developer Coder

191 views

6 days ago

Think And Code
How to Think Like a Programmer | DSA & Problem Solving

In this video, we learn how to think like a programmer. This is the first video in a beginner-friendly DSA and problem-solving series ...

11:41
How to Think Like a Programmer | DSA & Problem Solving

51 views

4 weeks ago

Craft In Tech
Two Sum Problem Solved | 2026 Java | DSA

This video walks through the Two Sum problem in Java, a popular Leet Code and interview question. I explain the problem ...

8:19
Two Sum Problem Solved | 2026 Java | DSA

0 views

8 days ago

Smart Programming
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

In this video, we will solve the 3 Sum Problem (LeetCode 15) using Java with complete clarity. I have explained Brute Force, ...

32:20
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

670 views

11 days ago

Developer Coder
Minimum Absolute Difference | LeetCode 1200 | Sorting | Java Code | Developer Coder

... Problems LeetCode For Beginners Java Java Interview Coding Round DSA Problems In Java LeetCode Problem Solving Java ...

4:59
Minimum Absolute Difference | LeetCode 1200 | Sorting | Java Code | Developer Coder

159 views

4 days ago

Developer Coder
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

... Problems Java DSA Interview Questions LeetCode Problem Solving Java Coding Interview Geometry Problems Binary Search ...

25:01
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

311 views

2 weeks ago

Developer Coder
Maximize Area of Square Hole in Grid | LeetCode 2943 | Sorting | Java Code | Developer Coder

... Interview Grid Questions Data Structures Java Algorithms In Java LeetCode Problem Solving Java Developer Coder LeetCode ...

22:18
Maximize Area of Square Hole in Grid | LeetCode 2943 | Sorting | Java Code | Developer Coder

209 views

2 weeks ago

AssistEngine
Problem 9: how to find out the palindrome number in java ?

Here is a clean, engaging description for your video that focuses on the concept and logic without showing the actual code.

18:54
Problem 9: how to find out the palindrome number in java ?

8 views

11 days ago

aArambh
Patterns in Java | Coding Problems | How to Think While Coding | AARAMBH

In this video, we learn Patterns in Java and, more importantly, how to think while solving coding problems. This session focuses ...

28:43
Patterns in Java | Coding Problems | How to Think While Coding | AARAMBH

12 views

2 weeks ago

Developer Coder
Minimum Difference Between Highest and Lowest of K Scores | LeetCode 1984 | Java | Developer Coder

... Java Sorting Algorithms LeetCode Study Plan Java Interview Coding Problem Solving Java LeetCode Mastery Java DSA Java ...

7:44
Minimum Difference Between Highest and Lowest of K Scores | LeetCode 1984 | Java | Developer Coder

288 views

5 days ago

Developer Coder
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Java Code | Developer Coder

... Algorithmic Thinking Java LeetCode Explained Java Grid Based Counting DP LeetCode Daily Practice Java Problem Solving ...

32:28
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Java Code | Developer Coder

296 views

3 weeks ago

Techmine Guru
Leetcode 268 | How to solve Missing Number Problem in Java | LeetCode Interview Question Explained

MissingNumber #LeetCodeJava #CodingInterview Leetcode #1 | How to solve Missing Number Problem in Java | LeetCode ...

5:24
Leetcode 268 | How to solve Missing Number Problem in Java | LeetCode Interview Question Explained

5 views

3 weeks ago

Developer Coder
N-Repeated Element in Size 2N Array | LeetCode 961 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we explore LeetCode 961 – N-Repeated Element in Size 2N Array, a frequently ...

6:18
N-Repeated Element in Size 2N Array | LeetCode 961 | Java Code | Developer Coder

167 views

4 weeks ago

Developer Coder
Four Divisors | LeetCode 1390 | Java Code | Developer Coder

... Interview Math Questions Java Algorithm Practice LeetCode FAANG Math Coding Questions LeetCode Problem Solving Java ...

12:25
Four Divisors | LeetCode 1390 | Java Code | Developer Coder

336 views

3 weeks ago

Durga Software Solutions
9  Java Program to Find Biggest of Three Numbers

This video explains a Java Program to Find the Biggest of Three Numbers using conditional statements. The program compares ...

7:24
9 Java Program to Find Biggest of Three Numbers

31 views

11 days ago

Info Techiezz
Reverse a String in Java | Must-Know TCS NQT String Problem

Reverse a String in Java | TCS NQT Coding Question | String Basics Reversing a string looks simple, but it's one of the most ...

13:56
Reverse a String in Java | Must-Know TCS NQT String Problem

59 views

6 days ago

Lauren Himbeault
Java Practice Problem: Rotate Array Left (Arrays & Indexing)

Sorry in advanced for the bad audio quality!** In this video, we solve a common Java array problem: rotating an array to the left by ...

27:28
Java Practice Problem: Rotate Array Left (Arrays & Indexing)

10 views

3 weeks ago

Developer Coder
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

... Practice Java LeetCode Problem Solving DSA Problems For Java FAANG Level Java Problems Java Logic Building Problems ...

23:57
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

151 views

2 weeks ago

Developer Coder
Largest Magic Square | LeetCode 1895 | Java Code | Developer Coder

... Square LeetCode Guide Magic Square Coding Exercise Magic Square Java Practice LeetCode Problem Solving Java Largest ...

24:45
Largest Magic Square | LeetCode 1895 | Java Code | Developer Coder

160 views

12 days ago

Code & Chill
Solving LeetCode Letter Combinations of a Phone Number in Java | Code & Chill Lofi

Start learning Java today with Java Essentials: https://javaessentials.codeechill.com – your complete guide for beginners!

16:08
Solving LeetCode Letter Combinations of a Phone Number in Java | Code & Chill Lofi

1 view

3 weeks ago

Developer Coder
Construct the Minimum Bitwise Array II | LeetCode 3315 | Bitwise | Java Code | Developer Coder

... Array Manipulation Bitwise Minimum Value Bitwise Strategy Java Algorithmic Thinking LeetCode Problem Solving Java Binary ...

6:12
Construct the Minimum Bitwise Array II | LeetCode 3315 | Bitwise | Java Code | Developer Coder

261 views

9 days ago