ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,802 results

Knowledge Center
Is Subsequence | LeetCode 392 | C++, Java, Python | Recursive and Iterative | 100% | Watch complete

Watch till End. We keep improving our solution and finally achieve 100% in terms of Time and Space. LeetCode Solutions: ...

20:54
Is Subsequence | LeetCode 392 | C++, Java, Python | Recursive and Iterative | 100% | Watch complete

4,957 views

5 years ago

Eric Programming
[Java] Leetcode 1143. Longest Common Subsequence [DP Subsequence #4]

In this video, I'm going to show you how to solve Leetcode 1143. Longest Common Subsequence which is related to DP ...

21:01
[Java] Leetcode 1143. Longest Common Subsequence [DP Subsequence #4]

1,157 views

4 years ago

Nikhil Lohia
Longest Increasing Subsequence (LeetCode 300) | Detailed solution with animations and diagrams

Actual problem on LeetCode: https://leetcode.com/problems/longest-increasing-subsequence/description/ Chapters: 00:00 - Intro ...

28:11
Longest Increasing Subsequence (LeetCode 300) | Detailed solution with animations and diagrams

33,994 views

2 years ago

take U forward
L6. Recursion on Subsequences | Printing Subsequences

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

25:01
L6. Recursion on Subsequences | Printing Subsequences

930,239 views

3 years ago

Eric Programming
[Java] Leetcode 516. Longest Palindromic Subsequence [DP Subsequence #2]

In this video, I'm going to show you how to solve Leetcode 516. Longest Palindromic Subsequence which is related to DP ...

23:36
[Java] Leetcode 516. Longest Palindromic Subsequence [DP Subsequence #2]

2,602 views

4 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

32,827 views

2 years ago

AlgoMonster
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

https://algo.monster/ Best place to learn and practice coding interviews Almost all LeetCode problems can be solved with the ...

21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

599,616 views

1 year ago

Destination FAANG
Dynamic Programming interview | java | (n*logn) Longest Increasing Subsequence: Leetcode 300- Part 2

Dynamic #Programming #patience #sort #interview #problem #Important #Concept #Learning #Blind75 Solving the Longest ...

25:15
Dynamic Programming interview | java | (n*logn) Longest Increasing Subsequence: Leetcode 300- Part 2

1,124 views

3 years ago

Ayushi Sharma
Is Subsequence | Leetcode 392 | Hashmap | Binary Search | Day-2

Timestamps: Problem explanation: 00:00 Two pointer approach : 06:25 Code explanation (two pointer): 14:26 Time complexity ...

35:23
Is Subsequence | Leetcode 392 | Hashmap | Binary Search | Day-2

2,577 views

3 years ago

take U forward
Dp 25. Longest Common Subsequence | Top Down | Bottom-Up | Space Optimised | DP on Strings

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

47:09
Dp 25. Longest Common Subsequence | Top Down | Bottom-Up | Space Optimised | DP on Strings

562,517 views

3 years ago

take U forward
DP 32. Distinct Subsequences | 1D Array Optimisation Technique 🔥

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

40:15
DP 32. Distinct Subsequences | 1D Array Optimisation Technique 🔥

274,038 views

3 years ago

Developer Coder
Unique Length-3 Palindromic Subsequences | LeetCode 1930 | 2 Approaches | Java | Developer Coder

Welcome to Developer Coder! In this video, we dive into solving LeetCode 1930: Unique Length-3 Palindromic Subsequences ...

25:44
Unique Length-3 Palindromic Subsequences | LeetCode 1930 | 2 Approaches | Java | Developer Coder

73 views

11 months ago

NeetCodeIO
Length of Longest Fibonacci Subsequence - Leetcode 873 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

24:28
Length of Longest Fibonacci Subsequence - Leetcode 873 - Python

12,785 views

9 months ago

TAP ACADEMY
Subsequence Of A Given String In Java Using Recursion | FREE DSA Course in JAVA | Lecture 39

Today we will be solving a very interesting question known as subsequence of a given string. We have to write a program in Java ...

32:31
Subsequence Of A Given String In Java Using Recursion | FREE DSA Course in JAVA | Lecture 39

16,719 views

2 years ago

Eric Programming
[Java] Leetcode 300. Longest Increasing Subsequence [DP Subsequence #1]

In this video, I'm going to show you how to solve Leetcode 300. Longest Increasing Subsequence which is related to DP ...

33:49
[Java] Leetcode 300. Longest Increasing Subsequence [DP Subsequence #1]

4,058 views

4 years ago

NeetCode
Number of Longest Increasing Subsequence - Dynamic Programming - Leetcode 673 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Discord: https://discord.gg/ddjKRXPqtk Twitter: ...

22:12
Number of Longest Increasing Subsequence - Dynamic Programming - Leetcode 673 - Python

45,074 views

4 years ago

Knowledge Center
Number of Longest Increasing Subsequence | LeetCode 673 | C++, Java, Python

Time Complexity = O(n^2) Space Complexity = O(n) LeetCode Solutions: ...

22:17
Number of Longest Increasing Subsequence | LeetCode 673 | C++, Java, Python

8,570 views

5 years ago

codestorywithMIK
Longest Common Subsequence | Recursion | Memo | Optimal | Leetcode 1143

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 10th Video of our Playlist ...

39:18
Longest Common Subsequence | Recursion | Memo | Optimal | Leetcode 1143

27,598 views

3 years ago

ExpertFunda
Leetcode 491. Non-decreasing Subsequences java solution with Backtracking

491. Non-decreasing Subsequences Given an integer array nums, return all the different possible non-decreasing subsequences ...

30:40
Leetcode 491. Non-decreasing Subsequences java solution with Backtracking

236 views

2 years ago

Deep Tech
2542. Maximum Subsequence Score | LeetCode Daily Challenge

https://leetcode.com/problems/maximum-subsequence-score/description/ 0:00​ - Question Understanding 3:30 - Intuition 10:50 ...

21:31
2542. Maximum Subsequence Score | LeetCode Daily Challenge

2,747 views

2 years ago