ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

AdiCode Hub
90% Array Problems Solved with These 2 Techniques!

Learn the two most powerful DSA techniques that solve 90% of array problems: Two Pointer and Sliding Window. If you are ...

0:21
90% Array Problems Solved with These 2 Techniques!

1,812 views

5 days ago

M CODE LEARNER
#1 Google Interview Asked Question | Longest Consecutive Sequence | LeetCode 128 Java #mcodelearner

Longest Consecutive Sequence (LeetCode 128) ek high-value DSA problem hai jo coding interviews me frequently pucha jata ...

1:00
#1 Google Interview Asked Question | Longest Consecutive Sequence | LeetCode 128 Java #mcodelearner

564 views

22 hours ago

CodeDhara
Master the Sliding Window — Most Asked DSA Concept! #shorts #youtubeshorts #viral #coding #dsa

The Sliding Window Technique is one of the most important concepts in DSA. If you understand this, you can easily solve: ...

0:15
Master the Sliding Window — Most Asked DSA Concept! #shorts #youtubeshorts #viral #coding #dsa

4,561 views

3 days ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 2110 📉 Smooth Descent Periods in 20s | Java C++ Python | #Shorts

Today's LeetCode Daily Challenge – 2110: Number of Smooth Descent Periods of a Stock This problem teaches a simple yet ...

0:18
LeetCode 2110 📉 Smooth Descent Periods in 20s | Java C++ Python | #Shorts

270 views

16 hours ago

Study Placement
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Daily Coding Challenge | Tree DP

... Leetcode Contests: https://youtube.com/playlist?list=PLsLlEdtakGoxoGbAwVRSlRjuB1yv1ycnc&feature=shared Neetcode 150 ...

28:48
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Daily Coding Challenge | Tree DP

255 views

4 hours ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 2147 😱 Number of Ways to Divide Corridor | DP Trick | Java Python C++ #codeprep#programming

Today's LeetCode Daily Challenge – 2147: Number of Ways to Divide a Long Corridor solved in under 20 seconds This ...

0:26
LeetCode 2147 😱 Number of Ways to Divide Corridor | DP Trick | Java Python C++ #codeprep#programming

0 views

2 days ago

NextoriaTech
Leetcode | 343. Integer Break | question with solution #code #leetcode #dailycode

Description: This Java program solves the Integer Break problem using a Bottom-Up Dynamic Programming approach. The goal ...

0:35
Leetcode | 343. Integer Break | question with solution #code #leetcode #dailycode

193 views

6 days ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3433 🔥 Count Mentions Per User | Fastest 20s Explanation | Java C++ Python | Daily DSA

Today's LeetCode Daily Challenge is 3433 – Count Mentions Per User. In this short video, I break down the logic in the FASTEST ...

0:36
LeetCode 3433 🔥 Count Mentions Per User | Fastest 20s Explanation | Java C++ Python | Daily DSA

344 views

3 days ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3583 🔥 Count Special Triplets | Fastest Logic Explained in  | Java C++ Python | DSA Daily

Welcome back, coders! Today's LeetCode Daily Challenge is 3583 – Count Special Triplets. In this short, you'll learn the most ...

0:36
LeetCode 3583 🔥 Count Special Triplets | Fastest Logic Explained in | Java C++ Python | DSA Daily

211 views

7 days ago

NextoriaTech
Leetcode | 1402. Reducing Dishes | question with solution #code #leetcode #dailycode

Description: This code solves the “Maximum Satisfaction” problem using a Greedy Algorithm. It first sorts the satisfaction values ...

0:29
Leetcode | 1402. Reducing Dishes | question with solution #code #leetcode #dailycode

195 views

5 days ago

Study Placement
Coupon Code Validator | LeetCode 3606 🔥 | Daily Coding Challenge | Optimal Approach

In this video, we solve LeetCode 3606 – Coupon Code Validator (Daily Coding Challenge). Code: (If it helped, Please upvote ...

17:10
Coupon Code Validator | LeetCode 3606 🔥 | Daily Coding Challenge | Optimal Approach

341 views

3 days ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3531 🔥 Count Covered Buildings | Fastest Short Explanation | Java C++ Python | DSA Daily

Welcome back, coders! Today's LeetCode Daily Challenge is 3531 – Count Covered Buildings. This short video explains the logic ...

0:26
LeetCode 3531 🔥 Count Covered Buildings | Fastest Short Explanation | Java C++ Python | DSA Daily

211 views

4 days ago

Study Placement
Count Special Triplets 🔥 Leetcode 3583 | HashMap + Prefix Logic | Optimal Approach

In this video, we solve Leetcode 3583 – Count Special Triplets using an efficient HashMap + Counting + Prefix Frequency ...

18:02
Count Special Triplets 🔥 Leetcode 3583 | HashMap + Prefix Logic | Optimal Approach

1,254 views

7 days ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3577 🔥 Count Computer Unlocking Permutations | Fastest Logic Explained | Java C++ Python

Welcome, coders! Today's LeetCode Daily Challenge is 3577 – Count the Number of Computer Unlocking Permutations.

0:21
LeetCode 3577 🔥 Count Computer Unlocking Permutations | Fastest Logic Explained | Java C++ Python

96 views

6 days ago

Study Placement
Number of Smooth Descent Periods of a Stock | LeetCode 2110 🔥 | Daily Coding Challenge | Optimal

In this video, we solve LeetCode 2110 – Number of Smooth Descent Periods of a Stock (Daily Coding Challenge). Code: https ...

8:17
Number of Smooth Descent Periods of a Stock | LeetCode 2110 🔥 | Daily Coding Challenge | Optimal

317 views

1 day ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3606 🔥 Coupon Code Validator in | Java C++ Python | Daily DSA #Shorts  #programminglanguage

Today's LeetCode Daily Challenge – 3606: Coupon Code Validator explained in 20 seconds This problem is extremely useful ...

0:28
LeetCode 3606 🔥 Coupon Code Validator in | Java C++ Python | Daily DSA #Shorts #programminglanguage

205 views

3 days ago

NextoriaTech
Leetcode | 877. Stone Game | question with solution #code #leetcode #dailycode

Description: This Java code implements a solution to the classic Stone Game problem using a Greedy Game Theory approach.

0:55
Leetcode | 877. Stone Game | question with solution #code #leetcode #dailycode

93 views

4 days ago

NextoriaTech
Leetcode | 96. Unique Binary Search Trees | question with solution #code #leetcode #dailycode

Code Description: This code implements a Dynamic Programming algorithm to compute the number of unique Binary Search ...

0:33
Leetcode | 96. Unique Binary Search Trees | question with solution #code #leetcode #dailycode

157 views

7 days ago

Vijay Dahiya
DAY 84 - Neetcode Islands and Treasure #dsajava

LeetCode : Islands and Treasure : https://neetcode.io/problems/islands-and-treasure/question DAY 84 of 100 DSA IN 100 DAYS ...

0:44
DAY 84 - Neetcode Islands and Treasure #dsajava

0 views

12 hours ago

NextoriaTech
Leetcode | 1105. Filling Bookcase Shelves | question with solution #code #leetcode #dailycode

Code Description: This Java code solves the “Minimum Height Shelves” problem using Dynamic Programming. Each book has a ...

0:49
Leetcode | 1105. Filling Bookcase Shelves | question with solution #code #leetcode #dailycode

165 views

3 days ago