ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

238 results

JavaJourneyWithMadhavi
Lesson 62   Strings - Part 4 - indexOf (), lastIndexOf() and substring methods

In this video, indexOf(), lastIndexOf() and substring methods are explained with the help of two programs in the Java environment.

27:43
Lesson 62 Strings - Part 4 - indexOf (), lastIndexOf() and substring methods

14 views

1 year ago

Errichto Algorithms
Leetcode problem Longest Palindromic Substring (two solutions)

Solving a medium coding interview question from Leetcode https://leetcode.com/problems/longest-palindromic-substring/ Final ...

25:19
Leetcode problem Longest Palindromic Substring (two solutions)

167,772 views

6 years ago

SDET- QA
Session 8- Working with Java Strings | String Methods | Java & Selenium

java#programming#selenium#strings ######################################### Udemy Courses ...

1:38:15
Session 8- Working with Java Strings | String Methods | Java & Selenium

161,339 views

1 year ago

Nikhil Lohia
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

Actual problem on LeetCode: https://leetcode.com/problems/longest-common-subsequence/ Wiki: ...

21:23
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

33,745 views

2 years ago

SDET- QA
Session 9- Java Strings | String Immutability | String,StringBuilder, StringBuffer

java#selenium#strings#sdet#programming ######################################### Udemy Courses ...

1:21:39
Session 9- Java Strings | String Immutability | String,StringBuilder, StringBuffer

130,170 views

1 year ago

codestorywithMIK
Remove All Occurrences of a Substring | 3 Approaches | Leetcode 1910 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 27th video ...

20:06
Remove All Occurrences of a Substring | 3 Approaches | Leetcode 1910 | codestorywithMIK

10,889 views

11 months ago

Abdul Bari
4.9 Longest Common Subsequence (LCS)  - Recursion and Dynamic Programming

Longest Common Subsequence Problem using 1. Recursion 2. Memoization 3. Dynamic Programming PATREON ...

23:35
4.9 Longest Common Subsequence (LCS) - Recursion and Dynamic Programming

1,439,129 views

7 years ago

codestorywithMIK
Concatenated Words | Simple Story | META | Leetcode 472

This is the 13th Video of our Strings Playlist. In this video we will try to solve another very good and popular problem ...

23:17
Concatenated Words | Simple Story | META | Leetcode 472

15,180 views

2 years ago

Back To Back SWE
Minimum Window Substring: Utilizing Two Pointers & Tracking Character Mappings With A Hashtable

Code & Problem Statement ...

22:34
Minimum Window Substring: Utilizing Two Pointers & Tracking Character Mappings With A Hashtable

126,468 views

6 years ago

codestorywithMIK
Number of Substrings Containing All Three Characters | Dry Runs | Leetcode 1358 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Sliding Window Playlist - https://www ...

20:41
Number of Substrings Containing All Three Characters | Dry Runs | Leetcode 1358 | codestorywithMIK

10,218 views

10 months ago

Course Udemy Free
String Handling theory part3 | Java

Learn Java to Master(updated to Java 17) Session 72 What you'll learn Learn basic concepts clearly of all important topics Learn ...

22:33
String Handling theory part3 | Java

4 views

2 years ago

Anuj Kumar Sharma
Longest Common Subsequence (LCS) using Dynamic Programming (DP) DSA-One Course #88

Hey guys, In this video, We're going to learn how to solve LCS or Longest Common Subsequence Problem using DP. Join my ...

25:43
Longest Common Subsequence (LCS) using Dynamic Programming (DP) DSA-One Course #88

56,836 views

3 years ago

Course Udemy Free
String Handling theory part2 | Java

Learn Java to Master(updated to Java 17) Session 71 What you'll learn Learn basic concepts clearly of all important topics Learn ...

41:08
String Handling theory part2 | Java

10 views

2 years ago

Ramandeep Singh
Substring with concatenation | Leetcode Hard | Hashmap Solution part-1 | Time and Space Complexity

In this video, I shall discuss the Naive solution to the problem “Substring With Concatenation”. Code implementation in C++: ...

20:01
Substring with concatenation | Leetcode Hard | Hashmap Solution part-1 | Time and Space Complexity

83 views

2 years ago

CodeHelp - by Babbar
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

In this Video, we are going to learn about char arrays, strings and solve the following questions: - Length of String - Reverse a ...

1:53:20
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

1,358,802 views

4 years ago

சங்கே முழங்கு - Sanke Muzangu
Substring Removal from a Given String program in java Tamil | Sanke Muzangu

In this video, I'll show you Substring Removal from a Given String program in java Tamil | Sanke Muzangu Open Notepad in your ...

25:44
Substring Removal from a Given String program in java Tamil | Sanke Muzangu

910 views

4 years ago

Ramandeep Singh
Substring with Concatenation | Leetcode Hard | Part-2

In this video, I shall discuss the optimal solution to the problem “Substring With Concatenation”. Code implementation in C++: ...

28:44
Substring with Concatenation | Leetcode Hard | Part-2

42 views

2 years ago

Course Udemy Free
String Handling theory part1 | Java

Learn Java to Master(updated to Java 17) Session 70 What you'll learn Learn basic concepts clearly of all important topics Learn ...

29:32
String Handling theory part1 | Java

3 views

2 years ago

JavaJourneyWithMadhavi
Lesson 63 - Strings - Part 5 - Programming Logic Part -13 using indexOf () and substring () methods

In this video, indexOf and lastIndexOf is explained with the help of two programs, one to find the indices of a given character in the ...

33:46
Lesson 63 - Strings - Part 5 - Programming Logic Part -13 using indexOf () and substring () methods

11 views

1 year ago

Course Udemy Free
String handling practical part1 | Java

Learn Java to Master(updated to Java 17) Session 73 What you'll learn Learn basic concepts clearly of all important topics Learn ...

25:14
String handling practical part1 | Java

1 view

2 years ago

Mahesh Ahirwar
Longest Palindromic Substring Explained | Expand Around Center vs Manacher’s | DSA Sheet Solution

Longest Palindromic Substring – Full Explanation (Beginner to Advanced) In this video, we will solve the classic Longest ...

42:11
Longest Palindromic Substring Explained | Expand Around Center vs Manacher’s | DSA Sheet Solution

43 views

1 month ago

CodeHelp - by Babbar
Lecture37: Recursion - Subsets / Subsequences of String [Theory + Code]

In this Video, we are going to continue exploring a very important concept i.e. Recursion. There is a lot to learn, Keep in mind ...

27:25
Lecture37: Recursion - Subsets / Subsequences of String [Theory + Code]

394,934 views

4 years ago

Pyari Programming
Java String Method | String Programs | Find out the output | Find out Errors | 10th and 12th ICSE

This video will help the students to learn: 1) Interview related examples. 2) How to define method? 3) How to find out error?

1:03:17
Java String Method | String Programs | Find out the output | Find out Errors | 10th and 12th ICSE

679 views

Streamed 3 years ago

MIT OpenCourseWare
3. String Manipulation, Guess and Check, Approximations, Bisection

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

45:02
3. String Manipulation, Guess and Check, Approximations, Bisection

409,457 views

8 years ago

TestOpsStudio
Selenium Java Class 2 LIVE Recording: Strings, Arrays, Static vs Non-Static & Object Reference

Welcome to Class 2 of our Selenium with Java Full Course! In this live recording, we dive deep into core Java concepts essential ...

1:06:37
Selenium Java Class 2 LIVE Recording: Strings, Arrays, Static vs Non-Static & Object Reference

18 views

1 month ago