ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106 results

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

This needs to be done for each card, so the overall running time is O(n log n). leetcode 300 "Given an unsorted array of integers, ...

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

61,915 views

6 years ago

Tushar Roy - Coding Made Simple
Longest Increasing Subsequence

Given an array find longest increasing subsequence in this array. https://www.facebook.com/tusharroy25 ...

7:09
Longest Increasing Subsequence

466,752 views

10 years ago

Off By One
Longest Increasing Subsequence - Leetcode 300 - Blind 75 Explained - Dynamic Programming - Python

In this video, I will be showing you how to solve Longest Increasing Subsequence, Leetcode 300, in O(n^2) time and O(n) space ...

11:00
Longest Increasing Subsequence - Leetcode 300 - Blind 75 Explained - Dynamic Programming - Python

498 views

3 years ago

Harvard University
Taking on a top typer: Harvard professor Jelani Nelson

As the John L. Loeb Associate Professor of Engineering and Applied Sciences at the Harvard John A. Paulson School of ...

0:50
Taking on a top typer: Harvard professor Jelani Nelson

13,908,587 views

6 years ago

Sahil & Sarra
I solved 541 Leetcode problems. But you need only 150.

1. How to use Leetcode effectively? 2. How to learn Data Structures and Algorithms? 3. How to use Leetcode solutions? 4.

7:42
I solved 541 Leetcode problems. But you need only 150.

2,536,220 views

3 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,431,920 views

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

33,022 views

2 years ago

EduEverybody
300 Longest Increasing Subsequence | July LeetCoding Challenge 2021 Longest Increasing Subsequence

Leetcode Easy Level Questions Complete Playlist https://youtube.com/playlist?list=PLAynB7_AQADYKRz_LIpaK7avd0Z1rhS7n ...

11:46
300 Longest Increasing Subsequence | July LeetCoding Challenge 2021 Longest Increasing Subsequence

29 views

4 years ago

Knowledge Center
Longest Increasing Subsequence Dynamic Programming

Length of Longest Increasing Subsequence Dynamic Programming. A subsequence is a subset of elements selected from a ...

17:18
Longest Increasing Subsequence Dynamic Programming

2,558 views

6 years ago

Sachin Srivastava
Simplest implementation of the Longest Increasing Subsequence Problem

Hi guys! In this video, I'll be showing you a simple O(n*logn) implementation of finding the length of the Longest Increasing ...

1:01
Simplest implementation of the Longest Increasing Subsequence Problem

179 views

3 years ago

PIRATE KING
Best Programming Languages for LEETCODE | Software Engineer

My ULTIMATE LeetCode Cheat Sheet https://piratekingdom.com/leetcode ▶️ How to Prepare for LeetCode Effectively ...

5:51
Best Programming Languages for LEETCODE | Software Engineer

41,218 views

4 years ago

Codebagel
LeetCode in 2 Minutes

LeetCode is an online programming challenge website that allows users to practice solving various coding challenges. It is used ...

1:59
LeetCode in 2 Minutes

8,201 views

3 years ago

Koray Kara
Longest Increasing Subsequence - Dynamic Programming - Leetcode 300
14:42
Longest Increasing Subsequence - Dynamic Programming - Leetcode 300

114 views

2 years ago

Codebagel
Big O in 2 Minutes

Big O notation is one of the most important algorithmic topics for coding interviews. Today we'll be understanding it in just 2 ...

2:54
Big O in 2 Minutes

85,736 views

3 years ago

CS Dojo
Introduction to Linked Lists (Data Structures & Algorithms #5)

Learn the basics of linked lists. Java & Python sample code below. Check out Brilliant.org (https://brilliant.org/CSDojo/), a website ...

18:47
Introduction to Linked Lists (Data Structures & Algorithms #5)

1,062,637 views

7 years ago

Anuj Kumar Sharma
Minimum Platforms Problem | Greedy Algorithm | DSA-One Course #98

Hey guys, In this video, We will learn how to solve the minimum platforms Problem using the Greedy Algorithm. Problem ...

7:10
Minimum Platforms Problem | Greedy Algorithm | DSA-One Course #98

39,827 views

3 years ago

可愛小松鼠 演算法樂園
#特訓 #DP #最長遞增子序列 #LIS Longest Increasing Subsequence #Leetcode 300 673 #動態規劃  #回頭看 的技巧 #數列

Patreon 小松鼠演算法頻道同步推送: https://www.patreon.com/posts/86623556 DP動態規劃特訓班: 針對想強化動態規劃DP的觀眾與 ...

19:51
#特訓 #DP #最長遞增子序列 #LIS Longest Increasing Subsequence #Leetcode 300 673 #動態規劃 #回頭看 的技巧 #數列

1,560 views

2 years ago

PIRATE KING
How to Use LeetCode Effectively

My ULTIMATE LeetCode Cheat Sheet https://piratekingdom.com/leetcode 🎖️ $1500 OFF ANY Online Tech Bootcamps.

8:44
How to Use LeetCode Effectively

365,801 views

4 years ago

GeeksforGeeks
Longest subsequence where each character occurs at least k times | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: ...

2:13
Longest subsequence where each character occurs at least k times | GeeksforGeeks

4,753 views

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

3 years ago

codevev
Is LeetCode Premium Actually Worth Paying For?

Is Leetcode Premium worth $159 a year? If you want to get a software developer position with nice pay, it's likely they will ask you ...

4:04
Is LeetCode Premium Actually Worth Paying For?

7,676 views

3 years ago

Off By One
Longest Common Subsequence - Leetcode 1143 - Blind 75 Explained - Dynamic Programming - Python

In this video, I will be showing you how to solve Longest Common Subsequence, Leetcode 1143 , in O(n*m) time and O(n*m) ...

10:55
Longest Common Subsequence - Leetcode 1143 - Blind 75 Explained - Dynamic Programming - Python

457 views

3 years ago

Udacity
Advice from Ingrid - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

1:01
Advice from Ingrid - Intro to Java Programming

655 views

10 years ago

codestorywithMIK
Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392

Similar Problem (Follow Up) : Leetcode-792 - https://leetcode.com/problems/number-of-matching-subsequences/ My Code for ...

19:00
Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392

10,284 views

2 years ago

Ishika Tailor
Alien Language Leetcode 269

Solved alien language problem in Java language. Still some code needs to add. Check out code: ...

8:45
Alien Language Leetcode 269

165 views

4 years ago