ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

661 results

Code Kage
LeetCode 3775 | Reverse Words With Same Vowel Count | String Manipulation | Java

In this video, we solve LeetCode 3775 – Reverse Words With Same Vowel Count using a clean and easy-to-understand approach ...

8:25
LeetCode 3775 | Reverse Words With Same Vowel Count | String Manipulation | Java

55 views

8 days ago

Kernel Queen 👑
Count Partitions With Max Min Difference at Most K |  Leetcode 3578 | Java | Hindi

Problem Link: https://leetcode.com/problems/count-partitions-with-max-min-difference-at-most-k Solution Link: ...

18:16
Count Partitions With Max Min Difference at Most K | Leetcode 3578 | Java | Hindi

31 views

12 days ago

Vocational Door
LeetCode 14: Longest Common Prefix | Easy Solution Explained | Java

Solve LeetCode Problem #14 – Longest Common Prefix! In this video, I'll explain the problem, break down multiple approaches, ...

7:24
LeetCode 14: Longest Common Prefix | Easy Solution Explained | Java

35 views

7 days ago

Code with Katie
Edit Distance LeetCode - Java

In this video, I solve the "Edit Distance" LeetCode problem using Java. Problem link: https://leetcode.com/problems/edit-distance/?

12:14
Edit Distance LeetCode - Java

103 views

1 month ago

Решение задач на Java
LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving

LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving https://ideone.com/z5JKt8 #array #hashtable #string ...

5:20
LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving

6 views

3 weeks ago

Vocational Door
LeetCode 345 | Reverse Vowels of a String | Java Two-Pointer Approach

Master the "Reverse Vowels of a String" LeetCode problem using a clean and efficient Two-Pointer technique in Java!

9:15
LeetCode 345 | Reverse Vowels of a String | Java Two-Pointer Approach

58 views

3 weeks ago

Java_Techonz
Amazon SDE Interview 2026 🔥 Reverse Vowels in a String | Java DSA Mastery

In this problem, you must reverse only the vowels (a, e, i, o, u) in a string while keeping all consonants in the same position.

4:43
Amazon SDE Interview 2026 🔥 Reverse Vowels in a String | Java DSA Mastery

0 views

2 weeks ago

Debug with Priyanshu
Longest Common Prefix String in Java # Leetcode  Problem #Java code
12:08
Longest Common Prefix String in Java # Leetcode Problem #Java code

12 views

3 weeks ago

CodeEveryday
Day 9 | First Unique Character in a String | Frequency Array Explained | Java | #100DaysOfDSA

Welcome to Day 9 of my #100DaysOfDSA Challenge! Problem: First Unique Character in a String LeetCode #387 ...

6:23
Day 9 | First Unique Character in a String | Frequency Array Explained | Java | #100DaysOfDSA

1 view

3 weeks ago

codewithamod
LeetCode 20: Valid Parentheses – Java Solution Explained!

Learn how to solve LeetCode 20 – Valid Parentheses using Java! This is one of the most common coding interview questions, ...

5:04
LeetCode 20: Valid Parentheses – Java Solution Explained!

47 views

11 days ago

Technosage
LeetCode 1539 — Kth Missing Positive Number | Java Solution Explained Step-by-Step

In this video, we solve LeetCode 1539 — Kth Missing Positive Number using Java. You'll learn how to approach this popular ...

13:36
LeetCode 1539 — Kth Missing Positive Number | Java Solution Explained Step-by-Step

166 views

10 days ago

Kernel Queen 👑
Count Mentions Per User |  Leetcode 3433 | Java Hindi

Problem Link: https://leetcode.com/problems/count-mentions-per-user Solution Link: ...

11:45
Count Mentions Per User | Leetcode 3433 | Java Hindi

180 views

10 days ago

Coding with CC
Leetcode Contains Duplicate with Java Solution

LeetCode 217: Contains Duplicate | Easy Java Solution ExplainedLearn how to solve the "Contains Duplicate" problem on ...

4:02
Leetcode Contains Duplicate with Java Solution

5 views

13 days ago

Coding with CC
Leetcode Valid Parentheses

Leetcode 20. Valid Parentheses - Java Problem Link: https://leetcode.com/problems/valid-parentheses/ Like and Subscribe ...

7:38
Leetcode Valid Parentheses

2 views

6 days ago

Решение задач на Java
LeetCode 387. First Unique Character in a String. Easy. Java solving

LeetCode 387. First Unique Character in a String. Easy. Java solving https://ideone.com/5Vj8Ns #hashtable #string #counting.

5:51
LeetCode 387. First Unique Character in a String. Easy. Java solving

0 views

3 weeks ago

Kernel Queen 👑
Count Special Triplets |  Leetcode 3583 | Java Hindi

Problem Link: https://github.com/kernelqueen/LeetcodeSolutions/blob/main/3001-4000/3583_count_special_triplets.java Solution ...

7:26
Count Special Triplets | Leetcode 3583 | Java Hindi

286 views

13 days ago

Developer Coder
Count Collisions on a Road | LeetCode 2211 | Java Code | Developer Coder

Welcome to Developer Coder! In today's video, we break down the LeetCode problem “Count Collisions on a Road – LeetCode ...

15:24
Count Collisions on a Road | LeetCode 2211 | Java Code | Developer Coder

124 views

2 weeks ago

Developer Coder
Reverse Words With Same Vowel Count | LeetCode 3775 | Weekly Contest 480 | Java | Developer Coder

Google #Microsoft #Apple #Amazon #Facebook #IBM #Oracle #Cisco #Intel #Dell #HP #Adobe #Salesforce #SAP #NVIDIA ...

7:00
Reverse Words With Same Vowel Count | LeetCode 3775 | Weekly Contest 480 | Java | Developer Coder

103 views

8 days ago

codewithamod
LeetCode 162 – Find Peak Element | Binary Search Solution in Java (Fast & Easy)

Solve LeetCode 162: Find Peak Element using an efficient Binary Search approach in Java! In this video, we walk through the ...

6:01
LeetCode 162 – Find Peak Element | Binary Search Solution in Java (Fast & Easy)

45 views

2 weeks ago

Sơn Thích Học
Java LeetCode 50 - Isomorphic Strings

Java LeetCode 50 - Isomorphic Strings.

6:56
Java LeetCode 50 - Isomorphic Strings

3 views

11 hours ago

Study Placement
Leetcode 3750 🔥 Minimum Number of Flips to Reverse Binary String | Biweekly Contest 170 Q1 | Optimal

In this video, I have explained Leetcode 3750 – Minimum Number of Flips to Reverse Binary String, which is Question 1 of ...

5:17
Leetcode 3750 🔥 Minimum Number of Flips to Reverse Binary String | Biweekly Contest 170 Q1 | Optimal

119 views

4 weeks ago

Code With LeetCode
📌 Day 8 | LeetCode – String to Integer (atoi) | Code With LeetCode | #Day8 #leetcode #ATOI

Welcome back to Day 8 of our LeetCode Daily Challenge! In today's video, we solve LeetCode Problem 8: String to Integer (atoi) ...

6:58
📌 Day 8 | LeetCode – String to Integer (atoi) | Code With LeetCode | #Day8 #leetcode #ATOI

6 views

4 weeks ago

Coding with CC
Leetcode Two Sum Java Solution

Learn how to solve the Two Sum problem in Java! We'll cover the brute force approach and then optimize it using a HashMap.

6:37
Leetcode Two Sum Java Solution

11 views

13 days ago

codestorywithMIK
Number of Smooth Descent Periods of a Stock | Simple Approach | Leetcode 2110 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 168th Video of our Playlist ...

10:21
Number of Smooth Descent Periods of a Stock | Simple Approach | Leetcode 2110 | codestorywithMIK

4,119 views

7 days ago

Vocational Door
LeetCode 1 |  Stop Struggling With Two Sum! Java’s Smartest HashMap Solution 🔥

Learn how to solve the LeetCode Two Sum problem using Java with complete clarity! In this session, I explain the ...

10:21
LeetCode 1 | Stop Struggling With Two Sum! Java’s Smartest HashMap Solution 🔥

36 views

2 weeks ago