Crappy Coder
Solve LeetCode questions with JavaScript.
Any thing you want me to do just ask, I am happy to take ideas and suggestions.
Thanks guys
LeetCode 695: Max Area of Island | JavaScript BFS Solution Explained
LeetCode 994: Rotting Oranges | JavaScript BFS Solution Explained
LeetCode 542: 01 Matrix | JavaScript BFS Solution Explained
LeetCode 733: Flood Fill BFS Solution | JavaScript Explained
LeetCode 733: Flood Fill | JavaScript DFS Solution Explained
LeetCode 142: Linked List Cycle II | Set Based Solution
LeetCode 380: Insert Delete GetRandom O(1) | Optimized JavaScript Solution Explained
LeetCode 451: Sort Characters by Frequency | JavaScript Solution
LeetCode 198: House Robber | My Unique DP Solution (JavaScript)
LeetCode 657: Robot Return to Origin | JavaScript Explained
LeetCode 322: Coin Change Explained | JavaScript DP Solution
LeetCode 54: Spiral Matrix | Clean JavaScript Solution
LeetCode 289: Game of Life Explained | JavaScript Grid Solution
LeetCode 283: Move Zeroes In-Place | JavaScript Trick
LeetCode 231: Is It a Power of Two? | JavaScript Solution
LeetCode 350: Array Intersection II | JavaScript Solution
LeetCode 349: Intersection of Two Arrays | JavaScript Solution
LeetCode 66: Plus One | Clean JavaScript Solution
LeetCode 101: Is the Tree Symmetric? | JavaScript Solution
LeetCode 146: LRU Cache Explained in JavaScript!
LeetCode 17: Letter Combinations | JavaScript Clean Solution
LeetCode 16: 3Sum Closest | Clean JavaScript Solution
LeetCode 13: Roman to Integer | Clean JavaScript Solution
LeetCode 8: ATOI Solved Simply in JavaScript
LeetCode 7: Reverse Integer in JavaScript | String Trick ✅
LeetCode 141: Don’t Use Set Until You See This!
LeetCode 2: Add Two Numbers | Linked List Walkthrough (JavaScript)
LeetCode 1603: Design Parking System | JavaScript OOP Solution
LeetCode 1492: Kth Factor of N | JavaScript Brute Force Solution
LeetCode 1143: LCS with Dynamic Programming | JavaScript Tutorial