{"id":34869653,"url":"https://github.com/dave-hay/leetcode","last_synced_at":"2026-05-23T06:31:36.596Z","repository":{"id":54833851,"uuid":"522690739","full_name":"dave-hay/leetcode","owner":"dave-hay","description":"My LeetCode Solutions","archived":false,"fork":false,"pushed_at":"2025-03-25T19:53:57.000Z","size":482,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T07:52:25.858Z","etag":null,"topics":["interview","leetcode","leetcode-solutions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dave-hay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-08T20:04:13.000Z","updated_at":"2025-03-25T19:54:01.000Z","dependencies_parsed_at":"2024-02-20T23:31:47.318Z","dependency_job_id":"7efbe4f5-dd7d-45c5-a2b7-5552e2bb5ad7","html_url":"https://github.com/dave-hay/leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dave-hay/leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dave-hay%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dave-hay%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dave-hay%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dave-hay%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dave-hay","download_url":"https://codeload.github.com/dave-hay/leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dave-hay%2Fleetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33385119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interview","leetcode","leetcode-solutions"],"created_at":"2025-12-25T23:06:16.157Z","updated_at":"2026-05-23T06:31:36.576Z","avatar_url":"https://github.com/dave-hay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode Solutions\n\nTotal: 265\n\n| Completed                                                                                                                                                             | Python | JavaScript | Go |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ---------- | -- |\n| [0001. Two Sum](https://leetcode.com/problems/two-sum/)                                                                                                               | x      |            | x  |\n| [0002. Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)                                                                                               |        | x          |    |\n| [0003. Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)                                 | x      | x          | x  |\n| [0005. Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/)                                                                   | x      |            |    |\n| [0006. Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/)                                                                                           | x      |            |    |\n| [0007. Reverse Integer](https://leetcode.com/problems/reverse-integer/)                                                                                               | x      |            |    |\n| [0008. String To Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/)                                                                               | x      | x          |    |\n| [0009. Palindrome Number](https://leetcode.com/problems/palindrome-number/)                                                                                           | x      |            |    |\n| [0011. Container With Most Water](https://leetcode.com/problems/container-with-most-water/)                                                                           | x      | x          |    |\n| [0013. Roman to Integer](https://leetcode.com/problems/roman-to-integer/)                                                                                             | x      |            |    |\n| [0015. 3Sum](https://leetcode.com/problems/3sum/)                                                                                                                     | x      | x          |    |\n| [0017. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/)                                                   | x      |            |    |\n| [0019. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)                                                             | x      |            |    |\n| [0020. Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)                                                                                           | x      | x          |    |\n| [0021. Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)                                                                                 | x      | x          |    |\n| [0022. Generate Parentheses](https://leetcode.com/problems/generate-parentheses/)                                                                                     | x      |            |    |\n| [0023. Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/)                                                                                     | x      |            |    |\n| [0026. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)                                                       | x      |            |    |\n| [0028. Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/)                         | x      |            |    |\n| [0033. Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/)                                                                 | x      |            |    |\n| [0034. Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)               | x      |            |    |\n| [0035. Search Insert Position](https://leetcode.com/problems/search-insert-position/)                                                                                 | x      |            |    |\n| [0036. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)                                                                                                     | x      |            |    |\n| [0039. Combination Sum](https://leetcode.com/problems/combination-sum/)                                                                                               | x      |            |    |\n| [0041. First Missing Positive](https://leetcode.com/problems/first-missing-positive/)                                                                                 | x      |            |    |\n| [0042. Trapping Rain Water](https://leetcode.com/problems/trapping-rain-water/)                                                                                       | x      |            |    |\n| [0045. Jump Game II](https://leetcode.com/problems/jump-game-ii/)                                                                                                     | x      |            |    |\n| [0046. Permutations](https://leetcode.com/problems/permutations/)                                                                                                     | x      |            |    |\n| [0048. Rotate Image](https://leetcode.com/problems/rotate-image/)                                                                                                     | x      |            |    |\n| [0049. Group Anagram](https://leetcode.com/problems/group-anagrams/)                                                                                                  | x      | x          |    |\n| [0050. Pow(x, n)](https://leetcode.com/problems/powx-n/)                                                                                                              | x      |            |    |\n| [0053. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)                                                                                             | x      | x          |    |\n| [0054. Spiral Matrix](https://leetcode.com/problems/spiral-matrix/)                                                                                                   | x      |            |    |\n| [0055. Jump Game](https://leetcode.com/problems/jump-game/)                                                                                                           | x      |            |    |\n| [0056. Merge Intervals](https://leetcode.com/problems/merge-intervals/)                                                                                               | x      | x          |    |\n| [0057. Insert Interval](https://leetcode.com/problems/insert-interval/)                                                                                               | x      | x          |    |\n| [0058. Length of Last Word](https://leetcode.com/problems/length-of-last-word/)                                                                                       | x      |            |    |\n| [0062. Unique Paths](https://leetcode.com/problems/unique-paths/)                                                                                                     | x      |            |    |\n|[0067. AddBinary](https://leetcode.com/problems/add-binary/)|x|||\n| [0064. Minimum Path Sum](https://leetcode.com/problems/minimum-path-sum/)                                                                                             | x      |            |    |\n| [0069. Sqrt(x)](https://leetcode.com/problems/sqrtx/)                                                                                                                 | x      | x          |    |\n| [0070. Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)                                                                                               | x       | x          |    |\n| [0073. Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/)                                                                                           | x      |            |    |\n| [0074. Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix/)                                                                                         | x      |            |    |\n| [0076. Minimum Window Substring](https://leetcode.com/problems/minimum-window-substring/)                                                                             | x      |            |    |\n| [0078. Subsets](https://leetcode.com/problems/subsets/)                                                                                                               | x      |            |    |\n| [0079. Word Search](https://leetcode.com/problems/word-search/)                                                                                                       | x      |            |    |\n| [0082. Remove Duplicates from Sorted List II](https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/)                                                   | x      |            |    |\n| [0083. Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/submissions/)                                             | x      |            |    |\n| [0086. PartitionList](https://leetcode.com/problems/partition-list/)                                                                                                  | x      |            |    |\n| [0084. Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/)                                                                 | x      |            |    |\n| [0088. Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)                                                                                         | x      |            |    |\n| [0091. Decode Ways](https://leetcode.com/problems/decode-ways/)                                                                                                       | x      |            |    |\n| [0094. Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/)                                                                   |        | x          |    |\n| [0098. Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/)                                                                       | x      |            |    |\n| [0100. Same Tree](https://leetcode.com/problems/same-tree/)                                                                                                           | x      |            |    |\n| [0101. Symmetric Tree](https://leetcode.com/problems/symmetric-tree/)                                                                                                 | x      |            |    |\n| [0102. Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)                                                           | x      | x          |    |\n| [0103. Binary Tree Zigzag Level Order Traversal](https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/)                                             | x      |            |    |\n| [0104. Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/)                                                                     | x      | x          |    |\n| [0105. Construct Binary Tree from Preorder and Inorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/)           | x      |            |    |\n| [0106. Construct Binary Tree from Inorder and Postorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/)         | x      |            |    |\n| [0109. Convert Sorted List to Binary Search Tree](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/)                                           | x      |            |    |\n| [0110. Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree/)                                                                                     | x      |            |    |\n| [0116. Populating Next Right Pointers in Each Node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/)                                       | x      |            |    |\n| [0121. Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)                                                               | x      | x          |    |\n| [0124. Binary Tree Maximum Path Sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/)                                                                     | x      |            |    |\n| [0125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome/)                                                                                             |        | x          |    |\n| [0127. Word Ladder](https://leetcode.com/problems/word-ladder/)                                                                                                       | x      |            |    |\n| [0128. Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/)                                                                     | x      | x          |    |\n| [0129. Sum Root to Leaf Numbers](https://leetcode.com/problems/sum-root-to-leaf-numbers/)                                                                             | x      |            |    |\n| [0131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning/)                                                                               | x      |            |    |\n| [0133. Clone Graph](https://leetcode.com/problems/clone-graph/solution/)                                                                                              | x      | x          |    |\n| [0134. Gas Station](https://leetcode.com/problems/gas-station/)                                                                                                       | x      |            |    |\n| [0139. Word Break](https://leetcode.com/problems/word-break/)                                                                                                         | x      |            |    |\n| [0141. Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/)                                                                                           | x      | x          |    |\n| [0142. Linked List Cycle II](https://leetcode.com/problems/linked-list-cycle-ii/)                                                                                     | x      |            |    |\n| [0143. Reorder List](https://leetcode.com/problems/reorder-list/)                                                                                                     | x      |            |    |\n| [0146. LRU Cache](https://leetcode.com/problems/lru-cache/)                                                                                                           | x      |            |    |\n| [0150. Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation/)                                                             | x      |            |    |\n| [0152. Maximum Product Subarray](https://leetcode.com/problems/maximum-product-subarray/)                                                                             | x      |            |    |\n| [0153. Find Minimum in Rotated Sorted Array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/)                                                     | x      |            |    |\n| [0155. Min Stack](https://leetcode.com/problems/min-stack/)                                                                                                           | x      |            |    |\n| [0159. Longest Substring with At Most Two Distinct Characters](https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters/)                 | x      |            |    |\n| [0167. Two Sum II - Input Array Is Sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/)                                                           | x      |            |    |\n| [0169. Majority Element](https://leetcode.com/problems/majority-element/)                                                                                             | x      | x          |    |\n| [0190. Reverse Bits](https://leetcode.com/problems/reverse-bits/)                                                                                                     | x      |            |    |\n| [0191. Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/)                                                                                             | x      |            |    |\n| [0198. House Robber](https://leetcode.com/problems/house-robber/)                                                                                                     |        | x          |    |\n| [0200. Number of Islands](https://leetcode.com/problems/number-of-islands/)                                                                                           | x      |            |    |\n| [0201. Bitwise AND of Numbers Range](https://leetcode.com/problems/bitwise-and-of-numbers-range/)                                                                     | x      |            |    |\n| [0205. Isomorphic Strings](https://leetcode.com/problems/isomorphic-strings/)                                                                                         | x      |            |    |\n| [0206. Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/)                                                                                       |        | x          | x  |\n| [0207. Course Schedule](https://leetcode.com/problems/course-schedule/)                                                                                               | x      |            |    |\n| [0208. Implement Trie (Prefix Tree)](https://leetcode.com/problems/implement-trie-prefix-tree/)                                                                       | x      |            |    |\n| [0209. Minimum Size Subarray Sum](https://leetcode.com/problems/minimum-size-subarray-sum/)                                                                           | x      |            |    |\n| [0210. Course Schedule II](https://leetcode.com/problems/course-schedule-ii/)                                                                                         | x      |            |    |\n| [0211. Design Add and Search Words Data Structure](https://leetcode.com/problems/design-add-and-search-words-data-structure/)                                         | x      |            |    |\n| [0212. Word Search II](https://leetcode.com/problems/word-search-ii/)                                                                                                 | x      |            |    |\n| [0213. House Robber II](https://leetcode.com/problems/house-robber-ii/)                                                                                               | x      |            |    |\n| [0215. Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)                                                               | x      |            |    |\n| [0217. Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)                                                                                         |        | x          |    |\n| [0226. Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/)                                                                                         | x      | x          |    |\n| [0230. Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)                                                                   | x      |            |    |\n| [0234. Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/)                                                                                 | x      |            |    |\n| [0235. Lowest Common Ancestor of a Binary Search Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/)                                 | x      | x          |    |\n| [0238. Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/)                                                                     | x      | x          |    |\n| [0239. Sliding Window Maximum](https://leetcode.com/problems/sliding-window-maximum/)                                                                                 | x      |            |    |\n| [0242. Valid Anagram](https://leetcode.com/problems/valid-anagram/)                                                                                                   |        | x          |    |\n| [0252. Meeting Rooms](https://leetcode.com/problems/meeting-rooms/)                                                                                                   | x      |            |    |\n| [0253. Meeting Rooms II](https://leetcode.com/problems/meeting-rooms-ii/)                                                                                             | x      |            |    |\n| [0261. Graph Valid Tree](https://leetcode.com/problems/graph-valid-tree/)                                                                                             | x      |            |    |\n| [0268. Missing Number](https://leetcode.com/problems/missing-number/)                                                                                                 | x      |            |    |\n| [0269. Alien Dictionary](https://leetcode.com/problems/alien-dictionary/)                                                                                             | x      |            |    |\n| [0271. Encode and Decode Strings](https://leetcode.com/problems/encode-and-decode-strings/)                                                                           | x      | x          |    |\n| [0279. Perfect Squares](https://leetcode.com/problems/perfect-squares/)                                                                                               | x      |            |    |\n| [0287. Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/)                                                                           | x      |            |    |\n| [0290. Word Pattern](https://leetcode.com/problems/word-pattern/)                                                                                                     | x      |            |    |\n| [0295. Find Median from Data Stream](https://leetcode.com/problems/find-median-from-data-stream/)                                                                     | x      |            |    |\n| [0297. Serialize and Deserialize Binary Tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/)                                                   | x      |            |    |\n| [0300. Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence/)                                                                 | x      |            |    |\n| [0322. Coin Change](https://leetcode.com/problems/coin-change)                                                                                                        | x      |            |    |\n| [0323. Number of Connected Components in an Undirected Graph](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/)                   | x      |            |    |\n| [0326. Power of Three](https://leetcode.com/problems/power-of-three/)                                                                                                 | x      |            |    |\n| [0338. Counting Bits](https://leetcode.com/problems/counting-bits/)                                                                                                   | x      |            |    |\n| [0339. Nested List Weight Sum](https://leetcode.com/problems/nested-list-weight-sum/)                                                                                 | x      |            |    |\n| [0346. Moving Average from Data Stream](https://leetcode.com/problems/moving-average-from-data-stream/)                                                               |        | x          |    |\n| [0347. Top K Frequent Elements](https://leetcode.com/problems/top-k-frequent-elements/)                                                                               | x      | x          |    |\n| [0349. Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)                                                                         | x      |            |    |\n| [0371. Sum of Two Integers](https://leetcode.com/problems/sum-of-two-integers/)                                                                                       | x      |            |    |\n| [0374. Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/)                                                                     |        | x          |    |\n| [0380. Insert Delete GetRandom O(1)](https://leetcode.com/problems/insert-delete-getrandom-o1/)                                                                       | x      |            |    |\n|[0383. RansomNote](https://leetcode.com/problems/ransom-note/)|x|||\n| [0382. Linked List Random Node](https://leetcode.com/problems/linked-list-random-node/)                                                                               | x      |            |    |\n| [0387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)                                                         | x      |            |    |\n| [0404. SumofLeftLeaves](https://leetcode.com/problems/sum-of-left-leaves/)                                                                                            | x      |            |    |\n| [0392. Is Subsequence](https://leetcode.com/problems/is-subsequence/)                                                                                                 | x      |            |    |\n|[0409. LongestPalindrome](https://leetcode.com/problems/longest-palindrome/)|x|||\n| [0408. Valid Word Abbreviation](https://leetcode.com/problems/valid-word-abbreviation/)                                                                               | x      |            |    |\n| [0417. Pacific Atlantic Water Flow](https://www.youtube.com/watch?v=s-VkcjHqkGI)                                                                                      | x      |            |    |\n| [0424. Longest Repeating Character Replacement](https://leetcode.com/problems/longest-repeating-character-replacement/)                                               | x      |            |    |\n| [0435. Non-overlapping Intervals](https://leetcode.com/problems/non-overlapping-intervals/)                                                                           | x      |            |    |\n| [0442. Find All Duplicates in an Array](https://leetcode.com/problems/find-all-duplicates-in-an-array/)                                                               | x      |            |    |\n| [0451. Sort Characters By Frequency](https://leetcode.com/problems/sort-characters-by-frequency/)                                                                     | x      |            |    |\n| [0452. Minimum Number of Arrows to Burst Balloons](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/)                                         | x      |            |    |\n| [0455. Assign Cookies](https://leetcode.com/problems/assign-cookies/)                                                                                                 | x      |            |    |\n| [0513. Find Bottom Left Tree Value](https://leetcode.com/problems/find-bottom-left-tree-value/)                                                                       | x      |            |    |\n| [0540. Single Element in a Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array/)                                                             | x      |            |    |\n| [0543. Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/)                                                                               | x      |            |    |\n| [0547. Number of Provinces](https://leetcode.com/problems/number-of-provinces/)                                                                                       | x      |            |    |\n| [0567. Permutation in String](https://leetcode.com/problems/permutation-in-string/)                                                                                   | x      |            |    |\n| [0572. Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/)                                                                               | x      |            |    |\n| [0576. Out of Boundary Paths](https://leetcode.com/problems/out-of-boundary-paths/)                                                                                   | x      |            |    |\n| [0605. Can Place Flowers](https://leetcode.com/problems/can-place-flowers/)                                                                                           | x      |            |    |\n| [0606. Construct String from Binary Tree](https://leetcode.com/problems/construct-string-from-binary-tree/)                                                           | x      |            |    |\n| [0622. Design Circular Queue](https://leetcode.com/problems/design-circular-queue/)                                                                                   |        | x          |    |\n| [0629. K Inverse Pairs Array](https://leetcode.com/problems/k-inverse-pairs-array/)                                                                                   | x      |            |    |\n| [0645. Set Mismatch](https://leetcode.com/problems/set-mismatch/)                                                                                                     | x      |            |    |\n| [0647. Palindromic Substrings](https://leetcode.com/problems/palindromic-substrings/)                                                                                 | x      |            |    |\n| [0651. 4 Keys Keyboard](https://leetcode.com/problems/4-keys-keyboard/solution/)                                                                                      | x      |            |    |\n| [0680. Valid Palindrome II](https://leetcode.com/problems/valid-palindrome-ii/)                                                                                       | x      |            |    |\n| [0684. Redundant Connection](https://leetcode.com/problems/redundant-connection/)                                                                                     | x      |            |    |\n| [0692. Top K Frequent Words](https://leetcode.com/problems/top-k-frequent-words/)                                                                                     | x      |            |    |\n| [0695. Max Area of Island](https://leetcode.com/problems/max-area-of-island/)                                                                                         | x      |            |    |\n| [0703. Kth Largest Element in a Stream](https://leetcode.com/problems/kth-largest-element-in-a-stream/)                                                               | x      |            |    |\n| [0704. Binary Search](https://leetcode.com/problems/binary-search/)                                                                                                   |        | x          |    |\n|[0721. AccountsMerge](https://leetcode.com/problems/accounts-merge/)|x|||\n| [0713. Subarray Product Less Than K](https://leetcode.com/problems/subarray-product-less-than-k/)                                                                     | x      |            |    |\n| [0733. Flood Fill](https://leetcode.com/problems/flood-fill/)                                                                                                         | x      | x          |    |\n| [0739. Daily Temperatures](https://leetcode.com/problems/daily-temperatures/)                                                                                         | x      |            |    |\n| [0740. Delete and Earn](https://leetcode.com/problems/delete-and-earn/)                                                                                               | x      |            |    |\n| [0763. Partition Labels](https://leetcode.com/problems/partition-labels/)                                                                                             | x      |            |    |\n| [0783. Minimum Distance Between BST Nodes](https://leetcode.com/problems/minimum-distance-between-bst-nodes/)                                                         | x      |            |    |\n| [0791. Custom Sort String](https://leetcode.com/problems/custom-sort-string/)                                                                                         | x      |            |    |\n| [0797. All Paths From Source to Target](https://leetcode.com/problems/all-paths-from-source-to-target/)                                                               | x      | x          |    |\n| [0804. Unique Morse Code Words](https://leetcode.com/problems/unique-morse-code-words/)                                                                               |        | x          |    |\n| [0846. Hand of Straights](https://leetcode.com/problems/hand-of-straights/)                                                                                           | x      |            |    |\n| [0853. Car Fleet](https://leetcode.com/problems/car-fleet/)                                                                                                           | x      |            |    |\n| [0872. Leaf-Similar Trees](https://leetcode.com/problems/leaf-similar-trees/)                                                                                         | x      |            |    |\n| [0875. Koko Eating Bananas](https://leetcode.com/problems/koko-eating-bananas/)                                                                                       | x      |            |    |\n| [0876. Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list/)                                                                           | x      |            |    |\n| [0916. WordSubsets](https://leetcode.com/problems/word-subsets/)                                                                                                      | x      |            |    |\n| [0904. Fruit Into Baskets](https://leetcode.com/problems/fruit-into-baskets/)                                                                                         | x      |            |    |\n| [0930. Binary Subarrays With Sum](https://leetcode.com/problems/binary-subarrays-with-sum/)                                                                           | x      |            |    |\n| [0938. Range Sum of BST](https://leetcode.com/problems/range-sum-of-bst/)                                                                                             | x      |            |    |\n| [0948. Bag of Tokens](https://leetcode.com/problems/bag-of-tokens/)                                                                                                   | x      |            |    |\n| [0953. Verifying an Alien Dictionary](https://leetcode.com/problems/verifying-an-alien-dictionary/)                                                                   | x      |            |    |\n| [0958. Check Completeness of a Binary Tree](https://leetcode.com/problems/check-completeness-of-a-binary-tree/)                                                       | x      |            |    |\n| [0973. K Closest Points to Origin](https://leetcode.com/problems/k-closest-points-to-origin/)                                                                         | x      |            |    |\n| [0977. Squares of a Sorted Array](https://leetcode.com/problems/squares-of-a-sorted-array/)                                                                           | x      |            |    |\n| [0981. Time Based Key-Value Store](https://leetcode.com/problems/time-based-key-value-store/)                                                                         | x      |            |    |\n| [0987. Vertical Order Traversal of a Binary Tree](https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/)                                           | x      |            |    |\n| [0992. Subarray With K Different Integers](https://leetcode.com/problems/subarrays-with-k-different-integers/)                                                        |        | x          |    |\n| [0994. Rotting Oranges](https://leetcode.com/problems/rotting-oranges/)                                                                                               | x      |            |    |\n| [0997. Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/)                                                                                       | x      |            |    |\n| [1026. Maximum Difference Between Node and Ancestor](https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/)                                     | x      |            |    |\n| [1046. Last Stone Weight](https://leetcode.com/problems/last-stone-weight/)                                                                                           | x      |            |    |\n| [1071. Greatest Common Divisor of Strings](https://leetcode.com/problems/greatest-common-divisor-of-strings/)                                                         | x      |            |    |\n| [1074. Number of Submatrices That Sum to Target](https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/)                                             | x      |            |    |\n| [1120. Maximum Average Subtree](https://leetcode.com/problems/maximum-average-subtree/)                                                                               | x      |            |    |\n| [1137. N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number/)                                                                                 | x      |            |    |\n| [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence/)                                                                         | x      |            |    |\n| [1155. Number of Dice Rolls With Target Sum](https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/)                                                     | x      |            |    |\n| [1207. Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)                                                                     | x      |            |    |\n| [1216. Valid Palindrome III](https://leetcode.com/problems/valid-palindrome-iii/)                                                                                     | x      |            |    |\n| [1235. Maximum Profit in Job Scheduling](https://leetcode.com/problems/maximum-profit-in-job-scheduling/)                                                             | x      |            |    |\n| [1239. Maximum Length of a Concatenated String with Unique Characters](https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/) | x      |            |    |\n| [1249. Minimum Remove to Make Valid Parentheses](https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/)                                             | x      |            |    |\n| [1319. Number of Operations to Make Network Connected](https://leetcode.com/problems/number-of-operations-to-make-network-connected/)                                 | x      |            |    |\n| [1335. Minimum Difficulty of a Job Schedule](https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/)                                                     | x      |            |    |\n| [1347. Minimum Number of Steps to Make Two Strings Anagram](https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram/)                       | x      |            |    |\n| [1422. Maximum Score After Splitting a String](https://leetcode.com/problems/maximum-score-after-splitting-a-string/)                                                 | x      |            |    |\n| [1436. Destination City](https://leetcode.com/problems/destination-city/)                                                                                             | x      |            |    |\n| [1448. Count Good Nodes in Binary Tree](https://leetcode.com/problems/count-good-nodes-in-binary-tree/)                                                               | x      |            |    |\n| [1457. Pseudo-Palindromic Paths in a Binary Tree](https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/)                                           | x      |            |    |\n| [1464. Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)                                       | x      |            |    |\n| [1466. Reorder Routes to Make All Paths Lead to the City Zero](https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/)                 | x      |            |    |\n| [1470. Shuffle the Array](https://leetcode.com/problems/shuffle-the-array/)                                                                                           | x      |            |    |\n| [1481. Least Number of Unique Integers after K Removals](https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals/)                             | x      |            |    |\n| [1496. Path Crossing](https://leetcode.com/problems/path-crossing/)                                                                                                   | x      |            |    |\n| [1539. Kth Missing Positive Number](https://leetcode.com/problems/kth-missing-positive-number/)                                                                       | x      |            |    |\n| [1544. Make The String Great](https://leetcode.com/problems/make-the-string-great/)                                                                                   | x      |            |    |\n| [1578. Minimum Time to Make Rope Colorful](https://leetcode.com/problems/minimum-time-to-make-rope-colorful/)                                                         | x      |            |    |\n| [1609. Even Odd Tree](https://leetcode.com/problems/even-odd-tree/)                                                                                                   | x      |            |    |\n| [1614. Maximum Nesting Depth of the Parentheses](https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/)                                             | x      |            |    |\n| [1624. Largest Substring Between Two Equal Characters](https://leetcode.com/problems/largest-substring-between-two-equal-characters/)                                 | x      |            |    |\n| [1626. Best Team With No Conflicts](https://leetcode.com/problems/best-team-with-no-conflicts/)                                                                       | x      |            |    |\n| [1637. Widest Vertical Area Between Two Points Containing No Points](https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-points/)     | x      |            |    |\n| [1642. Furthest Building You Can Reach](https://leetcode.com/problems/furthest-building-you-can-reach/)                                                               | x      |            |    |\n| [1657. Determine if Two Strings Are Close](https://leetcode.com/problems/determine-if-two-strings-are-close/)                                                         | x      |            |    |\n| [1669. Merge In Between Linked Lists](https://leetcode.com/problems/merge-in-between-linked-lists/)                                                                   | x      |            |    |\n| [1688. Count of Matches in Tournament](https://leetcode.com/problems/count-of-matches-in-tournament/)                                                                 | x      |            |    |\n| [1700. Number of Students Unable to Eat Lunch](https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/)                                                 | x      |            |    |\n| [1704. Determine if String Halves Are Alike](https://leetcode.com/problems/determine-if-string-halves-are-alike/)                                                     | x      |            |    |\n| [1750. Minimum Length of String After Deleting Similar Ends](https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends/)                     | x      |            |    |\n| [1758. Minimum Changes To Make Alternating Binary String](https://leetcode.com/problems/minimum-changes-to-make-alternating-binary-string/)                           | x      |            |    |\n| [1770. Maximum Score from Performing Multiplication Operations](https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations/)               | x      | x          |    |\n| [1897. Redistribute Characters to Make All Strings Equal](https://leetcode.com/problems/redistribute-characters-to-make-all-strings-equal/)                           | x      |            |    |\n| [1930. UniqueLength-3PalindromicSubsequences](https://leetcode.com/problems/unique-length-3-palindromic-subsequences/)                                                | x      |            |    |\n| [1899. Merge Triplets to Form Target Triplet](https://leetcode.com/problems/merge-triplets-to-form-target-triplet/)                                                   | x      |            |    |\n| [1971. Find If Path Exists in Graph](https://leetcode.com/problems/find-if-path-exists-in-graph/)                                                                     | x      | x          |    |\n| [2073. Time Needed to Buy Tickets](https://leetcode.com/problems/time-needed-to-buy-tickets/)                                                                         | x      |            |    |\n| [2092. Find All People With Secret](https://leetcode.com/problems/find-all-people-with-secret/)                                                                       | x      |            |    |\n| [2108. Find First Palindromic String in the Array](https://leetcode.com/problems/find-first-palindromic-string-in-the-array/)                                         | x      |            |    |\n| [2125. Number of Laser Beams in a Bank](https://leetcode.com/problems/number-of-laser-beams-in-a-bank/)                                                               | x      |            |    |\n| [2149. Rearrange Array Elements by Sign](https://leetcode.com/problems/rearrange-array-elements-by-sign/)                                                             | x      |            |    |\n| [2225. Find Players With Zero or One Losses](https://leetcode.com/problems/find-players-with-zero-or-one-losses/)                                                     | x      |            |    |\n| [2348. Number of Zero-Filled Subarrays](https://leetcode.com/problems/number-of-zero-filled-subarrays/)                                                               | x      |            |    |\n| [2360. Longest Cycle in a Graph](https://leetcode.com/problems/longest-cycle-in-a-graph/)                                                                             | x      |            |    |\n| [2385. Amount of Time for Binary Tree to Be Infected](https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infected/)                                   | x      |            |    |\n| [2444. Count Subarrays With Fixed Bounds](https://leetcode.com/problems/count-subarrays-with-fixed-bounds/)                                                           | x      |            |    |\n| [2482. Difference Between Ones and Zeros in Row and Column](https://leetcode.com/problems/difference-between-ones-and-zeros-in-row-and-column/)                       | x      |            |    |\n| [2485. Find the Pivot Integer](https://leetcode.com/problems/find-the-pivot-integer/)                                                                                 | x      |            |    |\n| [2559. CountVowelStringsinRanges](https://leetcode.com/problems/count-vowel-strings-in-ranges/)                                                                       | x      |            |    |\n| [2492. Minimum Score of a Path Between Two Cities](https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities/)                                         | x      |            |    |\n| [2610. Convert an Array Into a 2D Array With Conditions](https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions/)                             | x      |            |    |\n| [2706. Buy Two Chocolates](https://leetcode.com/problems/buy-two-chocolates/)                                                                                         | x      |            |    |\n| [2864. Maximum Odd Binary Number](https://leetcode.com/problems/maximum-odd-binary-number/)                                                                           | x      |            |    |\n| [2870. Minimum Number of Operations to Make Array Empty](https://leetcode.com/problems/minimum-number-of-operations-to-make-array-empty/)                             | x      |            |    |\n| [2958. Length of Longest Subarray With at Most K Frequency](https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequency/)                       | x      |            |    |\n| [2962. Count Subarrays Where Max Element Appears at Least K Times](https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/)         | x      |            |    |\n| [2966. Divide Array Into Arrays With Max Difference](https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/)                                     | x      |            |    |\n| [2971. Find Polygon With the Largest Perimeter](https://leetcode.com/problems/find-polygon-with-the-largest-perimeter/)                                               | x      |            |    |\n| [3005. Count Elements With Maximum Frequency](https://leetcode.com/problems/count-elements-with-maximum-frequency/)                                                   | x      |            |    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdave-hay%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdave-hay%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdave-hay%2Fleetcode/lists"}