2022-04-17 | 2243. Calculate Digit Sum of a String (Leetcode Easy) | 9:56 | 374 | |
|
2022-04-17 | 897. Increasing Order Search Tree - Day 17/30 Leetcode April Challenge | 14:02 | 215 | |
|
2022-04-16 | 2241. Design an ATM Machine (Leetcode Medium) | 9:09 | 3,213 | |
|
2022-04-16 | 2240. Number of Ways to Buy Pens and Pencils (Leetcode Medium) | 6:03 | 443 | |
|
2022-04-16 | Forgot to count! Leetcode Biweekly Contest 76 (88th) with commentary | 32:09 | 128 | |
|
2022-04-16 | 2242. Maximum Score of a Node Sequence (Leetcode Hard) | 29:11 | 633 | |
|
2022-04-16 | 2239. Find Closest Number to Zero (Leetcode Easy) | 2:45 | 1,588 | |
|
2022-04-16 | 538. Convert BST to Greater Tree - Day 16/30 Leetcode April Challenge | 16:19 | 179 | |
|
2022-04-15 | 669. Trim a Binary Search Tree - Day 15/30 Leetcode April Challenge | 8:46 | 190 | |
|
2022-04-14 | 700. Search in a Binary Search Tree - Day 14/30 Leetcode April Challenge | 4:42 | 115 | |
|
2022-04-13 | 59. Spiral Matrix II - Day 13/30 Leetcode April Challenge | 14:56 | 253 | |
|
2022-04-12 | 289. Game of Life - Day 12/30 Leetcode April Challenge | 17:35 | 242 | |
|
2022-04-11 | 1260. Shift 2D Grid - Day 11/30 Leetcode April Challenge | 5:11 | 2,152 | |
|
2022-04-10 | 2234. Maximum Total Beauty of the Gardens (Leetcode Hard) | 50:07 | 953 | |
|
2022-04-10 | Both edge cases! Leetcode Weekly Contest 288 (57th) with commentary | 53:08 | 297 | |
|
2022-04-10 | 2233. Maximum Product After K Increments (Leetcode Medium) | 6:27 | 626 | |
|
2022-04-10 | 2232. Minimize Result by Adding Parentheses to Expression (Leetcode Medium) | 12:08 | 320 | |
|
2022-04-10 | 2231. Largest Number After Digit Swaps by Parity (Leetcode Easy) | 6:48 | 436 | |
|
2022-04-10 | 682. Baseball Game - Day 10/30 Leetcode April Challenge | 3:47 | 101 | |
|
2022-04-09 | 347. Top K Frequent Elements - Day 9/30 Leetcode April Challenge | 11:42 | 176 | |
|
2022-04-08 | 703. Kth Largest Element in a Stream - Day 8/30 Leetcode April Challenge | 6:27 | 180 | |
|
2022-04-07 | 1046. Last Stone Weight - Day 7/30 Leetcode April Challenge | 8:17 | 190 | |
|
2022-04-06 | 923. 3Sum With Multiplicity - Day 6/30 Leetcode April Challenge | 18:47 | 864 | |
|
2022-04-05 | 11. Container With Most Water - Day 5/30 Leetcode April Challenge | 9:41 | 185 | |
|
2022-04-04 | 1721. Swapping Nodes in a Linked List - Day 4/30 Leetcode April Challenge | 6:09 | 248 | |
|
2022-04-03 | 2225. Find Players With Zero or One Losses (Leetcode Medium) | 4:15 | 280 | |
|
2022-04-03 | 2226. Maximum Candies Allocated to K Children (Leetcode Medium) | 8:29 | 252 | |
|
2022-04-03 | 2224. Minimum Number of Operations to Convert Time (Leetcode Easy) | 4:28 | 278 | |
|
2022-04-03 | Top 20! Leetcode Weekly Contest 287 (19th) with commentary | 19:49 | 177 | |
|
2022-04-03 | 2227. Encrypt and Decrypt Strings (Leetcode Hard) | 9:53 | 184 | |
|
2022-04-03 | 2223. Sum of Scores of Built Strings (Leetcode Hard) | 3:37:46 | 306 | |
|
2022-04-03 | 31. Next Permutation - Day 3/30 Leetcode April Challenge | 18:45 | 202 | |
|
2022-04-02 | 2222. Number of Ways to Select Buildings (Leetcode Medium) | 5:02 | 865 | |
|
2022-04-02 | 2220. Minimum Bit Flips to Convert Number (Leetcode Easy) | 2:10 | 204 | |
|
2022-04-02 | 2221. Find Triangular Sum of an Array (Leetcode Medium) | 4:53 | 1,046 | |
|
2022-04-02 | 680. Valid Palindrome II - Day 2/30 Leetcode April Challenge | 14:01 | 198 | |
|
2022-04-01 | 344. Reverse String - Day 1/30 Leetcode April Challenge | 4:19 | 151 | |
|
2022-03-31 | 410. Split Array Largest Sum - Day 31/31 Leetcode March Challenge | 15:26 | 569 | |
|
2022-03-30 | 74. Search a 2D Matrix - Day 30/31 Leetcode March Challenge | 6:29 | 178 | |
|
2022-03-29 | 287. Find the Duplicate Number - Day 29/31 Leetcode March Challenge | 59:46 | 243 | |
|
2022-03-28 | 81. Search in Rotated Sorted Array II - Day 28/31 Leetcode March Challenge | 17:16 | 202 | |
|
2022-03-27 | Python on LC strikes again! Leetcode Weekly Contest 286 (Yikes) with commentary | 52:39 | 343 | |
|
2022-03-27 | 2218. Maximum Value of K Coins From Piles (Leetcode Hard) | 41:50 | 664 | |
|
2022-03-27 | 2217. Find Palindrome With Fixed Length (Leetcode Medium) | 8:27 | 797 | |
|
2022-03-27 | 2216. Minimum Deletions to Make Array Beautiful (Leetcode Medium) | 5:38 | 437 | |
|
2022-03-27 | 2215. Find the Difference of Two Arrays (Leetcode Easy) | 2:45 | 395 | |
|
2022-03-27 | 1337. The K Weakest Rows in a Matrix - Day 27/31 Leetcode March Challenge | 8:24 | 185 | |
|
2022-03-26 | 704. Binary Search - Day 26/31 Leetcode March Challenge | 3:52 | 136 | |
|
2022-03-25 | 1029. Two City Scheduling - Day 25/31 Leetcode March Challenge | 8:12 | 271 | |
|
2022-03-24 | 881. Boats to Save People - Day 24/31 Leetcode March Challenge | 16:13 | 189 | |
|
2022-03-23 | 991. Broken Calculator - Day 23/31 Leetcode March Challenge | 13:09 | 354 | |
|
2022-03-22 | 1663. Smallest String With A Given Numeric Value - Day 22/31 Leetcode March Challenge | 10:10 | 231 | |
|
2022-03-21 | 763. Partition Labels - Day 21/31 Leetcode March Challenge | 11:58 | 150 | |
|
2022-03-20 | 2213. Longest Substring of One Repeating Character (Leetcode Hard) | 1:20:57 | 359 | |
|
2022-03-20 | Write clean code! Leetcode Weekly Contest 285 (Yikes) with commentary | 1:21:40 | 254 | |
|
2022-03-20 | 2212. Maximum Points in an Archery Competition (Leetcode Medium) | 9:03 | 478 | |
|
2022-03-20 | 2210. Count Hills and Valleys in an Array (Leetcode Easy) | 4:31 | 484 | |
|
2022-03-20 | 2211. Count Collisions on a Road (Leetcode Medium) | 6:53 | 331 | |
|
2022-03-20 | 1007. Minimum Domino Rotations For Equal Row - Day 20/31 Leetcode March Challenge | 5:49 | 104 | |
|
2022-03-19 | 2209. Minimum White Tiles After Covering With Carpets (Leetcode Hard) | 13:10 | 925 | |
|
2022-03-19 | 2207. Maximize Number of Subsequences in a String (Leetcode Medium) | 14:10 | 194 | |
|
2022-03-19 | 2206. Divide Array Into Equal Pairs (Leetcode Easy) | 3:00 | 514 | |
|
2022-03-19 | That Q2! Leetcode Biweekly Contest 74 (24th) with commentary | 15:19 | 158 | |
|
2022-03-19 | 2208. Minimum Operations to Halve Array Sum (Leetcode Medium) | 11:56 | 209 | |
|
2022-03-19 | 895. Maximum Frequency Stack - Day 19/31 Leetcode March Challenge | 10:39 | 148 | |
|
2022-03-18 | 316. Remove Duplicate Letters - Day 18/31 Leetcode March Challenge | 25:00 | 370 | |
|
2022-03-17 | 856. Score of Parentheses - Day 17/31 Leetcode March Challenge | 11:24 | 269 | |
|
2022-03-16 | 946. Validate Stack Sequences - Day 16/31 Leetcode March Challenge | 7:00 | 182 | |
|
2022-03-15 | 1249. Minimum Remove to Make Valid Parentheses - Day 15/31 Leetcode March Challenge | 9:38 | 198 | |
|
2022-03-14 | 71. Simplify Path - Day 14/31 Leetcode March Challenge | 7:16 | 159 | |
|
2022-03-13 | All the cases! Leetcode Weekly Contest 284 (56th) with commentary | 36:43 | 232 | |
|
2022-03-13 | 2201. Count Artifacts That Can Be Extracted (Leetcode Medium) | 12:05 | 227 | |
|
2022-03-13 | 2202. Maximize the Topmost Element After K Moves (Leetcode Medium) | 17:35 | 211 | |
|
2022-03-13 | 2200. Find All K-Distant Indices in an Array (Leetcode Easy) | 6:12 | 243 | |
|
2022-03-13 | 2203. Minimum Weighted Subgraph With the Required Paths (Leetcode Hard) | 23:59 | 352 | |
|
2022-03-13 | 20. Valid Parentheses - Day 13/31 Leetcode March Challenge | 5:26 | 71 | |
|
2022-03-12 | 138. Copy List with Random Pointer - Day 12/31 Leetcode March Challenge | 10:04 | 143 | |
|
2022-03-11 | 61. Rotate List - Day 11/31 Leetcode March Challenge | 9:44 | 130 | |
|
2022-03-10 | 2. Add Two Numbers - Day 10/31 Leetcode March Challenge | 11:26 | 145 | |
|
2022-03-09 | 82. Remove Duplicates from Sorted List II - Day 9/31 Leetcode March Challenge | 8:01 | 154 | |
|
2022-03-08 | 141. Linked List Cycle - Day 8/31 Leetcode March Challenge | 6:40 | 112 | |
|
2022-03-07 | 21. Merge Two Sorted Lists - Day 7/31 Leetcode March Challenge | 4:53 | 147 | |
|
2022-03-06 | 2195. Append K Integers With Minimal Sum (Leetcode Medium) | 23:58 | 401 | |
|
2022-03-06 | Sum-thing hard! Leetcode Weekly Contest 283 (Virtual) with commentary | 34:51 | 127 | |
|
2022-03-06 | 2196. Create Binary Tree From Descriptions (Leetcode Medium) | 7:09 | 180 | |
|
2022-03-06 | 2197. Replace Non-Coprime Numbers in Array (Leetcode Hard) | 10:06 | 150 | |
|
2022-03-06 | 2194. Cells in a Range on an Excel Sheet (Leetcode Easy) | 3:46 | 462 | |
|
2022-03-06 | 1359. Count All Valid Pickup and Delivery Options - Day 6/31 Leetcode March Challenge | 9:09 | 721 | |
|
2022-03-05 | Math is hard! Leetcode Biweekly Contest 73 (virtual 95th) with commentary | 29:29 | 180 | |
|
2022-03-05 | Check those constraints! Leetcode Weekly Contest 282 (Virtual) with commentary | 49:34 | 69 | |
|
2022-03-05 | 2192. All Ancestors of a Node in a Directed Acyclic Graph (Leetcode Medium) | 15:09 | 508 | |
|
2022-03-05 | 2193. Minimum Number of Moves to Make Palindrome (Leetcode Hard) | 20:17 | 1,642 | |
|
2022-03-05 | 2191. Sort the Jumbled Numbers (Leetcode Medium) | 3:25 | 177 | |
|
2022-03-05 | 2190. Most Frequent Number Following Key In an Array (Leetcode Easy) | 2:58 | 249 | |
|
2022-03-05 | 740. Delete and Earn - Day 5/31 Leetcode March Challenge | 11:49 | 249 | |
|
2022-03-04 | 799. Champagne Tower - Day 4/31 Leetcode March Challenge | 14:15 | 325 | |
|
2022-03-03 | 413. Arithmetic Slices - Day 3/31 Leetcode March Challenge | 8:19 | 261 | |
|
2022-03-02 | 392. Is Subsequence - Day 2/31 Leetcode March Challenge | 5:49 | 166 | |
|
2022-03-01 | 338. Counting Bits - Day 1/31 Leetcode March Challenge | 4:34 | 217 | |
|
2022-02-28 | 228. Summary Ranges - Day 28/28 Leetcode February Challenge | 6:57 | 214 | |
|