{"id":22598938,"url":"https://github.com/rasmussvala/leetcode","last_synced_at":"2025-03-28T19:33:17.166Z","repository":{"id":244449995,"uuid":"815275604","full_name":"rasmussvala/LeetCode","owner":"rasmussvala","description":"A place for me to save my solutions to LeetCode problems.","archived":false,"fork":false,"pushed_at":"2025-01-12T16:45:01.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T22:11:16.907Z","etag":null,"topics":["cpp","leetcode","leetcode-cpp","leetcode-solutions"],"latest_commit_sha":null,"homepage":"","language":"C++","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/rasmussvala.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":"2024-06-14T18:34:26.000Z","updated_at":"2025-01-12T16:45:04.000Z","dependencies_parsed_at":"2024-08-01T17:31:36.345Z","dependency_job_id":"8f28a1f6-a1a7-451b-9911-0fa6fb898718","html_url":"https://github.com/rasmussvala/LeetCode","commit_stats":null,"previous_names":["rasmussvala/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasmussvala","download_url":"https://codeload.github.com/rasmussvala/LeetCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088775,"owners_count":20721759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cpp","leetcode","leetcode-cpp","leetcode-solutions"],"created_at":"2024-12-08T11:07:31.330Z","updated_at":"2025-03-28T19:33:17.125Z","avatar_url":"https://github.com/rasmussvala.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode\n\nThis repo contains solutions to various LeetCode problems written in C++. Each solution can be found in its respective branch.\n\n## Progress\n\n| Problem Number | Problem Description                                          | Status   | Date       |\n|----------------|--------------------------------------------------------------|----------|------------|\n| 459            | Repeated Substring Pattern                                    | Accepted | 2024-06-15 |\n| 283            | Move Zeroes                                                   | Accepted | 2024-06-17 |\n| 1822           | Sign of the Product of an Array                               | Accepted | 2024-06-18 |\n| 509            | Fibonacci Number                                              | Accepted | 2024-06-19 |\n| 709            | To Lower Case                                                 | Accepted | 2024-06-20 |\n| 58             | Length of Last Word                                           | Accepted | 2024-06-21 |\n| 1523           | Count Odd Numbers in a Interval Range                         | Accepted | 2024-06-22 |\n| 1572           | Matrix Diagonal Sum                                           | Accepted | 2024-06-23 |\n| 682            | Baseball Game                                                 | Accepted | 2024-06-24 |\n| 3110           | Score of a String                                             | Accepted | 2024-06-25 |\n| 3146           | Permutation Difference between Two Strings                    | Accepted | 2024-06-27 |\n| 2469           | Convert the Temperature                                       | Accepted | 2024-06-28 |\n| 13             | Roman to Integer                                              | Accepted | 2024-06-29 |\n| 1502           | Can Make Arithmetic Progression From Sequence                 | Accepted | 2024-06-30 |\n| 1550           | Three Consecutive Odds                                        | Accepted | 2024-07-01 |\n| 350            | Intersection of Two Arrays II                                 | Accepted | 2024-07-02 |\n| 1061           | Lexicographically Smallest Equivalent String                  | Accepted | 2024-07-02 |\n| 1509           | Minimum Difference Between Largest and Smallest Value in 3 Moves | Accepted | 2024-07-03 |\n| 1255           | Maximum Score Words Formed by Letters                         | Accepted | 2024-07-03 |\n| 2181           | Merge Nodes in Between Zeros                                  | Accepted | 2024-07-04 |\n| 2058           | Find the Min and Max Number of Nodes Between Critical Points   | Accepted | 2024-07-05 |\n| 2582           | Pass the Pillow                                               | Accepted | 2024-07-06 |\n| 1518           | Water Bottles                                                 | Accepted | 2024-07-07 |\n| 1823           | Find the Winner of the Circular Game                          | Accepted | 2024-07-08 |\n| 1701           | Average Waiting Time                                          | Accepted | 2024-07-09 |\n| 1598           | Crawler Log Folder                                            | Accepted | 2024-07-10 |\n| 1190           | Reverse Substrings Between Each Pair of Parentheses           | Accepted | 2024-07-11 |\n| 1717           | Maximum Score From Removing Substrings                        | Accepted | 2024-07-12 |\n| 2751           | Robot Collisions (time exceeds with my solution)              | Accepted | 2024-07-13 |\n| 3190           | Find Min Operations to Make All Elements Divisible by 3       | Accepted | 2024-07-14 |\n| 2011           | Final Value of Variable After Performing Operations*           | Accepted | 2024-07-15 |\n| 1108           | Defanging an IP Address*                                       | Accepted | 2024-07-15 |\n| 1512           | Number of Good Pairs*                                          | Accepted | 2024-07-15 |\n| 2894           | Divisible and Non-divisible Sums Difference*                   | Accepted | 2024-07-15 |\n| 771            | Jewels and Stones*                                             | Accepted | 2024-07-15 |\n| 1470           | Shuffle the Array*                                             | Accepted | 2024-07-15 |\n| 2413           | Smallest Even Multiple*                                        | Accepted | 2024-07-16 |\n| 1071           | Greatest Common Divisor of Strings*                            | Accepted | 2024-07-17 |\n| 1491           | Average Salary Excluding the Min and Max Salary*               | Accepted | 2024-07-18 |\n| 1431           | Kids With the Greatest Number of Candies*                      | Accepted | 2024-07-19 |\n| 605            | Can Place Flowers                                              | Accepted | 2024-07-20 |\n| 345            | Reverse Vowels of a String                                     | Accepted | 2024-07-21 |\n| 1480           | Running Sum of 1d Array*                                       | Accepted | 2024-07-22 |\n| 392            | Is Subsequence*                                                | Accepted | 2024-07-23 |\n| 643            | Maximum Average Subarray I*                                    | Accepted | 2024-07-24 |\n| 1281           | Subtract the Product and Sum of Digits of an Integer*          | Accepted | 2024-07-25 |\n| 2114           | Maximum Number of Words Found in Sentences*                    | Accepted | 2024-07-26 |\n| 1207           | Unique Number of Occurrences*                                  | Accepted | 2024-07-27 |\n| 2215           | Find the Difference of Two Arrays*                             | Accepted | 2024-07-28 |\n| 151            | Reverse Words in a String                                      | Accepted | 2024-07-29 |\n| 1732           | Find the Highest Altitude*                                     | Accepted | 2024-07-30 |\n| 206            | Reverse Linked List*                                           | Accepted | 2024-07-31 |\n| 724            | Find Pivot Index*                                              | Accepted | 2024-08-01 |\n| 104            | Maximum Depth of Binary Tree                                   | Accepted | 2024-08-02 |\n| 933            | Number of Recent Calls                                         | Accepted | 2024-10-06 |\n\n\\* Solution only available on [leetcode.com](https://leetcode.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmussvala%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasmussvala%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmussvala%2Fleetcode/lists"}