ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

81 results

DCode Thought
LeetCode 2130 : Maximum Twin Sum of a Linked List | Stack | O(1) Space In-Place Reversal |

LeetCode 2130: Maximum Twin Sum of a Linked List | O(1) Space In-Place Reversal | Java C++ Python LeetCode POTD solution ...

21:39
LeetCode 2130 : Maximum Twin Sum of a Linked List | Stack | O(1) Space In-Place Reversal |

25 views

2 weeks ago

the_dataholics
Mastering Linked List Deletion | LeetCode 237 |DSA using Python #22

Let's learn How to delete a node from a Linked List in DSA using Python. Here we'll discuss the code, implementation and intution ...

22:08
Mastering Linked List Deletion | LeetCode 237 |DSA using Python #22

50 views

3 weeks ago

RisingBrain
Remove Duplicates from Sorted List II | Brute force to Optimised | Java C++ Python

In this video, we'll solve Remove Duplicates from Sorted List II (LeetCode 82), one of the most important Linked List interview ...

21:50
Remove Duplicates from Sorted List II | Brute force to Optimised | Java C++ Python

86 views

6 hours ago

Pikirisu Logs
LeetCode - 92| Reverse Linked List - II |  Insert Head Approach

Reverse Linked List II In this video, I solve Reverse Linked List II using three different approaches and explain the intuition behind ...

24:12
LeetCode - 92| Reverse Linked List - II | Insert Head Approach

3 views

4 days ago

RisingBrain
Reorder List | Merge/Sort Pattern | Brute force to optimsied | Java Python C++

Reorder List is one of the most frequently asked Linked List interview problems in product-based companies. In this video, we'll ...

23:26
Reorder List | Merge/Sort Pattern | Brute force to optimsied | Java Python C++

175 views

22 hours ago

Tech Wale Bhaiya
Middle of the linkedin list | Leetcode #876 | linked list | DSA

Middle of the linkedin list | Leetcode #876 | linked list | DSA Middle of the Linked List | LeetCode #876 | Fast & Slow Pointer ...

29:32
Middle of the linkedin list | Leetcode #876 | linked list | DSA

6 views

2 weeks ago

Pikirisu Logs
LeetCode - 19 | Remove Nth Node From End of Linked List |  Fast and Slow Approach

In this video, I work through the "Remove Nth Node From End of List" linked list problem and discuss three different ways to think ...

22:21
LeetCode - 19 | Remove Nth Node From End of Linked List | Fast and Slow Approach

8 views

11 days ago

codestorywithMIK
Find the Maximum Number of Elements in Subset | Detailed Explanation | Dry Run | LeetCode 3020 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 34th video of ...

35:13
Find the Maximum Number of Elements in Subset | Detailed Explanation | Dry Run | LeetCode 3020 | MIK

5,040 views

6 days ago

AYUSH SINGH
Day 17 || MIDDLE OF THE  LINKED LIST || leetCode 876 || linked list || DSA live with me

Given the head of a singly linked list, return the middle node of the linked list. If there are two middle nodes, return the second ...

51:16
Day 17 || MIDDLE OF THE LINKED LIST || leetCode 876 || linked list || DSA live with me

46 views

Streamed 3 weeks ago

Tech Wale Bhaiya
Delete the Middle Node of a Linked List | LeetCode #2095 | DSA | linked list

Delete the Middle Node of a Linked List | LeetCode #2095 | DSA | linked list Delete the Middle Node of a Linked List ...

20:00
Delete the Middle Node of a Linked List | LeetCode #2095 | DSA | linked list

4 views

8 days ago

RisingBrain
Search & Insert in Linked List | Iterative and Recursive Approach | Basic Patterns | Java Python C++

n this video, we'll learn how to Search and Insert nodes in a Linked List using both Iterative and Recursive approaches. These are ...

26:20
Search & Insert in Linked List | Iterative and Recursive Approach | Basic Patterns | Java Python C++

715 views

2 weeks ago

Natique Ibrar Alam
Revisiting Old Questions ( NeetCode, LeetCode )

Instead of revising with my friends, I did the logical thing and revisited old LeetCode questions to refresh my memory in the hopes ...

59:21
Revisiting Old Questions ( NeetCode, LeetCode )

3 views

3 days ago

AYUSH SINGH
Day 18 || DELETE NODE IN LINKED LIST || leetCode 237 || linked list || DSA live with me

There is a singly-linked list head and we want to delete a node node in it. You are given the node to be deleted node. You will not ...

24:14
Day 18 || DELETE NODE IN LINKED LIST || leetCode 237 || linked list || DSA live with me

75 views

Streamed 3 weeks ago

AYUSH SINGH
Day 16 || REVERSE LINKED LIST || leetCode 206 || linked list || DSA live with me

Given the head of a singly linked list, reverse the list, and return the reversed list.

39:00
Day 16 || REVERSE LINKED LIST || leetCode 206 || linked list || DSA live with me

58 views

Streamed 3 weeks ago

RisingBrain
Design Linked List | Iterative & Recursive Approach | Linked List Basics Pattern | Java Python C++

In this video, we'll solve the classic Design Linked List problem using both Iterative and Recursive approaches. This is one of the ...

21:40
Design Linked List | Iterative & Recursive Approach | Linked List Basics Pattern | Java Python C++

1,575 views

3 weeks ago

DCode Thought
LeetCode 3614: Process String with Special Operations II | Reverse Tracing Math | Java C++ Python

LeetCode 3614: Process String with Special Operations II | Reverse Tracing Math | Java C++ Python LeetCode POTD / Contest ...

38:17
LeetCode 3614: Process String with Special Operations II | Reverse Tracing Math | Java C++ Python

86 views

2 weeks ago

Bhavuk Mittal
Copy List with Random Pointer

LeetCode Problem Link: https://leetcode.com/problems/copy-list-with-random-pointer/description/

40:03
Copy List with Random Pointer

9 views

2 weeks ago

DepthLayer
LeetCode 2459 - Sort Array by Moving Items to Empty Space | Google Interview Question

LeetCode 2459 - Sort Array by Moving Items to Empty Space | Google Interview Question In this video, I walk through LeetCode ...

33:52
LeetCode 2459 - Sort Array by Moving Items to Empty Space | Google Interview Question

14 views

4 weeks ago

Vicky Lin
每天陪我刷題直到找到工作 day 35-2

2487. Remove Nodes From Linked List 在想是不是linked list的一些題目其實可以轉換成一般的array來做啊? 然後這題除了單調棧 ...

20:33
每天陪我刷題直到找到工作 day 35-2

2 views

3 weeks ago

pavanxdcl
LeetCode Series Part 2 - LC250 - PavanXDCL #leetcode

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

58:41
LeetCode Series Part 2 - LC250 - PavanXDCL #leetcode

220 views

2 weeks ago