Channel Avatar

LeetCoder @UCXpzbgWqCW-JoopLNL2mhrA@youtube.com

2.75K subscribers - no pronouns set

Hey! I'm a senior software engineer and want to help others


08:42
Build your own HTTP server using CodeCrafters | Python
03:07
Highest Software Engineering Salaries of 2023 REVEALED
04:08
Open Source Face Recognition with Python in 2024
02:54
How much is working remotely worth?
03:00
Why coders must go DEEP: 4 tips for max productivity with deep work
04:41
Coding Adventure: building a strong Chess AI | Can it beat me?
03:45
GPT4All: ChatGPT on your computer, free, open-source, and privacy-aware
04:46
Big O, Time and Space Complexity: Explained Simply
02:17
Linux programmers losing their MINDs
01:12
Is GPT-4 worth $20/month?
04:02
Using AI to block YouTube spam comments
03:20
Mojo vs Python: Speed Comparison
03:20
How to use ChatGPT Plugins and Web Browsing
04:20
ChatGPT to AutoGPT to AgentGPT to God Mode: 100x your productivity
02:50
Mojo Programming Language: Like Python but faster than C!?
03:06
Teaching an AI to walk
02:27
ChatGPT almost escaped...
02:21
ChatGPT talks to itself... forever
12:59
How AI will transform law | A lawyer's perspective
05:14
Is it too late to learn programming in 2023?
09:03
How to use ChatGPT to build a chatbot | ChatGPT API
07:41
Will ChatGPT replace programmers? | A deep dive
07:16
How to Use ChatGPT for Coding | 10x Your Productivity
05:45
Leetcode Count Vowel Strings in Ranges | Python
01:59
Leetcode Take Gifts From the Richest Pile | Python
02:01
Yandex programmers losing their MINDs
02:19
Leetcode Remove Element | Python
03:29
ASCII, Unicode, UTF-8: Explained Simply
02:32
Leetcode Remove Duplicates From Sorted Array | Python
01:37
Leetcode Longest Common Prefix | Python
01:30
Leetcode Roman to Integer | Python
05:26
Leetcode Search in Rotated Sorted Array | Python
02:11
Leetcode House Robber II | Python
05:38
Leetcode House Robber | Recursion to DP | Python
05:21
Leetcode Reverse Bits | Python
03:08
Leetcode Missing Number | Bit Manipulation | Python
02:46
Leetcode Counting Bits | Dynamic Programming | Python
04:35
Leetcode Sum of Two Integers | C#
04:01
Leetcode Number of 1 Bits | 3 Solutions | Python
04:45
Leetcode Binary Tree Level Order Traversal | Python
04:29
LeetCode Group Anagrams | O(n*k) | Python
05:36
LeetCode Word Search | Depth First Search | Python
03:16
LeetCode Spiral Matrix | Insane One Liner
09:06
Leetcode Set Matrix Zeroes | O(1) space complexity | Python
06:50
Leetcode Coin Change | Dynamic Programming | Python
05:12
Leetcode Climbing Stairs | Recursion to Dynamic Programming | Python
08:18
Leetcode Maximum Product Subarray | Two Pass and One Pass | Python
06:53
Leetcode Product of Array Except Self | O(n) and O(1) | Python
01:29
LeetCode Invert Binary Tree | Recursion | Python
01:35
LeetCode Same Tree | Recursion | Python
01:19
LeetCode Maximum Depth of Binary Tree | Recursion | Python
09:23
Leetcode Longest Repeating Character Replacement | Python
01:51
LeetCode Evaluate Boolean Binary Tree
05:54
LeetCode Remove Nth Node From End of List
01:22
LeetCode Valid Palindrome
03:45
Monkey Patching in Python
05:04
LeetCode Valid Parentheses | Stack it Up | Python
08:32
LeetCode Maximum Subarray | Dynamic Programming and D&C | Python
03:43
LeetCode Best Time to Buy and Sell Stock | Python
01:08
LeetCode Valid Anagram | Explained in 1 minute | Python