ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

189 results

Programming Guru
Mastering Longest Common Subsequence (LCS) in Rust | Dynamic Programming for String Matching

Master Longest Common Subsequence (LCS) in Rust with Dynamic Programming! In this Rust programming tutorial, we dive ...

13:41
Mastering Longest Common Subsequence (LCS) in Rust | Dynamic Programming for String Matching

9 views

10 months ago

NPTEL - Indian Institute of Science, Bengaluru
Lec 24 Maximal unique matches

Maximal exact match, Maximal unique match, suffix trees,

35:50
Lec 24 Maximal unique matches

211 views

11 months ago

SoftwareTechIT
Longest Palindromic Substring | Coding Interview Problem Explained with Example

In this video, we solve the Longest Palindromic Substring problem step by step. This is one of the most frequently asked coding ...

0:46
Longest Palindromic Substring | Coding Interview Problem Explained with Example

4 views

10 days ago

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,410 views

4 months ago

Apple Developer
WWDC22: Swift Regex: Beyond the basics | Apple

Go beyond the basics of string processing with Swift Regex. We'll share an overview of Regex and how it works, explore ...

21:33
WWDC22: Swift Regex: Beyond the basics | Apple

613 views

10 months ago

Code Viento
⚡️Master the Majority Element – Boyer Moore Voting Algorithm in 3 Minutes!

Struggling with LeetCode 169? Let's solve the Majority Element problem using the brilliant Boyer-Moore Voting Algorithm — a ...

2:56
⚡️Master the Majority Element – Boyer Moore Voting Algorithm in 3 Minutes!

123 views

9 months ago

CCU Graduate Algorithms
3  Dynamic Programming (English)

Both interfaces demonstrate how core pattern-matching algorithms power real-world software. Now let's dive into another example ...

1:00:04
3 Dynamic Programming (English)

9 views

6 months ago

MoonBit
is expression, string construction and pattern match | New in MoonBit

00:00 is expresion 00:50 String construction and pattern match 03:02 package updates 04:27 string-related operation reorganize ...

6:04
is expression, string construction and pattern match | New in MoonBit

209 views

10 months ago

PyBeach
PyBeach 2025 - Brett Slatkin - Patterns and Anti-Patterns in Python's Structural Pattern Matching

How do you decide when to use match instead of a typical if/elif/else statement? Although structural pattern matching functionality ...

22:45
PyBeach 2025 - Brett Slatkin - Patterns and Anti-Patterns in Python's Structural Pattern Matching

415 views

3 months ago

Microsoft Developer
Learn how to write better C# code in 15 minutes | DEM515

NET #MSBuild Chapters: 0:00 - C# Features Highlight: Pattern Matching, Records, and Collection Expressions 00:04:21 ...

15:44
Learn how to write better C# code in 15 minutes | DEM515

76,274 views

7 months ago

Python India
Supercharge your Python code with the match statement

Supercharge your Python code with the match statement by Siddharta.

30:52
Supercharge your Python code with the match statement

68 views

9 months ago

Learn with Shikaar
The SHOCKING Truth About Handling Edge Cases in C# String Analysis

What You'll Need: Basic C# knowledge — strings, loops, LINQ (optional), Regex for pattern matching, and a .NET environment ...

3:05
The SHOCKING Truth About Handling Edge Cases in C# String Analysis

3 views

1 month ago

Learn with Shikaar
The #1 Mistake You're Making with String Prefixes in C#

Find Longest Common Prefix in C# In this video, you'll learn how to find the longest common prefix (LCP) among an array of ...

3:21
The #1 Mistake You're Making with String Prefixes in C#

1 view

1 month ago

Learn with Shikaar
Filter Elements Matching Values

Video Title: Filter Elements Matching Values in JavaScript In this video, we'll walk through how to filter elements in an array based ...

3:07
Filter Elements Matching Values

2 views

11 months ago

dotenvcoder
String Coding - 2 Questions | Web Development Series - Day 37

Welcome to Day 37 of the Web Development Series! This video will dive deep into string coding questions that every web ...

14:50
String Coding - 2 Questions | Web Development Series - Day 37

44 views

11 months ago

IIT Madras - B.S. Degree Programme
Pattern Matching - Part 01

Pattern Matching - Part 01 Prof. Gandham PhaniKumar Metallurgical and Materials Engineering, IIT Madras.

39:06
Pattern Matching - Part 01

24,179 views

11 months ago

Confluent Developer
Pattern Matching with Match Recognize | Apache Flink® SQL

Get started: https://cnfl.io/apache-flink-sql-module-1 | Knowing how to use Match Recognize with Apache Flink® SQL will help you ...

19:17
Pattern Matching with Match Recognize | Apache Flink® SQL

810 views

10 months ago

Quantitative Sciences
Data Science HR Analytics Interview Using Python.

It deals with string matching and python for loops. #Datascience #Workforce Analytics # Python #machinelearning ...

12:26
Data Science HR Analytics Interview Using Python.

41 views

9 months ago

Veritasium
The Man Who Almost Broke Math (And Himself...) - Axiom of Choice

How do you make infinite choices? To try everything Brilliant has to offer for free for a full 30 days, visit ...

33:01
The Man Who Almost Broke Math (And Himself...) - Axiom of Choice

12,908,421 views

9 months ago

Tech Interview Prep with AI-Podcasts
Java Interview Prep #06: Strings - part 2 - AI-Generated Podcast

Master Java String API for (Senior) Software Engineer Interviews Ace your Senior Software Engineer interviews with this Deep ...

14:49
Java Interview Prep #06: Strings - part 2 - AI-Generated Podcast

37 views

9 months ago

NPTEL - Indian Institute of Science, Bengaluru
Lec 19 Local alignment

Approximate substring matches, conserved domains, dotplot.

42:11
Lec 19 Local alignment

202 views

11 months ago

C Programming POD
Weekly Live Session

And other than that, we have string matching functions as well. >> Aaruni Kale: Yeah, I was using string compared but then.

42:10
Weekly Live Session

13 views

Streamed 5 months ago

Posit PBC
Semantic Search for the Rest of Us with DuckDB (Marcos Huerta, Carmax) | posit::conf(2025)

Semantic Search for the Rest of Us with DuckDB Speaker(s): Marcos Huerta Abstract: Semantic search matches a search ...

18:35
Semantic Search for the Rest of Us with DuckDB (Marcos Huerta, Carmax) | posit::conf(2025)

173 views

2 months ago

Simons Institute for the Theory of Computing
Settling the Pass Complexity of Approximate Matchings in Dynamic Graph Streams

Soheil Behnezhad (Northeastern University) ...

27:45
Settling the Pass Complexity of Approximate Matchings in Dynamic Graph Streams

83 views

Streamed 3 months ago

Nikhil Gupta
Regular Expression Matching Problem Solved using Dynamic Programming | Leetcode Hard

Regular Expression Matching Problem Solved using Dynamic Programming Time complexity - O(nm) Space complexity - O(nm) ...

10:42
Regular Expression Matching Problem Solved using Dynamic Programming | Leetcode Hard

17 views

1 month ago