ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

105 results

Programming Live with Larry
Daily Leetcode #801: Jun 10, 2022 - 3. Longest Substring Without Repeating Characters

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

8:19
Daily Leetcode #801: Jun 10, 2022 - 3. Longest Substring Without Repeating Characters

396 views

3 years ago

Programming Live with Larry
Daily Leetcode #770: May 10, 2022 - 216. Combination Sum III

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

11:14
Daily Leetcode #770: May 10, 2022 - 216. Combination Sum III

452 views

3 years ago

Learn, Grow && Enjoy - by Sanyam Jain
10. Pascal’s Triangle | Array | Problem Solving

This is the 10th question of the Problem Solving Series and Array Data Structure. This question has been asked in Amazon, ...

11:11
10. Pascal’s Triangle | Array | Problem Solving

88 views

2 years ago

Programming Live with Larry
Daily Leetcode #803: Jun 12, 2022 - 1695. Maximum Erasure Value

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

8:00
Daily Leetcode #803: Jun 12, 2022 - 1695. Maximum Erasure Value

285 views

3 years ago

Shubham Aher
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

In this video, we solve the famous “Roman to Integer” problem — a top-rated DSA interview question frequently asked in coding ...

5:42
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

74 views

3 months ago

Megaverse
Leet Code 23/75 | Theory | 2352. Equal Row and Column Pairs

Leet Code 23/75 | Theory | 2352. Equal Row and Column Pairs #code #systemdesign #interview #leetcode #highleveldesign ...

7:06
Leet Code 23/75 | Theory | 2352. Equal Row and Column Pairs

16 views

1 year ago

Megaverse
Leet Code 23/75 | Pseudo Code | 2352. Equal Row and Column Pairs

Leet Code 23/75 | Pseudo Code | 2352 Equal Row and Column Pairs #code #systemdesign #interview #leetcode ...

6:28
Leet Code 23/75 | Pseudo Code | 2352. Equal Row and Column Pairs

53 views

1 year ago

Doctor Lai
Day 688 - Teaching Kids Programming - Redistribute Items to Boxes (Knapsack Problem, Binary Search)

00:01 Hello 01:53 Python 05:17 Prefix Sum 09:39 Binary Search 13:10 Insert Position Leetcode: ...

15:27
Day 688 - Teaching Kids Programming - Redistribute Items to Boxes (Knapsack Problem, Binary Search)

55 views

1 year ago

DataEngineering360
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

leetcode #python Q. You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and ...

7:55
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

16 views

3 weeks ago

Doctor Lai
Day 625 - Teaching Kids Programming - Count Servers that Communicate (Hash Map - Counter)

00:01 Hello 03:30 Naive Solution 10:00 if rows[r] or cols[c] larger than 1 14:40 Summary Post: ...

17:50
Day 625 - Teaching Kids Programming - Count Servers that Communicate (Hash Map - Counter)

74 views

2 years ago

DataEngineering360
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

leetcode #python 27. Remove Element Q. Given an integer array nums and an integer val, remove all occurrences of val in nums ...

9:31
Leetcode 88. Merge Sorted Array | Hindi | Python | Leetcode 1 | Optimized way | Time complexity

10 views

3 weeks ago

Cookingtoo Kitchen
சிக்கன் சுக்கா வருவல் |CHICKEN SUKKA FRY RECIPE 🐔 | CHICKEN FRY IN TAMIL

cookytookitchen #chicken #chickenfry #chickenrecipes #chickenrecipe #chickensukkarecipe #chickencurry ...

8:20
சிக்கன் சுக்கா வருவல் |CHICKEN SUKKA FRY RECIPE 🐔 | CHICKEN FRY IN TAMIL

204 views

2 years ago

Learn, Grow && Enjoy - by Sanyam Jain
83. Remove Nth node from end of list | Linked List | Problem Solving

This is the 83rd question of the Problem Solving Series and 8th problem on Linked List. This question has been asked in Google, ...

10:30
83. Remove Nth node from end of list | Linked List | Problem Solving

48 views

1 year ago

DataEngineering360
Leetcode 26. Remove Duplicates from Sorted Array | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place ...

7:29
Leetcode 26. Remove Duplicates from Sorted Array | Hindi | Python | Leetcode 1 | Optimized way

32 views

3 weeks ago

Doctor Lai
Day 692 - Teaching Kids Programming - Minimum Number of Chairs in the Room (Max Prefix Sum)

00:01 Hello 05:10 Example 08:45 Python 13:11 accumulate/prefix sum Leetcode: ...

14:50
Day 692 - Teaching Kids Programming - Minimum Number of Chairs in the Room (Max Prefix Sum)

36 views

1 year ago

Doctor Lai
Day 697 - Teaching Kids Programming - A Simple Digit Game: Find if Digit Game Can Be Won

00:01 Hello 03:15 Solution 05:25 Complexity Leetcode: https://leetcode.com/problems/find-if-digit-game-can-be-won/ Post: ...

6:30
Day 697 - Teaching Kids Programming - A Simple Digit Game: Find if Digit Game Can Be Won

46 views

1 year ago

Doctor Lai
Day 637 - Teaching Kids Programming - Divisible and Non-divisible Sums Difference (Brute Force+Math)

00:01 Hello 00:55 Example 03:05 Sum of 1+2+3+..N 05:49 Python for Brute Force 08:00 Math 10:40 Python for Math 12:25 What ...

14:33
Day 637 - Teaching Kids Programming - Divisible and Non-divisible Sums Difference (Brute Force+Math)

31 views

2 years ago

Doctor Lai
Day 628 - Teaching Kids Programming - Count Number of Even and Odd Bits (Binary)

00:01 Hello 05:10 Converting Integer to Binary 06:08 Python Implementation 13:05 Summary Post: ...

14:48
Day 628 - Teaching Kids Programming - Count Number of Even and Odd Bits (Binary)

32 views

2 years ago

Doctor Lai
Day 639 - Teaching Kids Programming - Minimum Operations to Collect Elements from End of Array

00:01 Hello 01:46 One More Explanation 07:00 Python 10:00 Using enumerate 11:40 Summary Leetcode: ...

12:53
Day 639 - Teaching Kids Programming - Minimum Operations to Collect Elements from End of Array

44 views

2 years ago

Doctor Lai
Day 668 - Teaching Kids Programming - Paint Fences (No 3 Consecutive Same Colours) - Bottom Up DP

00:01 Hello 02:10 Looking at the last fence 04:59 DP Equation 06:16 Python 09:32 Summary Leetcode: ...

10:23
Day 668 - Teaching Kids Programming - Paint Fences (No 3 Consecutive Same Colours) - Bottom Up DP

46 views

1 year ago