ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34 results

Shubham Aher
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

In this video, we solve the “Remove Nth Node From End of Linked List” problem — a very common coding interview question ...

7:37
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

170 views

4 months ago

Doctor Lai
Day 659 - Teaching Kids Programming - Remove Duplicates from Sorted Linked List (Two Pointer)

00:01 Problem Description 03:45 Converting Linked List to Array 05:02 Python 08:54 Ending Leetcode: ...

9:56
Day 659 - Teaching Kids Programming - Remove Duplicates from Sorted Linked List (Two Pointer)

39 views

1 year ago

Doctor Lai
Day 698 - Teaching Kids Programming - Delete Nodes From Linked List Present in Array

00:01 Hello 03:00 Convert to Array 06:14 Dummy Check Next 08:31 Random Project 11:15 Time/Space Complexity Leetcode: ...

11:32
Day 698 - Teaching Kids Programming - Delete Nodes From Linked List Present in Array

45 views

1 year ago

Doctor Lai
Day 660 - Teaching Kids Programming - Remove Duplicates from Sorted Linked List (Using Hash Set)

00:01 Problem Description 01:22 Previous Solution 02:30 Python 06:33 Let me Repeat Leetcode: ...

7:56
Day 660 - Teaching Kids Programming - Remove Duplicates from Sorted Linked List (Using Hash Set)

40 views

1 year ago

Insane techie
Lecture:7/50 | Add Two Numbers Represented By Lists

This is Lecture number 7 - Add Two Numbers Represented By Lists in Data Structure. Here I have covered all basics of Adding ...

10:49
Lecture:7/50 | Add Two Numbers Represented By Lists

21 views

1 year ago

Дима Логовский
Разбор задачи Reverse Linked List - Leetcode 206 - Python

Мой телеграмм канал: https://t.me/logovskii_channel 00:00 - О чем задача 00:41 - Обьяснение решения 3:43 - Решение.

5:29
Разбор задачи Reverse Linked List - Leetcode 206 - Python

151 views

2 years ago

Doctor Lai
Day 696 - Teaching Kids Programming - Convert Array to Linked List and Vice Versa

00:01 Hello 02:43 Comparisons 08:48 Linked List to Array 10:36 Array to Linked List 13:53 Time Complexity Post: ...

15:00
Day 696 - Teaching Kids Programming - Convert Array to Linked List and Vice Versa

49 views

1 year ago

Insane techie
Lecture:9/50 | Delete node in Linked List in Data Structure.

... list in data structure using c, linked list in ds, linked list in dsa, linked list in java, linked list in java in tamil, linked list in python, ...

10:31
Lecture:9/50 | Delete node in Linked List in Data Structure.

32 views

1 year ago

Insane techie
Lecture:8/50 | Clone A Linked List With Next And Random Pointer.

This is Lecture number 8 - Clone A Linked List With Next And Random Pointer. Here I have covered all basics of Cloning A Linked ...

9:17
Lecture:8/50 | Clone A Linked List With Next And Random Pointer.

29 views

1 year ago

Programming Live with Larry
Daily Leetcode #806: Jun 15, 2022 - 1048. Longest String Chain

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

17:07
Daily Leetcode #806: Jun 15, 2022 - 1048. Longest String Chain

464 views

3 years ago

Programming Live with Larry
Daily Leetcode #804: Jun 13, 2022 - 120. Triangle

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

10:44
Daily Leetcode #804: Jun 13, 2022 - 120. Triangle

313 views

3 years ago

Shubham Aher
Add Two Numbers | LeetCode Problem Explained | DSA Interview Prep (C++, Java, Python)

Add the two numbers and return the sum as a linked list. LeetCode Link Watch more: Comment your doubts — I'll be ...

7:53
Add Two Numbers | LeetCode Problem Explained | DSA Interview Prep (C++, Java, Python)

142 views

4 months ago

Shubham Aher
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

In this video, we solve the famous Invert Binary Tree problem — a classic LeetCode Easy challenge and one of the most important ...

6:08
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

71 views

3 months ago

Doctor Lai
Day 421 - Teaching Kids Programming - Delete the Middle Node of a Linked List (Fast & Slow Pointer)

Post: https://helloacm.com/teaching-kids-programming-delete-the-middle-node-of-a-linked-list-fast-and-slow-pointer/ If you like ...

11:35
Day 421 - Teaching Kids Programming - Delete the Middle Node of a Linked List (Fast & Slow Pointer)

45 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

4 months ago

Shubham Aher
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the famous “Generate Parentheses” problem from LeetCode — a must-know DSA question often asked in ...

5:46
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

24 views

3 months ago

Shubham Aher
First Unique Character in  a String | LeetCode DSA Problem Explained | Coding  (Java, Python, C++)

In this video, we solve the classic “First Unique Character in a String” problem — a frequently asked DSA / Coding Interview ...

5:47
First Unique Character in a String | LeetCode DSA Problem Explained | Coding (Java, Python, C++)

131 views

4 months ago

Shubham Aher
Remove Duplicates from Sorted Array | LeetCode DSA Problem Explained | Python, Java, C++

In this video, we solve the popular LeetCode Problem – Remove Duplicates from Sorted Array, a must-know DSA question for ...

7:22
Remove Duplicates from Sorted Array | LeetCode DSA Problem Explained | Python, Java, C++

121 views

4 months ago

Learn, Grow && Enjoy - by Sanyam Jain
51. Number of recent calls | Queue | Problem Solving

This is the 51st question of the Problem Solving Series and 3rd Queue problem. This question has been asked in Google, ...

14:14
51. Number of recent calls | Queue | Problem Solving

48 views

1 year ago

Shubham Aher
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

In this video, we solve the Good Nodes in Binary Tree problem — a frequently asked DSA question in coding interviews at top ...

9:09
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

89 views

3 months ago