ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

869 results

J David Eisenberg
Chapter 4: substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 4: substring() and indexOf() methods

21,354 views

6 years ago

GeeksforGeeks
Anagram Substring Search (Or Search for all permutations) | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/anagram-substring-search-search-permutations/ ...

6:41
Anagram Substring Search (Or Search for all permutations) | GeeksforGeeks

46,722 views

8 years ago

Bro Code
Java String methods 💬

Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String ...

6:18
Java String methods 💬

153,775 views

5 years ago

Tushar Roy - Coding Made Simple
Longest Common Substring

Given two strings, find longest common substring between them.

5:31
Longest Common Substring

187,802 views

10 years ago

CodeGym
Substring in Java  | CodeGym University Course

To learn more about Java String substring() - https://codegym.cc/groups/posts/substring-in-java Online course with a mentor ...

6:39
Substring in Java | CodeGym University Course

502 views

3 years ago

CodeMode
Substring in Java | substring() function | find substring

Enroll in Practical Java Course & earn a Certificate upon completion: .

5:56
Substring in Java | substring() function | find substring

19 views

3 years ago

A1 IT Training Institute
Core Java part75.Java String Methods Explained 🔥 | length(), replace(), substring()

Hello This is Deepak Gupta ,Welcome to my YouTube channel. , I will upload all the videos of Java In this video, we'll learn the ...

9:09
Core Java part75.Java String Methods Explained 🔥 | length(), replace(), substring()

568 views

2 years ago

United Top Tech
Java program to check if substring is present in a given string with its index tutorial

How to find if substring is present in a given string in java program is shown.

6:46
Java program to check if substring is present in a given string with its index tutorial

751 views

2 years ago

SimorghNest
C# Tutorial - Basic - 043 - String Methods - Substring()

Contents ⌛ 00:16 : Exploring the Substring method ⌛ 01:04 : How to use the Substring method ⌛ 01:43 : The Substring ...

7:18
C# Tutorial - Basic - 043 - String Methods - Substring()

517 views

2 years ago

Cody Henrichsen
Java String Methods

Explanation and examples for the AP CS Java String subset and 'cool' subset of methods for String manipulation in Java. Table of ...

18:49
Java String Methods

345 views

6 years ago

Geekific
Longest Substring Without Repeating Chars | Sets and Maps Solution | Detailed Explanation | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we tackle ...

7:16
Longest Substring Without Repeating Chars | Sets and Maps Solution | Detailed Explanation | Geekific

1,373 views

2 years ago

LIFE CODING WITH JAVA
All substrings #java

LIFE CODING WITH JAVA All substrings Send Feedback For a given input string(str), write a function to print all the possible ...

6:39
All substrings #java

141 views

2 years ago

ilkq_
Java Strings Explained - Very Basics

Master the basics of Java Strings in just a few minutes! In this video, you'll learn: ✓ What Strings are in Java ✓ How to ...

6:50
Java Strings Explained - Very Basics

39 views

2 months ago

SDET- QA
Frequently Asked Java Program 26: How To Count Occurrences of a Character in a String

Topic : How To Count Occurrences of a Character in a String ######################################### Udemy ...

5:03
Frequently Asked Java Program 26: How To Count Occurrences of a Character in a String

270,320 views

6 years ago

Geekific
String vs StringBuilder vs StringBuffer | What is Immutability? | Java String Operations | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...

11:58
String vs StringBuilder vs StringBuffer | What is Immutability? | Java String Operations | Geekific

22,937 views

4 years ago

SDET_Tech-IVP(SDET TechInterViewPrep)
How to find  Longest Prefix in the String Arrays #Java #Interview #sdet  #qa

In this video, we walk through a Java program that finds the longest common prefix from an array of strings. The program defines a ...

6:39
How to find Longest Prefix in the String Arrays #Java #Interview #sdet #qa

40 views

10 months ago

Tushar Roy - Coding Made Simple
Knuth–Morris–Pratt(KMP) Pattern Matching(Substring search)

Pattern matching(substring search) using KMP algorithm https://www.facebook.com/tusharroy25 ...

12:50
Knuth–Morris–Pratt(KMP) Pattern Matching(Substring search)

1,236,475 views

10 years ago

Algo Engine
LeetCode #3: Longest Substring Without Repeating Characters

A step-by-step visualization of #LeetCode question 3: Longest Substring Without Repeating Characters 0:00 Intro 0:21 Brute ...

8:12
LeetCode #3: Longest Substring Without Repeating Characters

38,990 views

2 years ago

wakeCP1
Strings and Formatting

Well we want to be aware of some of the API classes, the things we get with the Java API When we want to manipulate strings of ...

18:04
Strings and Formatting

1,755 views

13 years ago

Byte by Byte
Longest Palindromic Substring TUTORIAL (Leetcode #5)

Longest Palindromic Substring TUTORIAL (Leetcode #5) // Do you know how to find the longest palindrome? Finding the longest ...

12:42
Longest Palindromic Substring TUTORIAL (Leetcode #5)

22,213 views

5 years ago