ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

175 results

Errichto Algorithms
Leetcode problem Longest Palindromic Substring (two solutions)

Solving a medium coding interview question from Leetcode https://leetcode.com/problems/longest-palindromic-substring/ Final ...

25:19
Leetcode problem Longest Palindromic Substring (two solutions)

167,552 views

5 years ago

Byte by Byte
Longest Palindromic Substring TUTORIAL (Leetcode #5)

Longest Palindromic Substring TUTORIAL (Leetcode #5) // Do you know how to find the longest palindrome? Finding the longest ...

12:42
Longest Palindromic Substring TUTORIAL (Leetcode #5)

22,212 views

5 years ago

Algo Engine
LeetCode #5: Longest Palindromic Substring

A step-by-step visualization to #LeetCode question 35: Longest Palindromic Substring 0:00 Problem Overview 0:25 Brute Force ...

8:06
LeetCode #5: Longest Palindromic Substring

20,632 views

2 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,427,350 views

7 years ago

Inside code
Longest palindrome problem - Inside code

Solution code: Python: https://gist.github.com/syphh/5282e8b7ef00cc453aae98d4321c8d1f Java: ...

9:03
Longest palindrome problem - Inside code

3,889 views

5 years ago

Tushar Roy - Coding Made Simple
Longest Common Substring

Given two strings, find longest common substring between them.

5:31
Longest Common Substring

187,788 views

10 years ago

IDeserve
Longest Palindromic Subsequence Dynamic Programming

Coding Interview Question:- Given a string S, Find the length of the longest palindromic subsequence. Example:- S = "LPASPAL" ...

9:34
Longest Palindromic Subsequence Dynamic Programming

49,370 views

10 years ago

fromDev2Dev
Find all palindromes within a given string (intermediate): brute force and using pivot

In today's video, I will show you how to find all substrings within a given string that are palindromes. We will work with two different ...

11:42
Find all palindromes within a given string (intermediate): brute force and using pivot

1,949 views

2 years ago

Anuj Kumar Sharma
Longest Common Subsequence (LCS) using Dynamic Programming (DP) DSA-One Course #88

Hey guys, In this video, We're going to learn how to solve LCS or Longest Common Subsequence Problem using DP. Join my ...

25:43
Longest Common Subsequence (LCS) using Dynamic Programming (DP) DSA-One Course #88

56,627 views

3 years ago

Udacity
Subpalindrome Solution - Design of Computer Programs

This video is part of an online course, Design of Computer Programs. Check out the course here: ...

3:41
Subpalindrome Solution - Design of Computer Programs

440 views

10 years ago

Tushar Roy - Coding Made Simple
Longest Common Subsequence

Given two strings, find longest common subsequence between them.

7:55
Longest Common Subsequence

822,882 views

10 years ago

Mahesh Ahirwar
Longest Palindromic Substring Explained | Expand Around Center vs Manacher’s | DSA Sheet Solution

... center algorithm dynamic programming palindrome manachers algorithm explained dsa sheet longest palindromic substring ...

42:11
Longest Palindromic Substring Explained | Expand Around Center vs Manacher’s | DSA Sheet Solution

40 views

4 weeks ago

RevivedCode
ACE FAANG Interviews: JavaScript Longest Palindrome VISUALIZED!

What you'll learn & understand by the end: * The core logic behind finding the Longest Palindromic Substring. * How to implement ...

21:55
ACE FAANG Interviews: JavaScript Longest Palindrome VISUALIZED!

59 views

6 months ago

Nikhil Lohia
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

Actual problem on LeetCode: https://leetcode.com/problems/longest-common-subsequence/ Wiki: ...

21:23
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

32,756 views

2 years ago

Code & Learn
Manacher's Algorithm | Longest Palindromic Substring | LeetCode 5 | O(n) Solution in Go

Problem: [https://leetcode.com/problems/longest-palindromic-substring/] In this video we will explore the solution for LeetCode ...

14:53
Manacher's Algorithm | Longest Palindromic Substring | LeetCode 5 | O(n) Solution in Go

4,996 views

1 year ago

Inside code
Longest substring without repeating characters (LeetCode #3) - Inside code

Source code: https://gist.github.com/syphh/8d1fb51b884d776a3cb8ad100830c209 Learn graph theory algorithms: ...

12:41
Longest substring without repeating characters (LeetCode #3) - Inside code

2,583 views

3 years ago

Errichto Algorithms
Leetcode problem Break a Palindrome

Solving an easy/medium coding interview question from Leetcode https://leetcode.com/problems/break-a-palindrome/ My code: ...

8:59
Leetcode problem Break a Palindrome

39,572 views

5 years ago

Stable Sort
Longest Increasing Subsequence O(n log n) dynamic programming Java source code

Given an array of random numbers, find a longest increasing subsequence. This subsequence is not necessarily contiguous, ...

5:24
Longest Increasing Subsequence O(n log n) dynamic programming Java source code

61,844 views

6 years ago

The Tech Granth
Leetcode 5 | Longest Palindromic Substring | Approach explained | Java Solution

longest palindromic substring is a very frequently asked programming interview and coding round question. I have explained one ...

12:19
Leetcode 5 | Longest Palindromic Substring | Approach explained | Java Solution

1,052 views

5 years ago

JAVAAID - Coding Interview Preparation
Amazon Coding Interview | Longest Common Substring Dynamic programming | EP6

longest common substring using dynamic programming - In this video, I have explained how to solve longest common substring ...

27:07
Amazon Coding Interview | Longest Common Substring Dynamic programming | EP6

17,105 views

6 years ago