34 тысяч подписчиков
126 видео
A triangle made of copies of itself? (Sierpinski triangle) - Inside code
Hashing and hash tables crash course (+ face reveal) - Inside code
10 popular coding interview problems course - Inside code
What is dynamic programming? - Inside code
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code
Longest substring without repeating characters (LeetCode #3) - Inside code
N-queens problem (Backtracking) - Inside code
How to shuffle an array (Fisher-Yates algorithm) - Inside code
We use the disjoint-set structure to detect a winner in Hex game
How is a graph represented? (Adjacency list and adjacency matrix)
Kőnig's theorem (proof and example)
These 3 problems are in reality the SAME problem. How?
What is an output-sensitive algorithm? - Inside code
How to add binary numbers together?
How to find the kth largest element in an array? (LeetCode .215) - Inside code
How to find fixed-radius neighbors of a point? - Inside code
How many DSA acronyms can you find? Part 1
Next greater number problem - Inside code
How does the SET data structure really work?
Rabin-Karp algorithm - Inside code
Let's implement autocomplete feature - Inside code
This video will help you solve string coding problems - Inside code
Difference between adjacency and incidence in graph theory - Inside code
How to merge k sorted lists (k-way merge algorithms) - Inside code
RANDOM numbers can approximate pi? - Inside code
Checking if a point is inside a polygon is RIDICULOUSLY simple (Ray casting algorithm) - Inside code
Minimum genetic mutation problem (LeetCode 433.) - Inside code
How to get all the subsets of a set? - Inside code
A property of sorting algorithms
What is an online algorithm? - Inside code
How does dynamic programming optimize solutions (2 examples) - Inside code
Run-length encoding (lossless data compression) - Inside code
Quicksort sorting algorithm - Inside code
How to count paths in a graph with MATRIX MULTIPLICATION
How many acronyms can you find? Part 2
Dynamic programming + Math: Count sorted vowel strings (LeetCode
Are all cyclic graphs not bipartite?
How to understand (almost) any algorithm - Inside code
This method to check if a point is inside a polygon is SO simple
Array nesting problem (LeetCode
Nested loops == O(n²)? - Inside code
What is the longest common subsequence problem?
Heaps, heapsort, and priority queues - Inside code
We make the SNAKE GAME on an IMAGE - Inside code
Unbounded knapsack problem - Inside code
What is the sliding window technique? - Inside code
What is a BIPARTITE graph?
How to insert in the trie data structure? - Inside code
Strassen algorithm for matrix multiplication (divide and conquer) - Inside code
How to solve the 2-SAT problem in POLYNOMIAL TIME?