2023-03-17 | 208. Implement Trie (Prefix Tree) - Day 17/31 Leetcode March Challenge | 4:42 | 223 | |
|
2023-03-16 | 370. Range Addition (Leetcode Medium) | 9:22 | 135 | |
|
2023-03-16 | 106. Construct Binary Tree from Inorder and Postorder Traversal - Day 16/31 Leetcode March Challenge | 11:56 | 217 | |
|
2023-03-15 | 1485. Clone Binary Tree With Random Pointer - Week 3/5 Leetcode March Challenge | 8:39 | 122 | |
|
2023-03-15 | 958. Check Completeness of a Binary Tree - Day 15/31 Leetcode March Challenge | 8:16 | 247 | |
|
2023-03-14 | 129. Sum Root to Leaf Numbers - Day 14/31 Leetcode March Challenge | 4:16 | 204 | |
|
2023-03-13 | 484. Find Permutation (Leetcode Medium) | 11:36 | 96 | |
|
2023-03-13 | 101. Symmetric Tree - Day 13/31 Leetcode March Challenge | 3:40 | 205 | |
|
2023-03-12 | Let's do it the hard way! Leetcode Weekly Contest 336 (sad) with commentary | 49:47 | 244 | |
|
2023-03-12 | 2589. Minimum Time to Complete All Tasks (Leetcode Hard) | 51:28 | 428 | |
|
2023-03-12 | 2588. Count the Number of Beautiful Subarrays (Leetcode Medium) | 11:53 | 463 | |
|
2023-03-12 | 2586. Count the Number of Vowel Strings in Range (Leetcode Easy) | 2:19 | 138 | |
|
2023-03-12 | 2587. Rearrange Array to Maximize Prefix Score (Leetcode Medium) | 4:10 | 147 | |
|
2023-03-12 | 23. Merge k Sorted Lists - Day 12/31 Leetcode March Challenge | 10:52 | 204 | |
|
2023-03-11 | 545. Boundary of Binary Tree (Leetcode Medium) | 11:28 | 122 | |
|
2023-03-11 | 109. Convert Sorted List to Binary Search Tree - Day 11/31 Leetcode March Challenge | 17:49 | 369 | |
|
2023-03-10 | 382. Linked List Random Node - Day 10/31 Leetcode March Challenge | 8:05 | 887 | |
|
2023-03-09 | 142. Linked List Cycle II - Day 9/31 Leetcode March Challenge | 16:06 | 371 | |
|
2023-03-08 | 1055. Shortest Way to Form String - Week 2/5 Leetcode March Challenge | 15:31 | 143 | |
|
2023-03-08 | 875. Koko Eating Bananas - Day 8/31 Leetcode March Challenge | 8:25 | 265 | |
|
2023-03-07 | 549. Binary Tree Longest Consecutive Sequence II (Leetcode Medium) | 11:17 | 125 | |
|
2023-03-07 | 2187. Minimum Time to Complete Trips - Day 7/31 Leetcode March Challenge | 7:07 | 740 | |
|
2023-03-06 | 1602. Find Nearest Right Node in Binary Tree (Leetcode Medium) | 5:33 | 114 | |
|
2023-03-06 | 1539. Kth Missing Positive Number - Day 6/31 Leetcode March Challenge | 16:12 | 330 | |
|
2023-03-05 | 2584. Split the Array to Make Coprime Products (Leetcode Medium) | 1:04:40 | 269 | |
|
2023-03-05 | Python will never get love! Leetcode Weekly Contest 335 (python) with commentary | 1:02:32 | 264 | |
|
2023-03-05 | 2585. Number of Ways to Earn Points (Leetcode Hard) | 11:25 | 229 | |
|
2023-03-05 | 2583. Kth Largest Sum in a Binary Tree (Leetcode Medium) | 5:25 | 124 | |
|
2023-03-05 | 2582. Pass the Pillow (Leetcode Easy) | 3:14 | 252 | |
|
2023-03-05 | 1345. Jump Game IV - Day 5/31 Leetcode March Challenge | 11:59 | 382 | |
|
2023-03-04 | 2581. Count Number of Possible Root Nodes (Leetcode Hard) | 49:25 | 328 | |
|
2023-03-04 | If you can tree it! Leetcode Biweekly Contest 99 (174th) with commentary | 44:45 | 197 | |
|
2023-03-04 | 2578. Split With Minimum Sum (Leetcode Easy) | 8:31 | 226 | |
|
2023-03-04 | 2579. Count Total Number of Colored Cells (Leetcode Medium) | 9:23 | 94 | |
|
2023-03-04 | 2580. Count Ways to Group Overlapping Ranges (Leetcode Medium) | 14:23 | 236 | |
|
2023-03-04 | 2444. Count Subarrays With Fixed Bounds - Day 4/31 Leetcode March Challenge | 16:34 | 525 | |
|
2023-03-03 | 28. Find the Index of the First Occurrence in a String - Day 3/31 Leetcode March Challenge | 20:51 | 426 | |
|
2023-03-02 | 443. String Compression - Day 2/31 Leetcode March Challenge | 9:58 | 501 | |
|
2023-03-01 | 422. Valid Word Square - Week 1/5 Leetcode March Challenge | 5:42 | 121 | |
|
2023-03-01 | 912. Sort an Array - Day 1/31 Leetcode March Challenge | 13:23 | 474 | |
|
2023-02-28 | 652. Find Duplicate Subtrees - Day 28/28 Leetcode February Challenge | 47:18 | 337 | |
|
2023-02-27 | 711. Number of Distinct Islands II (Leetcode Hard) | 27:54 | 147 | |
|
2023-02-27 | 427. Construct Quad Tree - Day 27/28 Leetcode February Challenge | 20:37 | 333 | |
|
2023-02-26 | 2577. Minimum Time to Visit a Cell In a Grid (Leetcode Hard) | 33:01 | 386 | |
|
2023-02-26 | 2574. Left and Right Sum Differences (Leetcode Easy) | 2:07 | 324 | |
|
2023-02-26 | 2575. Find the Divisibility Array of a String (Leetcode Medium) | 4:44 | 286 | |
|
2023-02-26 | 2576. Find the Maximum Number of Marked Indices (Leetcode Medium) | 10:57 | 340 | |
|
2023-02-26 | Shortest path! Leetcode Weekly Contest 334 (63rd) with commentary | 29:06 | 117 | |
|
2023-02-26 | 72. Edit Distance - Day 26/28 Leetcode February Challenge | 13:04 | 193 | |
|
2023-02-25 | 121. Best Time to Buy and Sell Stock - Day 25/28 Leetcode February Challenge | 3:02 | 197 | |
|
2023-02-24 | 1675. Minimize Deviation in Array - Day 24/28 Leetcode February Challenge | 13:27 | 473 | |
|
2023-02-23 | 502. IPO - Day 23/28 Leetcode February Challenge | 10:12 | 503 | |
|
2023-02-22 | 1259. Handshakes That Don't Cross - Week 4/4 Leetcode February Challenge | 15:46 | 182 | |
|
2023-02-22 | 1011. Capacity To Ship Packages Within D Days - Day 22/28 Leetcode February Challenge | 5:03 | 308 | |
|
2023-02-21 | 1176. Diet Plan Performance (Leetcode Easy) | 5:29 | 129 | |
|
2023-02-21 | 540. Single Element in a Sorted Array - Day 21/28 Leetcode February Challenge | 6:01 | 241 | |
|
2023-02-20 | 1836. Remove Duplicates From an Unsorted Linked List (Leetcode Medium) | 5:08 | 128 | |
|
2023-02-20 | 35. Search Insert Position - Day 20/28 Leetcode February Challenge | 5:11 | 163 | |
|
2023-02-19 | 2573. Find the String with LCP (Leetcode Hard) | 1:05:11 | 217 | |
|
2023-02-19 | 2570. Merge Two 2D Arrays by Summing Values (Leetcode Easy) | 3:15 | 203 | |
|
2023-02-19 | 2571. Minimum Operations to Reduce an Integer to 0 (Leetcode Medium) | 18:51 | 482 | |
|
2023-02-19 | 2572. Count the Number of Square-Free Subsets (Leetcode Medium) | 35:15 | 597 | |
|
2023-02-19 | 103. Binary Tree Zigzag Level Order Traversal - Day 19/28 Leetcode February Challenge | 4:35 | 126 | |
|
2023-02-18 | 2569. Handling Sum Queries After Update (Leetcode Hard) | 1:39:19 | 214 | |
|
2023-02-18 | 2568. Minimum Impossible OR (Leetcode Medium) | 10:21 | 142 | |
|
2023-02-18 | 2567. Minimum Score by Changing Two Elements (Leetcode Medium) | 7:43 | 128 | |
|
2023-02-18 | 2566. Maximum Difference by Remapping a Digit (Leetcode Easy) | 4:23 | 89 | |
|
2023-02-18 | Lazy Seg Tree are you kidding me! Leetcode Biweekly Contest 98 (??) with commentary | 1:09:18 | 285 | |
|
2023-02-18 | 1100. Find K-Length Substrings With No Repeated Characters (Leetcode Medium) | 4:20 | 110 | |
|
2023-02-18 | 226. Invert Binary Tree - Day 18/28 Leetcode February Challenge | 2:06 | 129 | |
|
2023-02-17 | 783. Minimum Distance Between BST Nodes - Day 17/28 Leetcode February Challenge | 11:56 | 337 | |
|
2023-02-16 | 356. Line Reflection (Leetcode Medium) | 12:57 | 301 | |
|
2023-02-16 | 104. Maximum Depth of Binary Tree - Day 16/28 Leetcode February Challenge | 3:30 | 129 | |
|
2023-02-15 | 305. Number of Islands II - Week 3/4 Leetcode February Challenge | 15:41 | 168 | |
|
2023-02-15 | 989. Add to Array-Form of Integer - Day 15/28 Leetcode February Challenge | 6:05 | 205 | |
|
2023-02-14 | 67. Add Binary - Day 14/28 Leetcode February Challenge | 5:36 | 236 | |
|
2023-02-13 | 1523. Count Odd Numbers in an Interval Range - Day 13/28 Leetcode February Challenge | 5:40 | 230 | |
|
2023-02-12 | 2565. Subsequence With the Minimum Score (Leetcode Hard) | 42:50 | 372 | |
|
2023-02-12 | 2562. Find the Array Concatenation Value (Leetcode Easy) | 3:22 | 143 | |
|
2023-02-12 | Typos galore! Leetcode Weekly Contest 332 (59th) with commentary | 35:01 | 106 | |
|
2023-02-12 | 2563. Count the Number of Fair Pairs (Leetcode Medium) | 8:44 | 795 | |
|
2023-02-12 | 2564. Substring XOR Queries (Leetcode Medium) | 15:09 | 249 | |
|
2023-02-12 | 2123. Minimum Operations to Remove Adjacent Ones in Matrix (Leetcode Hard) | 45:43 | 109 | |
|
2023-02-12 | 2477. Minimum Fuel Cost to Report to the Capital - Day 12/28 Leetcode February Challenge | 12:05 | 263 | |
|
2023-02-11 | 2204. Distance to a Cycle in Undirected Graph (Leetcode Hard) | 17:13 | 146 | |
|
2023-02-11 | 1129. Shortest Path with Alternating Colors - Day 11/28 Leetcode February Challenge | 15:05 | 841 | |
|
2023-02-10 | 1011. Capacity To Ship Packages Within D Days (Leetcode Medium) | 8:45 | 191 | |
|
2023-02-10 | 1162. As Far from Land as Possible - Day 10/28 Leetcode February Challenge | 2:25 | 286 | |
|
2023-02-09 | 2306. Naming a Company - Day 9/28 Leetcode February Challenge | 12:02 | 676 | |
|
2023-02-08 | 280. Wiggle Sort - Week 2/4 Leetcode February Challenge | 23:15 | 169 | |
|
2023-02-08 | 45. Jump Game II - Day 8/28 Leetcode February Challenge | 24:42 | 320 | |
|
2023-02-07 | 904. Fruit Into Baskets - Day 7/28 Leetcode February Challenge | 7:31 | 411 | |
|
2023-02-06 | 807. Max Increase to Keep City Skyline (Leetcode Medium) | 9:58 | 190 | |
|
2023-02-06 | 1470. Shuffle the Array - Day 6/28 Leetcode February Challenge | 6:09 | 239 | |
|
2023-02-05 | 2558. Take Gifts From the Richest Pile (Leetcode Easy) | 7:04 | 270 | |
|
2023-02-05 | 2559. Count Vowel Strings in Ranges (Leetcode Medium) | 7:14 | 161 | |
|
2023-02-05 | Unforced errors! Leetcode Weekly Contest 331 (231st) with commentary | 36:52 | 151 | |
|
2023-02-05 | 2560. House Robber IV (Leetcode Medium) | 9:01 | 1,009 | |
|
2023-02-05 | 2561. Rearranging Fruits (Leetcode Hard) | 20:21 | 450 | |
|
2023-02-05 | 2268. Minimum Number of Keypresses (Leetcode Medium) | 5:46 | 124 | |
|