ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

42 results

Monstera
Brute-Force String Matching Animation - With Pseucode

This video is an animation that shows how the brute-force string-matching algorithm works step by step. The pattern is aligned ...

0:23
Brute-Force String Matching Animation - With Pseucode

9 views

3 weeks ago

Monstera
Brute-Force String Matching Animation - With Pseucode

This video is an animation that shows how the brute-force string-matching algorithm works step by step. The pattern is aligned ...

0:15
Brute-Force String Matching Animation - With Pseucode

6 views

3 weeks ago

Learn with swathi
STRING PATTERN MATCHING ANALYZER seminar video
3:21
STRING PATTERN MATCHING ANALYZER seminar video

1 view

3 weeks ago

onjsdev
How to Reverse a String

A reverse string algorithm takes a string and returns the characters in the opposite order. Each programming language has its own ...

0:16
How to Reverse a String

326 views

12 days ago

DSA Mastery Lab
LeetCode 1773: Count Items Matching a Rule — The String Trick (C#)

Efficiently count items based on a dynamic rule. We'll explore a clever indexing technique using a hash map to optimize rule ...

3:14
LeetCode 1773: Count Items Matching a Rule — The String Trick (C#)

0 views

2 weeks ago

Kabelo Xabendlini
Exception Handling   Regex  Regex Basics and Pattern Matching

Exception Handling | Regex Basics and Pattern Matching | Java Regular Expressions | GeeksForGeeks | Java Programming ...

3:03
Exception Handling Regex Regex Basics and Pattern Matching

0 views

2 weeks ago

LOKAL PROMOTION
Beyond LIKE SQL Interview Question | REGEXP Pattern Matching in SQL | Snowflake SQL Tutorial

In this video, we explore an advanced SQL Interview Topic: "Beyond LIKE - Using REGEXP for Real Pattern Matching in SQL".

1:34
Beyond LIKE SQL Interview Question | REGEXP Pattern Matching in SQL | Snowflake SQL Tutorial

2 views

4 weeks ago

blogize
Using PostgreSQL Regex to Extract Up to /path5 from a URL

PostgreSQL provides powerful tools to handle string manipulation and pattern matching, including the use of regular expressions ...

1:32
Using PostgreSQL Regex to Extract Up to /path5 from a URL

0 views

2 weeks ago

Kabelo Xabendlini
Exception Handling | Regex Basics and Pattern Matching | Java Regular Expressions | GeeksForGeeks |

Exception Handling | Regex Basics and Pattern Matching (Part 1) | Java Regular Expressions | GeeksForGeeks | Java ...

2:17
Exception Handling | Regex Basics and Pattern Matching | Java Regular Expressions | GeeksForGeeks |

0 views

2 weeks ago

Fictious Programmer
Solving LeetCode 102 From Scratch: Binary Tree Level Order Traversal (BFS Derivation)

Most LeetCode tutorials show you the answer first. This one doesn't. This video walks through deriving the Binary Tree Level ...

1:29
Solving LeetCode 102 From Scratch: Binary Tree Level Order Traversal (BFS Derivation)

1 view

7 days ago

AlgoFrames
Valid Anagram in Kotlin: The Character Counting Trick | Leetcode 242

Valid Anagram is a classic coding interview question: given two strings, determine if one is an anagram of the other, meaning both ...

2:45
Valid Anagram in Kotlin: The Character Counting Trick | Leetcode 242

5 views

2 weeks ago

AlgoFrames
Valid Anagram Explained: One-Pass Character Count Trick | Leetcode 242

Valid Anagram is a classic coding interview problem: given two strings s and t, determine if t is an anagram of s. That means every ...

2:20
Valid Anagram Explained: One-Pass Character Count Trick | Leetcode 242

20 views

2 weeks ago

AlgoFrames
Valid Anagram in Swift: The Counting Array Trick | Leetcode 242

Valid Anagram asks whether two strings use the exact same letters the same number of times, like "anagram" and "nagaram.

2:51
Valid Anagram in Swift: The Counting Array Trick | Leetcode 242

13 views

2 weeks ago

Fictious Programmer
LeetCode 355: Design Twitter — Deriving the Algorithm From Scratch (Heap + K-Way Merge)

I solve LeetCode 355 (Design Twitter) the way I actually solved it — no watching a solution first. Just the problem, a Socratic ...

2:14
LeetCode 355: Design Twitter — Deriving the Algorithm From Scratch (Heap + K-Way Merge)

0 views

2 weeks ago

AlgoFrames
Valid Anagram in Python: The Counting Array Trick | Leetcode 242

Valid Anagram asks whether two strings use the exact same letters the same number of times. "anagram" and "nagaram" are a ...

2:54
Valid Anagram in Python: The Counting Array Trick | Leetcode 242

16 views

2 weeks ago

Fun with Learning Technology
SQL Lesson 11: Why Your JOIN Deletes Data You Never Meant to Lose

Full written solution: https://interview-kit-fe.vercel.app/sql-lesson-11-inner-join Code on GitHub: ...

2:53
SQL Lesson 11: Why Your JOIN Deletes Data You Never Meant to Lose

6 views

2 weeks ago

Alexander Petranov
LeetCode | Solved In 65 Seconds | C++

Another episode of the solving series! Today I solved 3884. First Matching Character From Both Ends, easy #leetcode problem.

2:09
LeetCode | Solved In 65 Seconds | C++

41 views

2 weeks ago

DSA Mastery Lab
LeetCode 2057: Smallest Index With Equal Value — The Array Scan Trick (C#)

In this video we tackle LeetCode 2057: Smallest Index With Equal Value. The task is to return the smallest index i such that i % 10 ...

2:30
LeetCode 2057: Smallest Index With Equal Value — The Array Scan Trick (C#)

0 views

10 days ago

Datok
Datok Prep: Fuzzy Match — Reconcile Near-Duplicate Text (Jaro-Winkler, Soundex, AI)

The Fuzzy Match tool finds records that nearly agree, even when the text doesn't line up. Match table-vs-table, within a table, ...

1:22
Datok Prep: Fuzzy Match — Reconcile Near-Duplicate Text (Jaro-Winkler, Soundex, AI)

2 views

3 weeks ago

VibeEngines
How Regex Engines Work: The Thompson NFA (and Why Regexes Freeze)

A regex can be tiny — (a+)+b — yet feed it thirty a's and no b, and some engines hang for years. How does a pattern that small ...

1:52
How Regex Engines Work: The Thompson NFA (and Why Regexes Freeze)

15 views

4 weeks ago