Channel Avatar

Inside code @UCvLEP7Hu6SHd5a2CWeQXalg@youtube.com

37K subscribers - no pronouns :c

Your algorithms and data structure content provider


16:20
How to solve the 2-SAT problem in POLYNOMIAL TIME?
06:54
How to count paths in a graph with MATRIX MULTIPLICATION
05:31
These 3 problems are in reality the SAME problem. How?
14:39
Kőnig's theorem (proof and example) #SoME3
06:59
How to find fixed-radius neighbors of a point? - Inside code
01:13
Graph theory algorithms visualized course! - Inside code
07:01
How to find the kth largest element in an array? (LeetCode .215) - Inside code
06:07
Checking if a point is inside a polygon is RIDICULOUSLY simple (Ray casting algorithm) - Inside code
07:31
Is this tree symmetric? (Symmetric tree problem - LeetCode .101) - Inside code
09:16
First and last position problem (binary search) | LeetCode .34 - Inside code
05:59
Spiral matrix problem (Leetcode 54.) - Inside code
09:40
We make the SNAKE GAME on an IMAGE - Inside code
08:41
Let's apply flood fill algorithm to solve the Capture surrounded regions problem (LeetCode 130)
06:52
How does the SET data structure really work?
11:47
We use the disjoint-set structure to detect a winner in Hex game
23:46
Grouping elements in no time with the disjoint-set data structure (Union-Find) - Inside code
24:20
Rabin-Karp algorithm - Inside code
36:53
Hashing and hash tables crash course (+ face reveal) - Inside code
07:18
Minimum genetic mutation problem (LeetCode 433.) - Inside code
09:37
Shopping offers problem (LeetCode 638.) - Inside code
05:33
RANDOM numbers can approximate pi? - Inside code
07:10
A triangle made of copies of itself? (Sierpinski triangle) - Inside code
08:49
Max points on a line problem (LeetCode #149) - Inside code
12:41
Longest substring without repeating characters (LeetCode #3) - Inside code
09:07
Sliding window technique - Inside code
09:42
Restore IP addresses problem (LeetCode #93) - Inside code
05:39
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code
14:13
N-queens problem (Backtracking) - Inside code
24:32
Algorithms project: Word search solver - Inside code
08:14
Unbounded knapsack problem - Inside code
07:54
Fractional knapsack problem - Inside code
10:54
0-1 Knapsack problem - Inside code
11:05
Virus spread problem - Inside code
07:58
Can we represent a tree with an array? - Inside code
09:18
What is dynamic programming? - Inside code
05:25
This animation is made of COMPLETE GRAPHS ONLY - Inside code
05:19
Let's help this robot avoid a polygon obstacle (Motion planning) - Inside code
07:00
Convex hulls: Graham scan - Inside code
11:18
Convex hulls: Jarvis march algorithm (gift-wrapping) - Inside code
02:10:45
10 popular coding interview problems course - Inside code
06:12
How to clone a graph (LeetCode #133) - Inside code
05:06
Maximum sum stack problem - Inside code
14:19
Heaters problem (LeetCode #475) - Inside code
08:19
Sieve of Eratosthenes: The way to find primes up to n in O(nloglogn) time
11:14
How to merge k sorted lists (k-way merge algorithms) - Inside code
17:31
Huffman coding algorithm - Inside code
13:22
The algorithm to blur images (box blur) - Inside code
22:01
Knuth-Morris-Pratt algorithm (KMP) - Inside code
06:44
Alphabet board path problem (LeetCode #1138) - Inside code
07:56
How to understand (almost) any algorithm - Inside code
02:27
Dynamic programming course presentation - Inside code
10:49
Quicksort sorting algorithm - Inside code
07:19
Array nesting problem (LeetCode #565) - Inside code
09:41
Strassen algorithm for matrix multiplication (divide and conquer) - Inside code
19:01
Heaps, heapsort, and priority queues - Inside code
06:23
Run-length encoding (lossless data compression) - Inside code
05:23
Let's implement autocomplete feature - Inside code
13:26
Trie data structure - Inside code
11:19
Floyd's cycle detection algorithm (Tortoise and hare) - Inside code
12:22
How to find the closest pair of points in O(nlogn)? - Inside code