ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

127 results

Solutions Nerds
Java Problem 05 | The Two-Sum in Java

Hey everyone! Back with another Java problem walkthrough. This time we're tackling a classic — the Two-Sum problem.

3:59
Java Problem 05 | The Two-Sum in Java

11 views

6 days ago

Veer Codes
LeetCode Daily 3652 | Stock Strategy Problem | O(n) Prefix Sum Java Solution #dsa #java #leetcode

In this video, we solve the LeetCode Daily Challenge – Best Time to Buy and Sell Stock using Strategy using an optimal O(n) ...

11:45
LeetCode Daily 3652 | Stock Strategy Problem | O(n) Prefix Sum Java Solution #dsa #java #leetcode

11 views

1 day ago

NullPointer
Find all triplets with given sum | 2 pointer Algorithm | DSA pattern question.

Given an array arr. The task is to find triplets in an array whose sum equals a given number k. Whether you're preparing for ...

9:24
Find all triplets with given sum | 2 pointer Algorithm | DSA pattern question.

15 views

3 days ago

Sparks Technologies Chennai
2.Single Number DSA Problem | Brute Force to Optimal | Zoho, Google, Amazon Interview Prep

Call or WhatsApp: 8754 879 378 LeetCode – Single Number In this video, you will learn: ✓ What is the Single Number problem ...

8:54
2.Single Number DSA Problem | Brute Force to Optimal | Zoho, Google, Amazon Interview Prep

38 views

4 days ago

AlgoXploration
Day 2: LeetCode Daily – Best Time to Buy and Sell Stock using Strategy 🧠 #dsa #algorithms

Solving LeetCode 3652: Best Time to Buy and Sell Stock using Strategy. This problem adds a smart twist — you are allowed to ...

1:20
Day 2: LeetCode Daily – Best Time to Buy and Sell Stock using Strategy 🧠 #dsa #algorithms

282 views

1 day 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

6 days ago

Komal Vhanmane
Leetcode |3606  Coupon Code Validator  | List | Leetcode Daily Challenge

3770 Largest Prime from Consecutive Prime Sum | sieve of eratosthenes|Weekly Contest - 479 where to find leetcode daily ...

13:29
Leetcode |3606 Coupon Code Validator | List | Leetcode Daily Challenge

52 views

7 days ago

AlgoXploration
Day 1: LeetCode Daily - Stock V (Short Selling) 🧠 #dsa  #algorithms

Solving LeetCode 3573: Best Time to Buy and Sell Stock V. This Daily Problem introduces a twist: we can now take Long (Buy) ...

1:22
Day 1: LeetCode Daily - Stock V (Short Selling) 🧠 #dsa #algorithms

296 views

2 days ago

codestorywithMIK
Minimum Moves to Balance Circular Array | Clean Intuition | Contest Problem 3 | Leetcode 3776 | MIK

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

33:01
Minimum Moves to Balance Circular Array | Clean Intuition | Contest Problem 3 | Leetcode 3776 | MIK

3,174 views

5 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

271 views

4 days ago

codestorywithMIK
Best Time to Buy and Sell Stock V | Made Simple | Detailed | Leetcode 3573 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 128th Video of our Playlist ...

40:25
Best Time to Buy and Sell Stock V | Made Simple | Detailed | Leetcode 3573 | codestorywithMIK

6,128 views

2 days ago

Fogy Free
3652 Best Time to Buy and Sell Stock using Strategy

3652 Best Time to Buy and Sell Stock using Strategy. This is a branch‑free, prefix‑sum–based Java solution. Key Insights: 1. Two ...

1:00
3652 Best Time to Buy and Sell Stock using Strategy

582 views

1 day ago

CTO Bhaiya
🔥 Day 23/90 | Intervals Pattern Mastery (LeetCode 57 & 3169) | DSA Pattern You Must Know!

... intervals faang dsa preparation interval overlap problems interview dsa questions leetcode solutions in java leetcode solutions ...

1:03:35
🔥 Day 23/90 | Intervals Pattern Mastery (LeetCode 57 & 3169) | DSA Pattern You Must Know!

523 views

2 days ago

AMAZING GRAPHIC 360
DSA Python MCQ What is the Output#python #coding #programming #short #viral

dsa data structures and algorithms dsa for beginners how to learn dsa data structures leetcode striver coding for beginners dsa ...

0:05
DSA Python MCQ What is the Output#python #coding #programming #short #viral

0 views

4 days 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

206 views

7 days ago

Engineering Marathi
Find second largest element in an array

Day 17 — Daily Coding Challenge Largest element शोधणं easy आहे… पण SECOND largest? इथेच students ...

2:24
Find second largest element in an array

135 views

1 day ago

Flash x Stream
"Backtracking Masterclass: Solve N-Queens, Palindrome Partitioning, Permutations & HackerRank Tests"

Master Backtracking – the ultimate problem-solving technique for coding interviews! In this comprehensive DSA Backtracking ...

3:05:31
"Backtracking Masterclass: Solve N-Queens, Palindrome Partitioning, Permutations & HackerRank Tests"

0 views

4 days ago

Lollipop
LeetCode 18 | 4 Sum Problem Solution in Java

In this video, I solve LeetCode Problem #18 – 4 Sum using Java. The problem asks us to find all unique quadruplets in an array ...

8:03
LeetCode 18 | 4 Sum Problem Solution in Java

0 views

2 days ago

Mastering Programming
"Valid Palindrome"

"Valid Palindrome," focuses on determining if a given string is a valid palindrome. The task involves evaluating whether the string ...

0:59
"Valid Palindrome"

495 views

17 hours ago

Er. Danish Raza • 4.1M views • 1 hours ago
LeetCode 3562 📈 Max Stock Profit with Discounts | Java C++ Python | #Shorts  #programminglanguage

Today's LeetCode Daily Challenge – 3562: Maximum Profit from Trading Stocks with Discounts This problem combines stock ...

0:37
LeetCode 3562 📈 Max Stock Profit with Discounts | Java C++ Python | #Shorts #programminglanguage

847 views

3 days ago