ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

251 results

Crack the Interview
Two Sum (LeetCode #1) — O(n) Python Solution | Interview Prep

The most famous LeetCode problem ever — and the hash-map trick that solves it in one pass. PROBLEM Given an array of ...

1:34
Two Sum (LeetCode #1) — O(n) Python Solution | Interview Prep

7 views

5d ago

Cloudvala
The Python Interview Question That Tricks 90% of Candidates (StrataScratch Gotcha)

StrataScratch Python Interview Question: Friend Count in User Array (ID 10404) In this video, I solve the "Friend Count in User ...

3:39
The Python Interview Question That Tricks 90% of Candidates (StrataScratch Gotcha)

12 views

5d ago

Pluely
LeetCode Sliding Window Practice: When It Actually Applies — Invisible AI Study Partner (Pluely)

You have seen sliding window in twenty solutions and still cannot tell when it applies. The invisible AI overlay sits over your ...

1:30
LeetCode Sliding Window Practice: When It Actually Applies — Invisible AI Study Partner (Pluely)

2 views

3w ago

Pluely
LeetCode Hard While You Think Aloud: Median of Two Sorted Arrays, Undetectable AI in Pluely

Talking through a LeetCode Hard is where most rounds go wrong. The invisible AI overlay listens to the interviewer, reads the ...

1:15
LeetCode Hard While You Think Aloud: Median of Two Sorted Arrays, Undetectable AI in Pluely

31 views

3w ago

Crack the Interview
Valid Anagram (LeetCode #242) — O(n) Python Solution | Interview Prep

Is it an anagram? The O of n letter-counting trick behind LeetCode 242. PROBLEM Given two strings s and t, return true if t is an ...

1:44
Valid Anagram (LeetCode #242) — O(n) Python Solution | Interview Prep

4 views

3d ago

Pluely
Timed LeetCode Test: Nested Loop to Two Pointers in 12 Minutes With Pluely's Invisible AI

Twelve minutes left and the nested loop is timing out. The invisible AI overlay reads the problem and the clock off your screen and ...

1:27
Timed LeetCode Test: Nested Loop to Two Pointers in 12 Minutes With Pluely's Invisible AI

10 views

3w ago

Crack the Interview
Best Time to Buy and Sell Stock (LeetCode #121) — O(n) Python Solution

Buy low, sell high — the sliding-window trick behind LeetCode 121, solved in a single pass. PROBLEM You are given an array ...

2:13
Best Time to Buy and Sell Stock (LeetCode #121) — O(n) Python Solution

1 view

1d ago

Crack the Interview
Valid Palindrome (LeetCode #125) — O(n) Python Solution

Is it a palindrome? The two-pointer trick behind LeetCode 125 — O of n time, O of one space. PROBLEM Given a string s, return ...

1:45
Valid Palindrome (LeetCode #125) — O(n) Python Solution

2 views

2d ago

Pluely
Pluely on LeetCode: Course Schedule Solved Live — Topological Sort, Invisible AI Reads It

Open a LeetCode problem, hit one shortcut, and the invisible AI overlay reads the screen and hands back the approach — no tab ...

1:26
Pluely on LeetCode: Course Schedule Solved Live — Topological Sort, Invisible AI Reads It

17 views

3w ago

Pluely
Trapping Rain Water After a Failed Attempt: LeetCode Post-Mortem With Invisible AI (Pluely)

Fifty minutes on a Hard and no solution is only wasted if you read the editorial next. The invisible AI overlay reads your attempt on ...

1:23
Trapping Rain Water After a Failed Attempt: LeetCode Post-Mortem With Invisible AI (Pluely)

3 views

3w ago

Crack the Interview
Contains Duplicate (LeetCode #217) — O(n) Python Solution | Interview Prep

Can you spot the duplicate in a single pass? Here is the O of n hash-set trick behind LeetCode 217. PROBLEM Given an integer ...

1:17
Contains Duplicate (LeetCode #217) — O(n) Python Solution | Interview Prep

10 views

4d ago

Crack the Interview
Valid Parentheses (LeetCode #20) — O(n) Python Solution

The classic stack problem — why LeetCode 20 is the perfect one-pass interview answer. PROBLEM Given a string s containing ...

1:43
Valid Parentheses (LeetCode #20) — O(n) Python Solution

0 views

23h ago

Anisha Birla
I Tried Solving 10 LeetCode Problems in 1 Hour 36 Minutes

I gave myself 1 hour 36 minutes to solve 10 LeetCode problems — and I had to solve as many as I could before the time ran out.

1:46
I Tried Solving 10 LeetCode Problems in 1 Hour 36 Minutes

201 views

2w ago

Pluely
LeetCode Auto Screenshot on Every Question: AI That Reads Your Screen as You Practice (Pluely)

Use image is on, so every question silently carries a fresh screenshot of your editor — the invisible AI overlay sees the code as it ...

1:27
LeetCode Auto Screenshot on Every Question: AI That Reads Your Screen as You Practice (Pluely)

22 views

3w ago

Pluely
Fix a Failing LeetCode Test: LRU Cache Test 18 Debugged Live by Pluely's Undetectable AI

One test out of thirty is red and the invisible AI overlay reads the failing case straight off your screen and names the cause in a ...

1:23
Fix a Failing LeetCode Test: LRU Cache Test 18 Debugged Live by Pluely's Undetectable AI

22 views

3w ago

Pluely
Study Heaps on LeetCode: Kth Largest, Quickselect and O(n log k) — Pluely Reads Your Screen

Sorting solves kth largest in one line, so why is a heap the standard answer? The invisible AI overlay reads the problem on your ...

0:23
Study Heaps on LeetCode: Kth Largest, Quickselect and O(n log k) — Pluely Reads Your Screen

24 views

3w ago

Root Coders
The Notebook Trick: How to NEVER Forget Two Sum (LeetCode #1)

The secret to solving LeetCode #1 (Two Sum) isn't memorizing boilerplate code—it's using the "Matchmaker Notebook" mental ...

2:45
The Notebook Trick: How to NEVER Forget Two Sum (LeetCode #1)

7 views

2w ago