ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

231 results

Java Guides and Learn AI with Ramesh
Scenario Based Java Interview Questions & Answers - Part 1

Scenario-based Java interview questions help aspirants demonstrate their practical knowledge and problem-solving skills in ...

9:43
Scenario Based Java Interview Questions & Answers - Part 1

414 views

10 hours ago

Lattice
Don't write code like this

Learn for free on Brilliant for a full 30 days: https://brilliant.org/Lattice/. You'll also get 20% off an annual Premium subscription.

8:21
Don't write code like this

20,574 views

1 day ago

Developer Coder
Find Smallest Letter Greater Than Target | LeetCode 744 | Java Code | Developer Coder

... Search Algorithms Java Character Search LeetCode String Search Binary Search Edge Cases Java Problem Solving LeetCode ...

7:31
Find Smallest Letter Greater Than Target | LeetCode 744 | Java Code | Developer Coder

93 views

7 days ago

Developer Coder
Divide an Array Into Subarrays With Minimum Cost I | LeetCode 3010 | Java Code | Developer Coder

... Java LeetCode Medium Java Problem DSA Java LeetCode Java Coding Interview Practice LeetCode Problem Solving Java ...

8:07
Divide an Array Into Subarrays With Minimum Cost I | LeetCode 3010 | Java Code | Developer Coder

399 views

6 days ago

Codology
Reverse a Number in Java | Java Program with Step-by-Step Logic

This is a very important Java problem-solving question that helps build strong fundamentals and logical thinking.

16:06
Reverse a Number in Java | Java Program with Step-by-Step Logic

2 views

1 hour ago

Developer Coder
Minimum Removals to Balance Array | LeetCode 3634 | Java Code | Developer Coder

... LeetCode Company Tagged Problems Array Optimization Problems Java LeetCode Arrays And Sorting Java Problem Solving ...

11:11
Minimum Removals to Balance Array | LeetCode 3634 | Java Code | Developer Coder

235 views

1 day ago

Tech With Tim
Learning to code has changed

To learn for free on Brilliant, go to https://brilliant.org/techwithtim . Brilliant's also given our viewers 20% off an annual Premium ...

13:19
Learning to code has changed

105,631 views

4 days ago

WebxChat
Daily LeetCode Challenge | Problem Solving with Java | 744. Find Smallest Letter Greater Than Target

Welcome to my Daily LeetCode Challenge series! In this video, we solve a LeetCode problem step by step using Java.

5:10
Daily LeetCode Challenge | Problem Solving with Java | 744. Find Smallest Letter Greater Than Target

87 views

7 days ago

Daily Dose Of LeetCode
Why Modulo Handles Circular Movement | Transformed Array | LeetCode 3379

In this video, we solve LeetCode 3379. Transformed Array using a simple circular array observation. The key idea is to understand ...

15:15
Why Modulo Handles Circular Movement | Transformed Array | LeetCode 3379

29 views

1 day ago

TheFullStackArchitect
Contains Duplicate - LeetCode 217 | Java Coding Interview Question & Solution

Master the Contains Duplicate problem on LeetCode with an efficient Java solution! In this tutorial, I'll show you how to move ...

5:22
Contains Duplicate - LeetCode 217 | Java Coding Interview Question & Solution

10 views

4 days ago

Code with Dharmaveer
DSA in Java | LeetCode Java Solutions | Coding Interview Prep

DSA in Java | LeetCode Solutions | Coding Interview Preparation Welcome to the DSA (Java) LeetCode Series! In this video, we ...

7:47
DSA in Java | LeetCode Java Solutions | Coding Interview Prep

25 views

4 days ago

codeWithKhan
LeetCode 744 | Find Smallest Letter Greater Than Target 🚀 | Binary Search Explained

In this video, we solve LeetCode 744 – Find Smallest Letter Greater Than Target using an efficient Binary Search approach.

9:47
LeetCode 744 | Find Smallest Letter Greater Than Target 🚀 | Binary Search Explained

22 views

7 days ago

Code Kage
GFG | Happiest Triplet | Three Pointer Technique | Java

In this video, we solve the “Happiest Triplet” problem from GeeksforGeeks (GFG). You are given three arrays of equal size ...

14:42
GFG | Happiest Triplet | Three Pointer Technique | Java

155 views

1 day ago

Coding Wallah Sir
The 2 Habits That Changed Everything About My CODING [ Learn Coding ]

... using a simple bar hanging example, and how the same science applies to coding logic, problem solving, and consistency.

14:44
The 2 Habits That Changed Everything About My CODING [ Learn Coding ]

185 views

2 hours ago

Bindas Code
LeetCode 2974 – Minimum Number Game | Java Explanation

In this video, we solve LeetCode Problem 2974 – Minimum Number Game using a simple and beginner-friendly Java approach.

8:42
LeetCode 2974 – Minimum Number Game | Java Explanation

0 views

1 hour ago

Abhishek Pandey
203 Remove LinkedList Elements #Java#JavaArrays#DSA#ArraysInJava#LeetCode

Video Description website link ...

11:03
203 Remove LinkedList Elements #Java#JavaArrays#DSA#ArraysInJava#LeetCode

16 views

5 days ago

Codelogix
LeetCode 231 Solution | Power of Two | DSA in Java | DSA with Ashok

LeetCode 231 Solution | Power of Two | DSA in Java | DSA with Ashok In this video, we solve LeetCode Problem 231 – Power of ...

8:07
LeetCode 231 Solution | Power of Two | DSA in Java | DSA with Ashok

5 views

1 day ago

Engineering Essense
Leetcode | Two Sum Problem | Hashmap, +1 Approach | Explained with Example

In this video, we'll solve a popular LeetCode problem – 'Two Sum problem' – using Java. I'll walk you through the step-by-step ...

15:04
Leetcode | Two Sum Problem | Hashmap, +1 Approach | Explained with Example

5 views

6 days ago

Umendra Dev
Methods in Java Full Explained | With Best Examples

Methods in Java Full Explained | With Best java java programming core java advanced java java basics java concepts java tutorial ...

18:51
Methods in Java Full Explained | With Best Examples

25 views

7 days ago

Info Techiezz
Maximum Occurring Character in Java | String Problem | DSA Interview Question | Easy Explanation

Struggling with String problems in Java or DSA interviews? In this video, we solve one of the most important and frequently ...

14:11
Maximum Occurring Character in Java | String Problem | DSA Interview Question | Easy Explanation

56 views

6 days ago

Web Dev Mastery
Backtracking Basics in One Video | DSA in Java Full Course #25

Learn Introduction to Backtracking in Java with clear explanation and real recursion connection. This video explains what ...

7:58
Backtracking Basics in One Video | DSA in Java Full Course #25

49 views

4 days ago

Vocational Door
LeetCode 2215 — Find the Difference of Two Arrays | Java Solution Explained

Welcome to another LeetCode tutorial! In this video, we dive deep into LeetCode Problem #2215: Find the Difference of Two ...

7:47
LeetCode 2215 — Find the Difference of Two Arrays | Java Solution Explained

76 views

4 days ago

Engineering Essense
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

In this video, we'll solve a popular LeetCode problem – 'Best Time to Buy and Sell Stock Problem' – using Java. I'll walk you ...

11:24
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

12 views

7 days ago

Daily Dose Of LeetCode
Why Three Phases Decide Validity | Trionic Array I | LeetCode 3637

In this video, we solve LeetCode 3637. Trionic Array I using a clean one-pass pattern validation approach. The key idea is to ...

9:14
Why Three Phases Decide Validity | Trionic Array I | LeetCode 3637

115 views

4 days ago

Codology
Sum of Digits in Java | Java Program to Find Sum of Given Number (123 → 6)

In this video, we learn how to find the sum of digits of a number in Java using simple logic and loops. This is a basic and very ...

15:00
Sum of Digits in Java | Java Program to Find Sum of Given Number (123 → 6)

12 views

3 days ago