ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

39 results

One Coffee Tech
Two Sum - NeetCode 150 #1 | Java Solution Explained (HashMap O(n))

Two Sum solution in Java — Problem #1 of the NeetCode 150 series. In this video, we break down the classic Two Sum problem ...

6:47
Two Sum - NeetCode 150 #1 | Java Solution Explained (HashMap O(n))

6 views

1 day ago

Becoming Sudeep
Day 3/150 | LeetCode 26 - Remove Duplicates from Sorted Array | Java | DSA Journey | Becoming Sudeep

Welcome to Day 3 of my DSA Journey! I'm documenting my journey to become the best version of myself and prepare for ...

7:37
Day 3/150 | LeetCode 26 - Remove Duplicates from Sorted Array | Java | DSA Journey | Becoming Sudeep

14 views

11 days ago

LetsDoSomeCoding
Meeting Rooms II Explained | Heap (Priority Queue) Solution | Java | NeetCode 150

In this video, we solve the popular Meeting Rooms II problem from NeetCode 150 using a Min Heap (Priority Queue) approach.

9:02
Meeting Rooms II Explained | Heap (Priority Queue) Solution | Java | NeetCode 150

12 views

1 month ago

Object Disoriented Programming
NeetCode (16/150) | Longest Substring Without Repeating Characters | LC 3

Problem: Longest Substring Without Repeating Characters (LeetCode 3) Part of my NeetCode 150 journey. In this video, I walk ...

15:57
NeetCode (16/150) | Longest Substring Without Repeating Characters | LC 3

54 views

4 weeks ago

Technosage
LeetCode 45: Jump Game II — Java Solution Explained (Medium) | Top 150 interview question series

In this video, we solve LeetCode 45: Jump Game II — Java Solution Explained (Medium). You'll learn how to approach this ...

12:51
LeetCode 45: Jump Game II — Java Solution Explained (Medium) | Top 150 interview question series

143 views

9 days ago

Object Disoriented Programming
NeetCode (14/150) | Trapping Rain Water | LC 42

Problem: Trapping Rain Water (LeetCode 42) Part of my NeetCode 150 journey. In this video, I walk through three different ...

21:40
NeetCode (14/150) | Trapping Rain Water | LC 42

32 views

1 month ago

Becoming Sudeep
Day 4/150 | LeetCode 80-Remove Duplicates from Sorted ArrayII | Java | DSA Journey | Becoming Sudeep

Welcome to Day 4 of my DSA Journey! I'm documenting my journey to become the best version of myself and prepare for ...

10:41
Day 4/150 | LeetCode 80-Remove Duplicates from Sorted ArrayII | Java | DSA Journey | Becoming Sudeep

9 views

9 days ago

Becoming Sudeep
Day 2/150 | LeetCode 27 - Remove Element | Java | DSA Journey | Becoming Sudeep

Welcome to Day 2 of my DSA Journey! I'm documenting my journey to become a better Software Engineer and prepare for top ...

8:11
Day 2/150 | LeetCode 27 - Remove Element | Java | DSA Journey | Becoming Sudeep

9 views

12 days ago

Technosage
LeetCode 274: H-Index - Medium | Java | Google/Amazon Interview Question

LeetCode 274: H-Index — Java Solution Explained (Medium) In this video, we solve LeetCode 274: H-Index — Java Solution ...

11:29
LeetCode 274: H-Index - Medium | Java | Google/Amazon Interview Question

160 views

8 days ago

Object Disoriented Programming
NeetCode (15/150) | Best Time to Buy and Sell Stock | LC 121

Problem: Best Time to Buy and Sell Stock (LeetCode 121) Part of my NeetCode 150 journey. In this video, I walk through three ...

11:24
NeetCode (15/150) | Best Time to Buy and Sell Stock | LC 121

28 views

1 month ago

Ghost Codes
Multiply Strings (LeetCode 43) 🚀 | NeetCode 150 | Interview Trick

Multiply Strings LeetCode 43, NeetCode 150, DSA Interview Preparation, String Multiplication Without BigInteger, Coding ...

11:04
Multiply Strings (LeetCode 43) 🚀 | NeetCode 150 | Interview Trick

155 views

4 weeks ago

Becoming Sudeep
Day 5/150 | LeetCode 169 - Majority Element | Java | DSA Journey | Becoming Sudeep

Welcome to Day 5 of my DSA Journey! I'm documenting my journey to become the best version of myself and prepare for ...

11:09
Day 5/150 | LeetCode 169 - Majority Element | Java | DSA Journey | Becoming Sudeep

6 views

9 days ago

Railton Calheiros
Insert Delete GetRandom O(1) | LeetCode 380 | 12/150 (Gotta Solve ‘Em All)

This problem came up in my Amazon interview. Learn how to solve the Insert Delete GetRandom O(1) problem (LeetCode 380 ...

8:04
Insert Delete GetRandom O(1) | LeetCode 380 | 12/150 (Gotta Solve ‘Em All)

25 views

13 days ago

Becoming Sudeep
Day 8/150 | LeetCode 122 - Best Time to Buy and Sell Stock II | Java | DSA Journey | Becoming Sudeep

Day 8 of My DSA Journey!** I'm documenting my journey to become the best version of myself and prepare for Software ...

12:58
Day 8/150 | LeetCode 122 - Best Time to Buy and Sell Stock II | Java | DSA Journey | Becoming Sudeep

2 views

6 days ago

Becoming Sudeep
Day 1/150 | Solving LeetCode 88 - Merge Sorted Array | Java | DSA Journey

Welcome to Day 1 of my DSA Journey! I'm documenting my journey to become a better Software Engineer and prepare for top ...

9:29
Day 1/150 | Solving LeetCode 88 - Merge Sorted Array | Java | DSA Journey

35 views

13 days ago

Let's Placed with me
🚀Complete Placement Roadmap 2026 | Java + C++ + DSA + LeetCode + Codeforces (FREE Resources)

... Sheet LeetCode Blind 75 NeetCode 150 Roadmap ⚡ Codeforces for Competitive Programming CSES Problem Set for ...

7:20
🚀Complete Placement Roadmap 2026 | Java + C++ + DSA + LeetCode + Codeforces (FREE Resources)

42 views

10 days ago

Becoming Sudeep
Day 7/150 | LeetCode 121 - Best Time to Buy and Sell Stock | Java | DSA Journey | Becoming Sudeep

Day 7 of My DSA Journey! I'm documenting my journey to become the best version of myself and prepare for Software ...

9:07
Day 7/150 | LeetCode 121 - Best Time to Buy and Sell Stock | Java | DSA Journey | Becoming Sudeep

3 views

7 days ago

Becoming Sudeep
Day 6/150 | LeetCode 189 - Rotate Array | Java | DSA Journey | Becoming Sudeep

Welcome to Day 6 of my DSA Journey! I'm documenting my journey to become the best version of myself and prepare for Software ...

8:34
Day 6/150 | LeetCode 189 - Rotate Array | Java | DSA Journey | Becoming Sudeep

13 views

8 days ago

DCode Thought
LeetCode 3612: Process String with Special Operations I | String Simulation | Java C++ Python

LeetCode 3612: Process String with Special Operations I | String Simulation | Java C++ Python LeetCode POTD / Contest ...

6:59
LeetCode 3612: Process String with Special Operations I | String Simulation | Java C++ Python

76 views

1 month ago

Coding with Minmer
What Big Tech actually asks for Designing Data Structures || TALLY SERVICE

Discover the actual variant Big Tech asks for Designing Data Structures. Timestamps: 00:00 Intro 04:34 Explanation 15:11 Edge ...

19:43
What Big Tech actually asks for Designing Data Structures || TALLY SERVICE

146 views

10 days ago