ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,414 results

Oskar Kalbarczyk Spring Boot & Java Guides
Java: Pattern Matching Short Tutorial For Beginners

Netflix but for Java And Spring Boot: [Coming Soon] ⭐My stuff: https://kalbarczyk.dev.

4:27
Java: Pattern Matching Short Tutorial For Beginners

76 views

1 month ago

AlgoMasterIO
Two Pointers in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:21
Two Pointers in 7 minutes | LeetCode Pattern

182,316 views

10 months ago

Bitflip
How to Instantly Recognize Leetcode Patterns (500 problems later)

After struggling as a beginner, I've created a systematic ultimate guide to instantly recognize LeetCode problem patterns in under ...

6:56
How to Instantly Recognize Leetcode Patterns (500 problems later)

59,902 views

5 months ago

CTO Bhaiya
Stop Learning DSA the Wrong way: Topic-Wise vs Pattern-Wise DSA! Which one should you learn? #dsa

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

13:14
Stop Learning DSA the Wrong way: Topic-Wise vs Pattern-Wise DSA! Which one should you learn? #dsa

3,416 views

4 weeks ago

Tech and more
Java Code Explained: Convert "a3b2c1" to "aaabbc" | String Pattern Algorithm

Learn how to convert a compressed string pattern like "a3b2c1" into "aaabbc" using Java! 🖥️ We break down the algorithm step ...

12:13
Java Code Explained: Convert "a3b2c1" to "aaabbc" | String Pattern Algorithm

129 views

10 months ago

AlgoMasterIO
Sliding Window in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:38
Sliding Window in 7 minutes | LeetCode Pattern

167,369 views

10 months ago

Marcio Endo
Flow Scoping in Java: pattern matching for instanceof

JEP 394 brought pattern matching to the Java language as a final, non-preview, feature. To be more precise, it brought a specific ...

4:27
Flow Scoping in Java: pattern matching for instanceof

85 views

6 months ago

Code Craft: Learn Anything
How to Print Diamond Pattern in Java – Step-by-Step Guide by Shraddha Didi!

Diamond Pattern Java Java programming Java number patterns Diamond pattern in Java Pattern printing Java Java for beginners ...

9:57
How to Print Diamond Pattern in Java – Step-by-Step Guide by Shraddha Didi!

930 views

8 months ago

Nikhil Lohia
Coding Interview Patterns - Two Pointers

Schedule a 1:1 session with me: https://topmate.io/nikoo28 Join this channel to get access to perks: ...

19:02
Coding Interview Patterns - Two Pointers

17,882 views

5 months ago

Java Professional
Java Star Pattern Program Series2 @JavaCodeJourney

java #coding #program #Pattern #programming.

4:38
Java Star Pattern Program Series2 @JavaCodeJourney

53 views

2 weeks ago

Code Crush
Alphabet Pattern In Java | Java Alphabet Pattern | Java Pattern Programs | Java Pattern Questions

Alphabet Pattern In Java | Java Alphabet Pattern | Java Pattern Programs | Java Pattern Questions #javapattern ...

11:18
Alphabet Pattern In Java | Java Alphabet Pattern | Java Pattern Programs | Java Pattern Questions

248 views

11 months ago

GeeksforGeeks
DSA was hard until i learned these 10 Patterns | Master DSA Now

These 10 Patterns Are All You Need to Solve DSA Questions This video explores the 10 most essential problem-solving ...

6:32
DSA was hard until i learned these 10 Patterns | Master DSA Now

79,724 views

11 months ago

NeetCodeIO
String Matching in an Array - Leetcode 1408 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

8:01
String Matching in an Array - Leetcode 1408 - Python

12,949 views

11 months ago

Code design by Naman
Master String Templates in Java 21 — The Future of String Handling 🚀

Video Description: Java 21 just brought one of JavaScript's coolest features—string interpolation—straight into the Java world…

18:41
Master String Templates in Java 21 — The Future of String Handling 🚀

286 views

4 months ago

CodeVas
Patterns in Java | #1 Square Pattern | Video 14

Welcome to the Java DSA Full Course by CodeVas Are you ready to master Data Structures and Algorithms (DSA) in Java from ...

11:26
Patterns in Java | #1 Square Pattern | Video 14

23 views

2 months ago

Java Coding Tutorials
KMP Algorithm in Java 🔍 | Pattern Searching Tutorial (With User Input)

In this Java tutorial, we implement the Knuth–Morris–Pratt (KMP) Algorithm for fast string matching and pattern searching.

10:41
KMP Algorithm in Java 🔍 | Pattern Searching Tutorial (With User Input)

42 views

4 months ago

Mrunmai Dahare
Builder Design Pattern Explained Simply 💡 | Java Design Patterns for Beginners

Learn the Builder Design Pattern in Java with a real-world example and step-by-step implementation! 💻 This design pattern ...

7:46
Builder Design Pattern Explained Simply 💡 | Java Design Patterns for Beginners

970 views

6 months ago

Sleepy Cracker
#LeetCode 3407 | Substring Matching Pattern #Java

Questions in English: ...

4:28
#LeetCode 3407 | Substring Matching Pattern #Java

53 views

3 months ago

Code Quest
Solid Rhombus | Pattern | Java

Welcome to the Python Playlist by Code Quest! Stay tuned for more Python lectures, coding tutorials, and interview prep!

6:38
Solid Rhombus | Pattern | Java

130 views

8 months ago

Nikhil Lohia
Find all anagrams in a string (LeetCode 438) | Sliding window approach with animations

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

15:24
Find all anagrams in a string (LeetCode 438) | Sliding window approach with animations

8,097 views

6 months ago

ScriptingWithEase
Master Regex in Java | Java Explained for Beginners 2025

Master Regex in Java | Regular Expressions Tutorial for Beginners In this video, we'll explore Regular Expressions (Regex) in ...

18:40
Master Regex in Java | Java Explained for Beginners 2025

31 views

1 month ago

Desi Coding Academy
For Loop in Java | Pattern Program

Learn For Loop in Java. Learn how to print a star pattern in Java in this simple and beginner-friendly Hindi tutorial! We'll break ...

15:58
For Loop in Java | Pattern Program

723 views

10 months ago

Code Scribbler
LeetCode 6: Zigzag Conversion | Java Solution | String Manipulation

Solve the zigzag pattern string conversion problem where text follows a vertical zig-zag pattern on a given number of rows.

10:25
LeetCode 6: Zigzag Conversion | Java Solution | String Manipulation

270 views

6 months ago

CodeWithWilbur
Java Tutorial: Print Alternating Character Pattern with Loops (Beginner Program)

Want to practice Java loops and patterns? In this beginner-friendly tutorial, I'll show you how to write a Java program that asks the ...

5:48
Java Tutorial: Print Alternating Character Pattern with Loops (Beginner Program)

10 views

4 months ago

java eplanet
Pattern Matching for instanceof in Java || #java || #javaprogramming || #javaee

Welcome to this beginner-friendly Java tutorial! In this video, we explore one of the coolest Java 17 features: Pattern Matching for ...

7:52
Pattern Matching for instanceof in Java || #java || #javaprogramming || #javaee

118 views

8 months ago