ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,010 results

Benabub
Heaters — LeetCode #475 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #475 (Heaters). The solution sorts both houses and heaters arrays, then for ...

1:23
Heaters — LeetCode #475 | Python Algorithm Visualization

1 view

5 days ago

Benabub
Magical String — LeetCode #481 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #481 (Magical String). The solution constructs the magical string, known as the ...

1:25
Magical String — LeetCode #481 | Python Algorithm Visualization

1 view

5 days ago

Benabub
Is Subsequence — LeetCode #392 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #392 (Is Subsequence). The solution uses a greedy pointer approach, scanning ...

1:40
Is Subsequence — LeetCode #392 | Python Algorithm Visualization

0 views

6 days ago

Benabub
Shortest Unsorted Continuous Subarray — LeetCode #581 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #581 (Shortest Unsorted Continuous Subarray). The solution locates the ...

1:34
Shortest Unsorted Continuous Subarray — LeetCode #581 | Python Algorithm Visualization

8 views

4 days ago

Benabub
Longest Word in Dictionary through Deleting — LeetCode #524 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #524 (Longest Word in Dictionary through Deleting). The solution checks each ...

4:23
Longest Word in Dictionary through Deleting — LeetCode #524 | Python Algorithm Visualization

0 views

5 days ago

Benabub
Ransom Note — LeetCode #383 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #383 (Ransom Note). The solution employs a frequency array (hash map ...

4:23
Ransom Note — LeetCode #383 | Python Algorithm Visualization

0 views

6 days ago

Benabub
Assign Cookies — LeetCode #455 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #455 (Assign Cookies). The solution sorts both greed factors and cookie sizes, ...

0:53
Assign Cookies — LeetCode #455 | Python Algorithm Visualization

0 views

5 days ago

Benabub
Max Consecutive Ones — LeetCode #485 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #485. The solution uses a linear array traversal to count the current streak of ...

1:29
Max Consecutive Ones — LeetCode #485 | Python Algorithm Visualization

0 views

5 days ago

Benabub
Count The Repetitions — LeetCode #466 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #466 (Count The Repetitions). The solution scans repeated s1 segments to ...

2:34
Count The Repetitions — LeetCode #466 | Python Algorithm Visualization

4 views

5 days ago

Benabub
Reverse String II — LeetCode #541 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #541 (Reverse String II). The solution converts the string to a list and processes ...

0:46
Reverse String II — LeetCode #541 | Python Algorithm Visualization

0 views

5 days ago

DumbCuber
[1min OLL] C Shape 3D Visualization

In cubing, OLL stands for Orientation of the Last Layer. It's the third step in the CFOP method (the most popular speedcubing ...

0:49
[1min OLL] C Shape 3D Visualization

2 views

4 days ago

Benabub
Third Maximum Number — LeetCode #414 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #414 (Third Maximum Number). The solution uses three variables to track the ...

1:08
Third Maximum Number — LeetCode #414 | Python Algorithm Visualization

0 views

6 days ago

Benabub
Maximum Average Subarray I — LeetCode #643 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #643 (Maximum Average Subarray I). The solution uses a sliding window ...

1:15
Maximum Average Subarray I — LeetCode #643 | Python Algorithm Visualization

0 views

4 days ago

Benabub
Fizz Buzz — LeetCode #412 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #412 (FizzBuzz). The solution demonstrates the application of modular ...

2:15
Fizz Buzz — LeetCode #412 | Python Algorithm Visualization

3 views

6 days ago

Benabub
Permutation in String — LeetCode #567 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #567 (Permutation in String). The solution uses two fixed-size frequency arrays ...

3:54
Permutation in String — LeetCode #567 | Python Algorithm Visualization

0 views

4 days ago

Benabub
Sum of Square Numbers — LeetCode #633 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #633 (Sum of Square Numbers). The solution uses a two-pointer approach on ...

1:51
Sum of Square Numbers — LeetCode #633 | Python Algorithm Visualization

0 views

4 days ago

Benabub
String Compression — LeetCode #443 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #443 (String Compression). The solution uses an end pointer to scan ...

3:16
String Compression — LeetCode #443 | Python Algorithm Visualization

1 view

5 days ago

Benabub
Valid Triangle Number — LeetCode #611 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #611 (Valid Triangle Number). The solution sorts the array and uses a ...

2:41
Valid Triangle Number — LeetCode #611 | Python Algorithm Visualization

0 views

4 days ago

Benabub
Palindromic Substrings — LeetCode #647 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #647 (Palindromic Substrings). The solution counts palindromes by grouping ...

3:21
Palindromic Substrings — LeetCode #647 | Python Algorithm Visualization

0 views

4 days ago

Benabub
Find All Numbers Disappeared in an Array — LeetCode #448 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #448 (Find All Numbers Disappeared in an Array). The solution uses the array ...

2:28
Find All Numbers Disappeared in an Array — LeetCode #448 | Python Algorithm Visualization

3 views

5 days ago