ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41 results

DRACO
LeetCode 3713 | Longest Balanced Substring I | Medium | Java | Brute Force Explained

LeetCode 3713 – Longest Balanced Substring I (Java) Today's LeetCode Daily Question A substring is called balanced if all ...

3:29
LeetCode 3713 | Longest Balanced Substring I | Medium | Java | Brute Force Explained

20 views

2 weeks ago

Roel Van de Paar
Find the Longest Substring without Repeating Characters - Java

Find the Longest Substring without Repeating Characters - Java Helpful? Please use the *Thanks* button above! Or, thank me via ...

3:07
Find the Longest Substring without Repeating Characters - Java

7 views

3 weeks ago

Code With AI
Longest Substring Without Repeating Characters | Sliding Window Explained | Java

In this video, we solve the Longest Substring Without Repeating Characters problem using the Sliding Window Technique. This is ...

2:51
Longest Substring Without Repeating Characters | Sliding Window Explained | Java

0 views

3 days ago

Behind the Code with Pavan
Longest Substring Without Repeating Characters

This is one of the most frequently asked variable sliding window problems in coding interviews. Problem: Find the longest ...

0:52
Longest Substring Without Repeating Characters

37 views

2 weeks ago

DSACache
43 Longest Substring without Repeating Characters
0:53
43 Longest Substring without Repeating Characters

2 views

3 weeks ago

Behind the Code with Pavan
Longest Substring with K Distinct Characters

This is a very common variable sliding window problem asked in coding interviews. Problem: Find the longest substring that ...

1:00
Longest Substring with K Distinct Characters

33 views

2 weeks ago

Monica Kumaran
longest substring without repeating characters
3:48
longest substring without repeating characters

4 views

2 weeks ago

GFG Solutions
#815 Longest Balanced Substring I | Leetcode POTD | GFG Solutions | 12-02-2026

815 Longest Balanced Substring I | Leetcode POTD | GFG Solutions | 12-02-2026 Problem Statement ...

0:41
#815 Longest Balanced Substring I | Leetcode POTD | GFG Solutions | 12-02-2026

10 views

2 weeks ago

Fogy Free
2977 Minimum Cost to Convert String II

2977 Minimum Cost to Convert String II. Fast Java solution (Floyd–Warshall + Trie + DP) compact, optimized implementation: ...

1:27
2977 Minimum Cost to Convert String II

11 views

3 weeks ago

Ares coding
How to Solve LeetCode #3 FAST ⚡ | Longest Substring Without Repeating Characters

In this video, I solve LeetCode Problem #3 – Longest Substring Without Repeating Characters step by step. This problem helps ...

1:36
How to Solve LeetCode #3 FAST ⚡ | Longest Substring Without Repeating Characters

24 views

3 weeks ago

DRACO
LeetCode 696 | Count Binary Substrings | Group Counting | Java | Easy

LeetCode 696 – Count Binary Substrings (Java) Today's LeetCode Daily Given a binary string s, return the number of ...

2:06
LeetCode 696 | Count Binary Substrings | Group Counting | Java | Easy

2 views

8 days ago

Cody Henrichsen
Random String Indices

Using Math.random to process a String using the substring methods. Table of Contents: 00:40 - Review the code 01:31 - Run the ...

3:06
Random String Indices

5 views

10 days ago

codewithamod
LeetCode 1071 | Greatest Common Divisor of Strings | Java Solution | Easy Explanation

In this video, we solve LeetCode 1071 – Greatest Common Divisor of Strings using Java. You'll learn how the Euclidean Algorithm ...

2:52
LeetCode 1071 | Greatest Common Divisor of Strings | Java Solution | Easy Explanation

48 views

1 month ago

DRACO
LeetCode 761 | Special Binary String | Recursion + Greedy Sorting | Java | Hard

Today's LeetCode Daily A special binary string has: 1. Equal number of 1s and 0s 2. Every prefix has at least as many 1s as 0s ...

3:11
LeetCode 761 | Special Binary String | Recursion + Greedy Sorting | Java | Hard

15 views

7 days ago

DSA Unlocked
LEETCODE POTD 696 Count Binary Substrings | O(n) Solution #java #dailychallenge

In this video, we solve LeetCode Problem 696: Count Binary Substrings. Problem: Given a binary string, count substrings ...

3:13
LEETCODE POTD 696 Count Binary Substrings | O(n) Solution #java #dailychallenge

0 views

7 days ago

SCOREMASTER
String Functions in Java

ICSE #ICSE2026 #ICSEStudents #ICSEExam #ICSEPreparation #ICSEComputerApplications #ICSEComputer #ICSEClass10 ...

3:38
String Functions in Java

21 views

9 days ago

Learn JAVA
LongestUniqueSubstring

Longest Unique Substring.

0:23
LongestUniqueSubstring

0 views

3 days ago

MK-BrightPath Academy
Count Substrings from Array in String | Java Solution in Hindi | String contains() Problem

TITLE: Count Substrings from Array in String | Java Solution in Hindi | String contains() Problem DESCRIPTION: In this video, we ...

3:12
Count Substrings from Array in String | Java Solution in Hindi | String contains() Problem

7 views

5 days ago

AmirBukhari
Characters and Strings in JAVA | PPT to video with voice over

Characters and Strings in JAVA | PPT to video with voice over Welcome to my YouTube channel, where you'll find videos on a ...

3:59
Characters and Strings in JAVA | PPT to video with voice over

17 views

3 weeks ago

Fogy Free
3714 Longest Balanced Substring II

3714 Longest Balanced Substring II. Core Idea: Handle 1, 2, and 3 Distinct Characters Separately A balanced substring can have ...

1:07
3714 Longest Balanced Substring II

9 views

13 days ago