ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

231 results

Programming, Data Structures and Algorithms
Boyer-Moore String Matching Algorithm

To access the translated content: 1. The translated content of this course is available in regional languages. For details please ...

47:38
Boyer-Moore String Matching Algorithm

3,239 views

7 years ago

codestorywithMIK
Majority Element I | Majority Element II  | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

iPad PDF Notes ...

31:50
Majority Element I | Majority Element II | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

25,356 views

2 years ago

陈巍学基因
A06:基础Boyer-Moore算法

Thank Mr. Ben Langmead for making the original video. I add Chinese and English subtitle for Chinese speaker can easily ...

9:00
A06:基础Boyer-Moore算法

1,776 views

9 years ago

Geekific
Boyer-Moore Voting Algorithm Made Easy | Majority Element Solution | LeetCode 169 | Geekific

In this video, we explore the Majority Element problem from LeetCode and solve it step by step using different approaches.

5:32
Boyer-Moore Voting Algorithm Made Easy | Majority Element Solution | LeetCode 169 | Geekific

1,250 views

3 months 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,103 views

4 years 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

陈巍学基因
A11:实现Boyer-Moore算法

Thank Mr. Ben Langmead for making the original video. I add Chinese and English subtitle for Chinese speaker can easily ...

10:18
A11:实现Boyer-Moore算法

475 views

9 years ago

Haflat
Boyer-Moore Algorithm

презентацию можно скачать тут: ...

14:39
Boyer-Moore Algorithm

2,505 views

3 years ago

codemotivation
LeetCode Day 5  - 169: Majority Element (Boyer-Moore Algorithm Solution)

leetcode #150dayschallenge #dsachallenge #datastructure ## Solving the Majority Element Problem 1. **Understanding the ...

10:53
LeetCode Day 5 - 169: Majority Element (Boyer-Moore Algorithm Solution)

47 views

1 year ago

陈巍学基因
A07:应用 Boyer-Moore 二规则

Thank Mr. Ben Langmead for making the original video. I add Chinese and English subtitle for Chinese speaker can easily ...

6:22
A07:应用 Boyer-Moore 二规则

350 views

9 years ago

Code Viento
The Algorithm FAANG Can't Resist: Boyer-Moore Explained in 60s! 🧠⚡

Unlock the power of the Boyer-Moore algorithm in just 60 seconds! Learn how this algorithm is a game-changer for FAANG ...

0:51
The Algorithm FAANG Can't Resist: Boyer-Moore Explained in 60s! 🧠⚡

2,186 views

9 months 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,374 views

4 years ago

Computerphile
Where GREP Came From - Computerphile

Commonly used grep was written overnight, but why and how did it get its name? Professor Brian Kernighan explains. EXTRA ...

10:07
Where GREP Came From - Computerphile

1,290,528 views

7 years ago

The Problem Solvers
Leetcode - Majority Element 1 & 2 - Moore Voting Algorithm

Hi guys, today we are going to see an interesting algorithm. Boyer Moore Voting Algorithm. #leetcode ...

34:40
Leetcode - Majority Element 1 & 2 - Moore Voting Algorithm

20 views

2 years ago

Anuj Kumar Sharma
Majority Elements in an Array | Moore's Voting Algorithm | Java C++ | Anuj Bhaiya ✅DSAOne Course #12

... voting algorithm moore's voting algorithm array anuj bhaiya majority element in array boyer moore algorithm arrays dsa majority ...

25:02
Majority Elements in an Array | Moore's Voting Algorithm | Java C++ | Anuj Bhaiya ✅DSAOne Course #12

171,087 views

4 years ago

nptelhrd
Lecture - 15 Pattern Matching - II

Lecture Series on Design & Analysis of Algorithms by Prof.SunderVishwanathan, Department of Computer Science Engineering ...

45:02
Lecture - 15 Pattern Matching - II

32,286 views

17 years 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,238,882 views

10 years ago

Abdul Bari
4.9 Longest Common Subsequence (LCS)  - Recursion and Dynamic Programming

Longest Common Subsequence Problem using 1. Recursion 2. Memoization 3. Dynamic Programming PATREON ...

23:35
4.9 Longest Common Subsequence (LCS) - Recursion and Dynamic Programming

1,441,390 views

7 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,968 views

2 years ago

Michael Sambol
Merge sort in 3 minutes

Step by step instructions showing how to run merge sort. Code: https://github.com/msambol/dsa/blob/master/sort/merge_sort.py ...

3:03
Merge sort in 3 minutes

1,581,721 views

9 years ago

Endie
Combining Algorithms with Ensemble Methods

I discuss voting, boosting, bagging, and stacking as approaches to adding multiple machine learning algorithms together.

1:09:06
Combining Algorithms with Ensemble Methods

412 views

Streamed 7 years ago

Simons Institute for the Theory of Computing
Competitive Analysis of Online Algorithms (Part 1)

Anupam Gupta (Carnegie Mellon University) ...

56:00
Competitive Analysis of Online Algorithms (Part 1)

10,684 views

Streamed 3 years ago

えびまラボ
How to Find the Majority Vote Winner in an Election with 10 Billion Candidates

Introducing the Boyer–Moore majority vote algorithm. The only prerequisite knowledge is mathematical induction. (Reference ...

4:55
How to Find the Majority Vote Winner in an Election with 10 Billion Candidates

69,852 views

1 year ago

CrazyCoding
leetcode 169  - Majority Element | Optimal Approach  in JAVA.

Boyer-Moore Voting Algorithm Definition An algorithm to find the majority element (appearing more than ⌊n/2⌋ times) in an array ...

9:41
leetcode 169 - Majority Element | Optimal Approach in JAVA.

7 views

5 months 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