ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

211 results

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

2 years ago

Shashi Kutti
Coding Interview Prep in Tamil - Python - Leetcode #28 - Part 1

This is part of a series for coding interview preparation, mostly in Tamil. Recorded from online training session.

20:21
Coding Interview Prep in Tamil - Python - Leetcode #28 - Part 1

32 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

561,595 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,427,221 views

7 years ago

Nikhil Lohia
Longest Subarray Sum Equals K | Interview Essential | Prefix Sum

Get all company specific questions: https://topmate.io/nikoo28/1744544?utm_source=public_profile&utm_campaign=nikoo28 Join ...

21:05
Longest Subarray Sum Equals K | Interview Essential | Prefix Sum

5,936 views

2 months ago

Destination FAANG
String Full Course for technical interviews

Unlock the secrets to mastering string manipulation in data structures and algorithms (DSA) with our comprehensive course, ...

3:22:55
String Full Course for technical interviews

100,618 views

1 year ago

GeeksforGeeks Practice
Longest Common Prefix in an Array | Problem of the Day-07/01/22 | Abhishek Yadav

Submit your solutions here-: https://practice.geeksforgeeks.org/problems/longest-common-prefix-in-an-array5129/1 Free ...

23:15
Longest Common Prefix in an Array | Problem of the Day-07/01/22 | Abhishek Yadav

564 views

Streamed 3 years ago

NeetCode
Trapping Rain Water - Google Interview Question - Leetcode 42

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

23:21
Trapping Rain Water - Google Interview Question - Leetcode 42

682,143 views

4 years ago

CONQUER VICTORY
Isomorphic strings in Tamil | coding round String programs | Java | amazon | zoho | leetcode | gfg

Thanks for watching , if u find this video as helpful , do like , subscribe and share with your friends.. 31 Days Coding Challenge in ...

20:40
Isomorphic strings in Tamil | coding round String programs | Java | amazon | zoho | leetcode | gfg

1,133 views

2 years ago

Interview Kickstart US
Tries II - Longest Common Prefix (14) | Uplevel with Omkar Deshpande

Keywords: longest, Common, prefix, trie, digital, prefix, k-ary, search, tree, key, child, subtree, character, list, alphabet, start, end, ...

30:15
Tries II - Longest Common Prefix (14) | Uplevel with Omkar Deshpande

290 views

3 years ago

Nikhil Lohia
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

Given two strings, find the longest common substring between them. Chapters: 00:00 - Intro 00:41 - Problem Statement 02:30 ...

21:56
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

20,878 views

2 years ago

Finxter AI Nuggets
Longest Common Prefix | Python Solution

Full Tutorial: https://blog.finxter.com/google-interview-how-to-find-the-longest-common-prefix/ Email Academy: ...

26:18
Longest Common Prefix | Python Solution

321 views

4 years ago

JVL code
Master JavaScript Interviews: Top 20 Coding Questions Explained in Tamil

In this video, we tackle 20 essential JavaScript coding challenges designed to sharpen your skills and prepare you for technical ...

2:51:43
Master JavaScript Interviews: Top 20 Coding Questions Explained in Tamil

55,019 views

1 year ago

Techdose
Longest common substring | Dynamic programming

This video explains how to find the longest common substring as well as print the longest common substring. This is a very ...

20:47
Longest common substring | Dynamic programming

72,061 views

6 years ago

freeCodeCamp.org
Neetcode 150 Course - All Coding Interview Questions Solved

The NeetCode 150 is the most important LeetCode problems you need to master, selected to cover all major algorithmic patterns ...

38:57:11
Neetcode 150 Course - All Coding Interview Questions Solved

571,889 views

11 months ago

code io - Tamil
Sliding Window - Subarray Division | HackerRank Problem Solving | Ep-15 | Tamil | code io

Subarray Division :- https://www.hackerrank.com/challenges/the-birthday-bar/problem Follow me on Social Media ...

24:19
Sliding Window - Subarray Division | HackerRank Problem Solving | Ep-15 | Tamil | code io

12,988 views

3 years ago

TAP ACADEMY
Solve Subarray Problems Quickly With Sliding Window Technique | FREE DSA Course in JAVA | Lecture 79

We have to solve a program known as the maximum sum subarray of size k. So it means for a given size of subarray k, we have to ...

27:49
Solve Subarray Problems Quickly With Sliding Window Technique | FREE DSA Course in JAVA | Lecture 79

65,080 views

2 years ago

Adi Explains
Longest Cycle in a Graph | Leetcode | Graph | Programming in Tamil | Coding  for beginners | C++

2360. Longest Cycle in a Graph came in leetcode daily challenge. It is a leetcode hard level question. This porblem involves ...

21:09
Longest Cycle in a Graph | Leetcode | Graph | Programming in Tamil | Coding for beginners | C++

78 views

2 years ago

Tamil CSE
Leetcode -Valid Parentheses Problem | Tamil Programming | Learn from mistakes | Competitive Coding

Valid Parentheses problem in Leetcode solved by an IITian.

22:15
Leetcode -Valid Parentheses Problem | Tamil Programming | Learn from mistakes | Competitive Coding

202 views

2 years ago

Reducible
5 Simple Steps for Solving Dynamic Programming Problems

In this video, we go over five steps that you can use as a framework to solve dynamic programming problems. You will see how ...

21:27
5 Simple Steps for Solving Dynamic Programming Problems

1,385,733 views

5 years ago

take U forward
Longest Subarray with sum K | Brute - Better - Optimal | Generate Subarrays

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

41:42
Longest Subarray with sum K | Brute - Better - Optimal | Generate Subarrays

1,271,511 views

2 years ago

Code Meal
41. First Missing Positive - LeetCode - Python - Tamil

codemeal #python #leetcode #coding #first #missing #positive #code #array #41 #tamil Problem (LeetCode) Link: ...

45:33
41. First Missing Positive - LeetCode - Python - Tamil

1,367 views

3 years ago

SCALER
Prefix Sum Algorithm | Sum Query in O(1) | Free DSA Tutorials by SCALER

In this video, we talk about problem solving technique called Prefix sum, which is used to solve range queries. The video explains ...

50:20
Prefix Sum Algorithm | Sum Query in O(1) | Free DSA Tutorials by SCALER

10,048 views

3 years ago

NeetCode
Longest Repeating Character Replacement - Leetcode 424 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

20:44
Longest Repeating Character Replacement - Leetcode 424 - Python

727,496 views

4 years ago

Nikhil Lohia
Coding Interview Patterns - Sliding Window | 10 different problems in a single video

Schedule a 1:1 session with me: https://topmate.io/nikoo28 Join this channel to get access to perks: ...

25:36
Coding Interview Patterns - Sliding Window | 10 different problems in a single video

22,862 views

4 months ago