ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,555 results

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,238,390 views

10 years ago

IIT Madras - B.S. Degree Programme
W10L5_String Matching: Knuth-Morris-Pratt Algorithm

String Matching: Knuth-Morris-Pratt Algorithm IIT Madras welcomes you to the world's first BSc Degree program in Programming ...

18:56
W10L5_String Matching: Knuth-Morris-Pratt Algorithm

5,370 views

4 years ago

HackerRank
Data Structures: Tries

Learn the basics of tries. This video is a part of HackerRank's Cracking The Coding Interview Tutorial with Gayle Laakmann ...

4:55
Data Structures: Tries

550,576 views

9 years ago

Stable Sort
Knuth Morris Pratt (KMP) String Search Algorithm - tutorial with failure function in Java

This tutorial explains how the Knuth-Morris-Pratt (KMP) pattern matching algorithm works. Animated examples are used to quickly ...

8:58
Knuth Morris Pratt (KMP) String Search Algorithm - tutorial with failure function in Java

59,317 views

5 years ago

Intuit Developer
Meet the Ultimate Matching Algorithm (and it’s open source!)

Manish Bhatia walks us through fuzzy-matcher, an open source java-based library to match and group "similar" elements in a ...

10:27
Meet the Ultimate Matching Algorithm (and it’s open source!)

1,954 views

2 years ago

CS213.3x
CS213 3x S118 String Matching Algorithms IIT Bombay

So, this is the Naive string matching algorithm that we just illustrated given a text T of size n and pattern P of size m. You keep ...

8:25
CS213 3x S118 String Matching Algorithms IIT Bombay

215 views

4 years ago

Dr. Nitish Raj
String Pattern Matching with Finite Automata

This lecture will explain you string pattern matching using Finite Automata Method I tried to cover topics which are useful for a ...

14:11
String Pattern Matching with Finite Automata

150,945 views

9 years ago

DevPal
Diff Algorithm Explained | The texts comparison algorithm

Explaining how the diff algorithm and largest common subsequence algorithm works.

14:25
Diff Algorithm Explained | The texts comparison algorithm

17,344 views

4 years ago

LearnAccessByCrystal
Access Utilities: Simil Fuzzy String Matching by Tom van Stiphout, VBA

Tom van Stiphout, a Microsoft MVP for Access, demonstrates how to use Simil, an algorithm implemented in Access using VBA for ...

9:58
Access Utilities: Simil Fuzzy String Matching by Tom van Stiphout, VBA

10,412 views

14 years ago

GeeksforGeeks
Rabin-Karp Algorithm | Searching for Patterns | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/searching-for-patterns-set-3-rabin-karp-algorithm/ ...

11:32
Rabin-Karp Algorithm | Searching for Patterns | GeeksforGeeks

296,532 views

8 years ago

Computerphile
Hashing Algorithms and Security - Computerphile

Audible free book: http://www.audible.com/computerphile Hashing Algorithms are used to ensure file authenticity, but how secure ...

8:12
Hashing Algorithms and Security - Computerphile

1,615,460 views

12 years ago

First Principles of Computer Vision
Template Matching by Correlation | Image Processing I

First Principles of Computer Vision is a lecture series presented by Shree Nayar who is faculty in the Computer Science ...

7:01
Template Matching by Correlation | Image Processing I

68,370 views

4 years ago

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

This video is specifically about building prefix array for KMP. For KMP video go to https://youtu.be/GTJr8OvyEVQ ...

9:20
Knuth–Morris–Pratt(KMP) Pattern Matching(Substring search) Part2

243,380 views

10 years ago

CodeSmart
Rabin Karp string matching algorithm. Coding interview questions.

Interview question: Find the first occurrence of a substring. Given two strings s the search string and p the pattern string find the ...

11:40
Rabin Karp string matching algorithm. Coding interview questions.

464 views

3 years ago

CS213.3x
CS213 3x S121 Knuth Morris Pratt Alorithm IIT Bombay

So the idea of linear time string matching algorithm using KNP avoids computing the transition function explicitly, but instead, ...

17:45
CS213 3x S121 Knuth Morris Pratt Alorithm IIT Bombay

238 views

4 years ago

IIT Madras - B.S. Degree Programme
W10L3_String Matching: Rabin-Karp Algorithm

String Matching: Rabin-Karp Algorithm IIT Madras welcomes you to the world's first BSc Degree program in Programming and ...

16:53
W10L3_String Matching: Rabin-Karp Algorithm

5,688 views

4 years ago

Regex Quickies with Wiktor Stribiżew
A SO common question: Why does "\d*" find a match in "abc"?

In this video, you will learn why '\d*' matches the 'abc' string and why empty string matching patterns are better avoided.

4:30
A SO common question: Why does "\d*" find a match in "abc"?

145 views

4 years ago

IIT Madras - B.S. Degree Programme
W10L2_String Matching: Boyer-Moore Algorithm

String Matching: Boyer-Moore Algorithm IIT Madras welcomes you to the world's first BSc Degree program in Programming and ...

15:52
W10L2_String Matching: Boyer-Moore Algorithm

8,098 views

4 years ago

Algo Engine
LeetCode #28: Find Index of First Occurrence in a String | KMP Algorithm

A step-by-step visualization of #LeetCode question 28: Find the Index of the First Occurrence in a String (KMP Algorithm) 0:00 ...

13:38
LeetCode #28: Find Index of First Occurrence in a String | KMP Algorithm

18,540 views

2 years ago

Audiopedia
Approximate string matching

In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of ...

7:33
Approximate string matching

5,434 views

11 years ago