ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43,487 results

Coding with John
LeetCode Exercise In Java - Longest Substring Without Repeating Characters - FAST Solution

Full tutorial for solving the LeetCode longest substring without repeating characters problem in Java! Thanks to Mailgun for ...

38:17
LeetCode Exercise In Java - Longest Substring Without Repeating Characters - FAST Solution

112,514 views

3 years ago

take U forward
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

23:09
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

513,525 views

1 year ago

NeetCode
Minimum Window Substring - Airbnb Interview Question - Leetcode 76

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

25:41
Minimum Window Substring - Airbnb Interview Question - Leetcode 76

467,486 views

4 years ago

Selenium Express
substring() in java || does substring() always creates a new string ?  | java.lang.string

This video covers substring() in java in depth. We are going to learn the following thing by the end of this tutorial. 1) What are the ...

25:42
substring() in java || does substring() always creates a new string ? | java.lang.string

12,342 views

7 years ago

Nikhil Lohia
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

Given two strings, find the longest common substring between them. Chapters: 00:00 - Intro 00:41 - Problem Statement 02:30 ...

21:56
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

20,942 views

2 years ago

Destination FAANG
String Full Course for technical interviews

Unlock the secrets to mastering string manipulation in data structures and algorithms (DSA) with our comprehensive course, ...

3:22:55
String Full Course for technical interviews

101,557 views

1 year ago

Naveen AutomationLabs
LeetCode Q2: Longest Substring Without Repeating Characters Using Sliding Window and HashMap in Java

Longest Substring Without Repeating Characters Using Sliding Window and HashMap - LeetCode Interview --------- Schedule a ...

21:46
LeetCode Q2: Longest Substring Without Repeating Characters Using Sliding Window and HashMap in Java

11,124 views

11 months ago

take U forward
L12. Minimum Window Substring | 2 Pointers and Sliding Window Playlist

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

27:06
L12. Minimum Window Substring | 2 Pointers and Sliding Window Playlist

245,290 views

1 year ago

Apna College
Strings | Lecture 12 | Java Placement Series

Notes to the Lecture : https://docs.google.com/document/d/1Q3rPJ82ep4LYxrqjl8mEjbHCEQAQPUSuJq0bo8hAQ0w/edit?usp=sharing 🔥Java ...

26:07
Strings | Lecture 12 | Java Placement Series

1,703,358 views

4 years ago

Nikhil Lohia
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual problem ...

20:06
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

14,021 views

1 year ago

Java Brains
Longest palindrome substring - LeetCode Interview Coding Challenge [Java Brains]

Have you seen the new Java Brains? Check out www.javabrains.io now for awesome courses and content! Interview Question: ...

20:57
Longest palindrome substring - LeetCode Interview Coding Challenge [Java Brains]

124,078 views

5 years ago

Selenium Express
How substring method works internally ? | popular java interview questions | java.lang.string

In this video, we will cover How substring method works internally and along with that, we will have a code comparison of java 6 ...

26:39
How substring method works internally ? | popular java interview questions | java.lang.string

30,603 views

7 years ago

Smart Programming
String class Methods in Java || String Concatenation in Java || substring() method in Java (Hindi)

java #javatutorials #deepak #smartprogramming ◾◼️ Useful Notes & Courses Links◼️◾ Free Notes ...

29:05
String class Methods in Java || String Concatenation in Java || substring() method in Java (Hindi)

101,491 views

6 years ago

Coding Simplified
String - 10: Longest sub-string length with no repeating characters | Java Implementation

Source Code:https://thecodingsimplified.com/longest-sub-string-length-with-no-repeating-characters/ Solution: - We take a Map, ...

20:35
String - 10: Longest sub-string length with no repeating characters | Java Implementation

8,344 views

5 years ago

Engineering Digest
Master Java String Methods: A Comprehensive Guide for Beginners

Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://razorpay.me/@engineeringdigest Perks: ...

26:08
Master Java String Methods: A Comprehensive Guide for Beginners

44,585 views

1 year ago

Apna College
String Builder | Java Placement Course Lecture 13

Notes of this lecture ...

24:31
String Builder | Java Placement Course Lecture 13

1,187,603 views

4 years ago

Coders Camp
Maximum Number of Occurrences of a Substring | LeetCode 1297 | Coders Camp

code: https://coderscamp.wixsite.com/codeit/post/maximum-number-of-occurrences-of-a-substring Link to problem: ...

20:49
Maximum Number of Occurrences of a Substring | LeetCode 1297 | Coders Camp

6,216 views

4 years ago

Destination FAANG
Google, Apple,Facebook,Amazon,Microsoft - String tech interview java || Minimum Window Substring: 76

string #char #array #hashmap #technical #interview #question #leetcode #problem #google #facebook #microsoft #amazon ...

22:57
Google, Apple,Facebook,Amazon,Microsoft - String tech interview java || Minimum Window Substring: 76

1,290 views

3 years ago

Elite Code
Leetcode 467. Unique Substrings in Wraparound String

And whatever the longest substring is ending at this index so we kind of have this weird idea of we want to find the longest ...

28:54
Leetcode 467. Unique Substrings in Wraparound String

1,642 views

2 years ago

IDeserve
Longest Palindromic Substring O(N) Manacher's Algorithm

Problem:- Given a string s, find out the longest palindromic substring in O(N) using Manacher's algorithm. This video explains the ...

23:49
Longest Palindromic Substring O(N) Manacher's Algorithm

183,983 views

10 years ago