ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

85 results

PrepLoop
Data Types in Java Explained Deeply | Java Basics – Episode 6 | PrepLoop

In this video, we understand data types in Java deeply but simply. We cover primitive vs reference types, why data types exist, ...

11:48
Data Types in Java Explained Deeply | Java Basics – Episode 6 | PrepLoop

22 views

18 hours ago

Java Developers
Day35-Check Palindrome Number using While Loop in Java | Easy Logic for Beginners

In this video, we will check whether a number is a palindrome or not using the while loop in Java. This problem combines reverse ...

9:48
Day35-Check Palindrome Number using While Loop in Java | Easy Logic for Beginners

0 views

6 hours ago

Franco Callipo | Profesor particular
JAVA | Arrancamos con el lenguaje

Repositorio en GitHub con ejercicios: https://github.com/fcallipo/ejerciciosYouTube/tree/main/c%2B%2B.

12:27
JAVA | Arrancamos con el lenguaje

0 views

14 hours ago

CodeLucky
Minimum Operations to Reduce X to Zero - Sliding Window Approach Explained

Learn how to solve the 'Minimum Operations to Reduce X to Zero' problem efficiently using the Sliding Window technique!

3:27
Minimum Operations to Reduce X to Zero - Sliding Window Approach Explained

0 views

23 hours ago

FSD Interview Guide
Write a Java 8 program to convert a List of Employee objects into a Map using employeeId as key

Write a Java 8 program to convert a List of Employee objects into a Map using employeeId as key Stream API Playlist: ...

15:19
Write a Java 8 program to convert a List of Employee objects into a Map using employeeId as key

6 views

23 hours ago

CodeLucky
Sliding Window Technique Explained - Algorithm Tutorial for Beginners

Master the Sliding Window technique for coding interviews! In this video, we break down one of the most popular algorithmic ...

2:49
Sliding Window Technique Explained - Algorithm Tutorial for Beginners

0 views

23 hours ago

CodeLucky
4Sum Problem Solution | LeetCode Pattern Explained (Java/C++/Python Logic)

Learn how to solve the 4Sum problem efficiently using the Two Pointers technique! In this video, we break down the classic ...

4:09
4Sum Problem Solution | LeetCode Pattern Explained (Java/C++/Python Logic)

0 views

1 day ago

CodeLucky
Grumpy Bookstore Owner - Sliding Window Algorithm Tutorial

Learn how to solve the 'Grumpy Bookstore Owner' coding problem using the Sliding Window technique! In this video, we ...

3:37
Grumpy Bookstore Owner - Sliding Window Algorithm Tutorial

3 views

23 hours ago

CodeLucky
Move Zeros to End of Array - Amazon Coding Interview Question Solved

Learn how to solve the 'Move Zeros' coding interview problem efficiently! In this video, we break down the logic to rearrange an ...

3:41
Move Zeros to End of Array - Amazon Coding Interview Question Solved

0 views

1 day ago

CodeLucky
Intersection of Two Arrays II - LeetCode Solution (HashMap vs Sorting)

Learn how to solve the Intersection of Two Arrays II problem efficiently! In this video, we break down two popular approaches to ...

3:05
Intersection of Two Arrays II - LeetCode Solution (HashMap vs Sorting)

0 views

23 hours ago

Java Developers
Day36-Armstrong Number  Pattern 1   | using While Loop | Easy Logic Explanation 2025
12:51
Day36-Armstrong Number Pattern 1 | using While Loop | Easy Logic Explanation 2025

0 views

0

CodeLucky
Find All Duplicates in an Array - O(N) Time O(1) Space Solution

Learn how to solve the 'Find All Duplicates in an Array' problem efficiently! In this video, we tackle a popular coding interview ...

4:15
Find All Duplicates in an Array - O(N) Time O(1) Space Solution

0 views

1 day ago

CodeLucky
Minimum Size Subarray Sum - Sliding Window Pattern Explained

Learn how to solve the Minimum Size Subarray Sum problem using the efficient Sliding Window technique! In this video, we ...

3:16
Minimum Size Subarray Sum - Sliding Window Pattern Explained

0 views

1 day ago

CodeLucky
Merge Two Sorted Arrays - Two Pointers Algorithm Explained

Learn how to efficiently merge two sorted arrays using the Two Pointers technique! In this video, we break down one of the ...

3:16
Merge Two Sorted Arrays - Two Pointers Algorithm Explained

0 views

23 hours ago

CodeLucky
Check if Array is Sorted - Efficient Algorithm (O(N))

Learn how to efficiently check if an array is sorted in non-decreasing order! ➡️ In this video, we break down the logic behind ...

3:33
Check if Array is Sorted - Efficient Algorithm (O(N))

0 views

1 day ago

CodeLucky
How To Break Down A Coding Problem Step By Step (Beginner's Guide)

Struggling with LeetCode or coding interview questions? In this video, I'll walk you through a proven 7-step framework to ...

3:03
How To Break Down A Coding Problem Step By Step (Beginner's Guide)

4 views

1 day ago

Java Developers
Day38-Armstrong Number  Pattern 3  | using While Loop | Easy Logic Explanation 2025
7:57
Day38-Armstrong Number Pattern 3 | using While Loop | Easy Logic Explanation 2025

0 views

0

CodeLucky
Subarray Sum Equals K - LeetCode 560 - Optimized HashMap Solution (O(N))

Learn how to solve the "Subarray Sum Equals K" problem (LeetCode 560) using the optimized Prefix Sum and HashMap ...

4:51
Subarray Sum Equals K - LeetCode 560 - Optimized HashMap Solution (O(N))

0 views

1 day ago

CodeLucky
Time Complexity Basics for Beginners - Big O Notation Explained

Unlock the secrets of efficient coding with our beginner-friendly guide to Time Complexity and Big O Notation! In this video, we ...

3:50
Time Complexity Basics for Beginners - Big O Notation Explained

0 views

1 day ago

Web Fusion with Bharadwaj
13. Next Smallest Element Algorithm  (Java)

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

20:00
13. Next Smallest Element Algorithm (Java)

42 views

1 day ago

CodeLucky
3Sum LeetCode Solution - Two Pointers Algorithm Explained

Master the 3Sum problem (LeetCode 15) with this step-by-step visual guide! In this video, we break down one of the most ...

4:56
3Sum LeetCode Solution - Two Pointers Algorithm Explained

0 views

1 day ago

TechNIOX
7. Java Control Statements with Coding Examples | If-Else, Switch, Loops | Beginner

Master Java Control Statements with LIVE Coding Examples! | If, If-Else, Switch, For/While Loops | Java Tutorial for Beginners In ...

15:15
7. Java Control Statements with Coding Examples | If-Else, Switch, Loops | Beginner

0 views

21 hours ago

CodeLucky
Next Permutation Algorithm Explained - LeetCode 31 Solution

Learn how to solve the Next Permutation problem (LeetCode 31) efficiently! In this video, we break down the algorithm to ...

3:55
Next Permutation Algorithm Explained - LeetCode 31 Solution

0 views

1 day ago

CodeLucky
Find Maximum & Minimum Element in Array | Linear Search Algorithm

Learn how to efficiently find the maximum and minimum elements in an array using the Linear Search algorithm! In this video ...

3:59
Find Maximum & Minimum Element in Array | Linear Search Algorithm

2 views

1 day ago

CodeLucky
Find Second Largest Element in Array (Optimized O(N) Approach)

Learn how to find the second largest element in an array efficiently! In this video, we break down one of the most popular ...

2:51
Find Second Largest Element in Array (Optimized O(N) Approach)

2 views

1 day ago