ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37 results

CodeLucky
Remove All Adjacent Duplicates in String - LeetCode Solution Explained

Learn how to solve the 'Remove All Adjacent Duplicates in String' problem using a Stack! In this video, we break down the logic ...

3:19
Remove All Adjacent Duplicates in String - LeetCode Solution Explained

0 views

18 hours ago

CodeLucky
Decode String (LeetCode 394) - Stack Algorithm Explained

Learn how to solve the Decode String problem (LeetCode 394) using a Stack data structure! This video breaks down the logic ...

4:41
Decode String (LeetCode 394) - Stack Algorithm Explained

0 views

18 hours ago

CodeLucky
Sliding Window Maximum (Deque Optimization) - LeetCode Hard Explained

Learn how to solve the Sliding Window Maximum problem efficiently using a Monotonic Deque! In this video, we deeply ...

4:22
Sliding Window Maximum (Deque Optimization) - LeetCode Hard Explained

0 views

18 hours ago

CodeLucky
Valid Perfect Square - LeetCode 367 - Coding Interview Tutorial

Learn how to solve the Valid Perfect Square problem (LeetCode 367) efficiently without using built-in square root functions!

3:46
Valid Perfect Square - LeetCode 367 - Coding Interview Tutorial

0 views

19 hours ago

CodeLucky
Reverse a Linked List (Iterative) - Data Structures & Algorithms

Learn how to reverse a Linked List iteratively in this step-by-step visual guide! Reversing a linked list is one of the most ...

3:18
Reverse a Linked List (Iterative) - Data Structures & Algorithms

1 view

18 hours ago

CodeLucky
Next Smaller Element - Reverse Monotonic Stack Algorithm (LeetCode Pattern)

Learn how to solve the Next Smaller Element problem using the Monotonic Stack pattern! In this video, we break down the ...

4:08
Next Smaller Element - Reverse Monotonic Stack Algorithm (LeetCode Pattern)

0 views

18 hours ago

CodeLucky
Basic Calculator LeetCode Solution | Stack Approach Explained

Learn how to solve the Basic Calculator problem (LeetCode 224) efficiently using a Stack data structure! In this video, we break ...

4:12
Basic Calculator LeetCode Solution | Stack Approach Explained

0 views

1 hour ago

CodeLucky
Basic Calculator II - LeetCode 227 - Stack Approach Explained

Learn how to solve the Basic Calculator II problem (LeetCode 227) using a Stack data structure! In this video, we break down ...

4:41
Basic Calculator II - LeetCode 227 - Stack Approach Explained

0 views

18 hours ago

CodeLucky
Binary Tree Left Side View - LeetCode / Coding Interview Tutorial

Learn how to solve the Binary Tree Left Side View problem on LeetCode! This is a classic question often asked in technical ...

3:50
Binary Tree Left Side View - LeetCode / Coding Interview Tutorial

0 views

18 hours ago

CodeLucky
Design Hit Counter - Sliding Window Algorithm (System Design Interview)

Learn how to design a scalable Hit Counter using the Sliding Window algorithm! In this video, we tackle a popular system ...

5:00
Design Hit Counter - Sliding Window Algorithm (System Design Interview)

0 views

18 hours ago

CodeLucky
Multiply Two Numbers as Linked Lists | Coding Interview Problem Explained

Learn how to solve the classic coding interview problem: Multiplying two numbers represented by Linked Lists! In this video, we ...

3:29
Multiply Two Numbers as Linked Lists | Coding Interview Problem Explained

0 views

18 hours ago

CodeLucky
Remove Adjacent Duplicates II - LeetCode 1209 - Stack Solution Explained

In this video, we solve LeetCode 1209: Remove All Adjacent Duplicates in String II. This is a great problem to practice stack-based ...

4:25
Remove Adjacent Duplicates II - LeetCode 1209 - Stack Solution Explained

0 views

18 hours ago

OBrutus
Substrings with K Distinct in 152 seconds

You are given a string s consisting of lowercase characters and an integer k, You have to count all possible substrings that have ...

2:38
Substrings with K Distinct in 152 seconds

9 views

20 hours ago

CodeLucky
Reverse Linked List Recursively - Python Linked List Tutorial

Learn how to reverse a Singly Linked List using Recursion! In this video, we break down one of the most common coding ...

2:49
Reverse Linked List Recursively - Python Linked List Tutorial

0 views

18 hours ago

CodeLucky
Palindrome Linked List - LeetCode Solution (Two Pointer Technique)

Learn how to determine if a Singly Linked List is a palindrome using the optimal O(1) Space approach! In this video, we break ...

3:20
Palindrome Linked List - LeetCode Solution (Two Pointer Technique)

0 views

18 hours ago

Geek4Tutorial
How to Convert camelCase to snake_case Using Python | Quick Python Tips | #shorts #python

Working with APIs or variable naming conventions and need to convert camelCase to snake_case in Python? In this short, you'll ...

0:49
How to Convert camelCase to snake_case Using Python | Quick Python Tips | #shorts #python

0 views

6 hours ago

CodeLucky
Infix to Prefix Conversion | Data Structures & Algorithms Tutorial

Learn how to convert Infix expressions to Prefix notation (Polish Notation) using the simple Reverse-Postfix-Reverse method!

3:23
Infix to Prefix Conversion | Data Structures & Algorithms Tutorial

0 views

1 hour ago

CodeLucky
Add Two Numbers As Linked Lists - Coding Interview Solution

Learn how to solve the 'Add Two Numbers' problem using Linked Lists! In this video, we break down the algorithm for adding ...

3:07
Add Two Numbers As Linked Lists - Coding Interview Solution

0 views

18 hours ago

CodeLucky
Intersection of Two Linked Lists - LeetCode Solution Explained

Learn how to find the intersection point of two Singly Linked Lists efficiently! In this video, we explore the 'Intersection of Two ...

3:42
Intersection of Two Linked Lists - LeetCode Solution Explained

0 views

18 hours ago

CodeLucky
Remove Nth Node From End of List - LeetCode 19 - Two Pointer Pattern

Learn how to solve the 'Remove Nth Node From End of List' problem (LeetCode 19) using the optimal one-pass Two Pointer ...

3:54
Remove Nth Node From End of List - LeetCode 19 - Two Pointer Pattern

0 views

18 hours ago