ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

429 results

theDirectionlessEngineer
Leetcode 1 - Two Sum in Java | Neetcode 150

neetcode #leetcode #java #coding #dsa.

4:59
Leetcode 1 - Two Sum in Java | Neetcode 150

17 views

4 months ago

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))

17 views

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

229 views

2 weeks ago

CodingWithYash
NeetCode 150 | Contains Duplicate | Complete DSA Series

Neetcode 150 | Contains Duplicate | Complete DSA Series In this video, we solve the LeetCode problem Contains Duplicate using ...

10:34
NeetCode 150 | Contains Duplicate | Complete DSA Series

40 views

6 months ago

One Coffee Tech
Group Anagrams — NeetCode 150 Problem #002 | Full Java Solution & Explanation

We break down: ✓ What an anagram actually is (with simple examples) ✓ How to spot anagram pairs using character frequency ...

8:02
Group Anagrams — NeetCode 150 Problem #002 | Full Java Solution & Explanation

4 views

5 days ago

NeetCode
Big-O Notation - Everything you Need for Coding Interviews

My friends at Warp are offering a discount on their premium Pro plan for only $1/month your first month ...

14:40
Big-O Notation - Everything you Need for Coding Interviews

65,295 views

11 months ago

CodingWithYash
NeetCode 150 | Two Sum Problem | Brute Force & Optimized HashMap Approach | Complete DSA Series

NeetCode 150 | Two Sum Problem | Brute Force & Optimized HashMap Approach | Complete DSA Series In this video, we solve the ...

16:25
NeetCode 150 | Two Sum Problem | Brute Force & Optimized HashMap Approach | Complete DSA Series

52 views

6 months ago

Maddy Zhang
Fastest Way to Learn DSA | Full Roadmap

If you're serious about DSA mastery, coding interviews, and breaking into top tech companies, this video is for you. Most people ...

8:45
Fastest Way to Learn DSA | Full Roadmap

145,307 views

10 months ago

CodeCrush
LeetCode 150 – Two Sum | Brute Force + HashMap | Best Java Solution Explained

Welcome to my "LeetCode 150 Daily Challenge" series! In this video, we solve **LeetCode 1: Two Sum**, one of the most popular ...

7:51
LeetCode 150 – Two Sum | Brute Force + HashMap | Best Java Solution Explained

25 views

10 months ago

CodewithVenky
Day 4 | NeetCode 150 — Group Anagrams (Frequency Method Explained)

Day 4 — NeetCode 150 | Group Anagrams In this video, I explain how to solve the "Group Anagrams" problem using the ...

10:59
Day 4 | NeetCode 150 — Group Anagrams (Frequency Method Explained)

1 view

8 months ago

Code With K5KC
Evaluate Reverse Polish Notation - Leetcode 150 | Optimal Stack Solution (Java & Python)

PROBLEM DESCRIPTION* You are given an array of strings tokens that represents an arithmetic expression in a Reverse Polish ...

7:46
Evaluate Reverse Polish Notation - Leetcode 150 | Optimal Stack Solution (Java & Python)

30 views

2 months ago

Study Placement
Leetcode 11 🔥 Container With Most Water | NeetCode 150 Sheet | Java Optimal + Handwritten Dry Run

In this video, we solve Leetcode 11 - Container With Most Water from the NeetCode 150 DSA Sheet using Java. Neetcode 150 ...

17:51
Leetcode 11 🔥 Container With Most Water | NeetCode 150 Sheet | Java Optimal + Handwritten Dry Run

143 views

11 months ago

Study Placement
Leetcode 15 🔥 3Sum | NeetCode 150 Sheet | Java Optimal Solution + Handwritten Dry Run

In this video, we solve Leetcode 15 - 3Sum from the NeetCode 150 DSA Sheet using Java. Neetcode 150 Playlist: https ...

19:53
Leetcode 15 🔥 3Sum | NeetCode 150 Sheet | Java Optimal Solution + Handwritten Dry Run

171 views

11 months ago

Techie Bytess
If You Cannot Build Logic, You Cannot Solve LeetCode Problems | Watch to Know Why

Struggling with LeetCode problems? You're not alone. The real challenge isn't solving hundreds of questions; it's building the ...

5:58
If You Cannot Build Logic, You Cannot Solve LeetCode Problems | Watch to Know Why

307,985 views

11 months 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

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

10 views

3 weeks ago

Becoming Sudeep
Day 10/150 | LeetCode 45 - Jump Game II | Java | DSA Journey | Becoming Sudeep

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

13:04
Day 10/150 | LeetCode 45 - Jump Game II | Java | DSA Journey | Becoming Sudeep

32 views

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

17 views

2 weeks 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

299 views

2 weeks ago

Object Disoriented Programming
NeetCode (6/150) | Encode and Decode Strings | LC 271

Problem: Encode and Decode Strings (LeetCode 271, GeeksForGeeks) Part of my NeetCode 150 journey. In this video, I explain ...

10:55
NeetCode (6/150) | Encode and Decode Strings | LC 271

52 views

1 month ago