Channel Avatar

ygongcode @UC3Y75SDBKNtfhtQ6bFieJOw@youtube.com

1.3K subscribers - no pronouns :c

I make coding tutorials and share technical knowledge


02:29
Floyd Cycle Detection Algorithm | Algorithm | Visualization, Code, Example
03:59
How To Maximize Tech Compensation: Avoiding The 4 Year Cliff
12:22
5 Ideas for Accelerating Your Software Engineering Career
05:21
Tech Layoffs | What should you do?
05:40
Binary Search Algorithm | Search Algorithm | Visualization, Code, Example
04:51
Learn Recursion In 5 Minutes | Visualization, Code, Example
07:47
Depth First Search (DFS) Algorithm | Graph Traversal | Visualization, Code, Example
04:11
Breadth First Search (BFS) Algorithm | Graph Traversal | Visualization, Code, Example
03:58
Post-order Traversal Algorithm | Tree Traversal | Visualization, Code, Example
00:21
Real time multiplayer puzzle prototype
01:11
Avengers, but with tech companies
08:12
DIY LED Music Visualizer (Arduino and Python)
21:33
Bfe.dev | 14. Implement a general memoization function - memo | Great interview question
21:34
Bfe.dev | 110. serialize and deserialize binary tree
02:34
Jigsaw puzzle generator demo using HTMLCanvas
02:52
Bfe.dev | 39. implement range()
09:05
Bfe.dev | 79. convert snake_case to camelCase
11:13
Bfe.dev | 16. create an Event Emitter
02:56
Fisher-Yates Shuffling Algorithm Visualization | BEST Shuffling Algorithm
04:29
In-order Traversal Algorithm | Tree Traversal | Visualization, Code, Example
04:05
Pre-order Traversal Algorithm | Tree Traversal | Visualization, Code, Example
24:31
Web Development | Implementing infinite scroll using intersection observer API
12:49
Leetcode | 617 Merge Two Binary Trees | Python3 | Recursion + Binary Tree | Explanation
25:53
LeetCode | 494 Target Sum | Python 3 | Recursion to Dynamic Programming | Explanation
23:14
LeetCode | 322 Coin Change | Python3 | Backtracking + Dynamic Programming | Explanation
14:50
LeetCode | 152 Maximum Product Subarray | Python3 | Explanation
02:03:09
Web Development | HTML, CSS, Javascript | Part 1 | Livestream
11:56
LeetCode | 28 Rotate Array | Python3 | Explanation
05:36
LeetCode | 388 Longest Absolute File Path | Python3 | Explanation
20:18
LeetCode | 149 Max Points on a Line | Python3 | Explanation
09:57
LeetCode | 885 Spiral Matrix III | Python3 | Explanation
11:17
LeetCode | 34 Find First and Last Position of Element in Sorted Array | Python3 | Explanation
19:53
LeetCode | 146 LRU Cache | C++ | Explanation