{"id":16469758,"url":"https://github.com/irsol/30-day-leetcoding-challenge","last_synced_at":"2025-10-29T17:20:59.508Z","repository":{"id":196285389,"uuid":"252216726","full_name":"irsol/30-Day-LeetCoding-Challenge","owner":"irsol","description":"30 Days of Code Challenge","archived":false,"fork":false,"pushed_at":"2020-04-13T16:24:37.000Z","size":36,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T22:25:00.722Z","etag":null,"topics":["30-days-of-code","30-days-of-python","30dayscodechallenge","algorithms","anagrams","happy-number","leetcode","leetcode-practice","leetcode-solutions","linked-list","py","python","python3","subarray"],"latest_commit_sha":null,"homepage":"https://leetcode.com/explore/featured/card/30-day-leetcoding-challenge","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/irsol.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":"2020-04-01T15:37:52.000Z","updated_at":"2024-07-14T00:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a26fbec2-93a7-4957-a945-9c91a7242fb2","html_url":"https://github.com/irsol/30-Day-LeetCoding-Challenge","commit_stats":null,"previous_names":["irsol/30-day-leetcoding-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irsol/30-Day-LeetCoding-Challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2F30-Day-LeetCoding-Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2F30-Day-LeetCoding-Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2F30-Day-LeetCoding-Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2F30-Day-LeetCoding-Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irsol","download_url":"https://codeload.github.com/irsol/30-Day-LeetCoding-Challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2F30-Day-LeetCoding-Challenge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267845622,"owners_count":24153764,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["30-days-of-code","30-days-of-python","30dayscodechallenge","algorithms","anagrams","happy-number","leetcode","leetcode-practice","leetcode-solutions","linked-list","py","python","python3","subarray"],"created_at":"2024-10-11T12:08:47.153Z","updated_at":"2025-10-29T17:20:54.450Z","avatar_url":"https://github.com/irsol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 30-Day LeetCoding Challenge\n\nMy solutions to 30-Day of LeetCode Challenge.\n\n[Day 1: Single Number](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Single%20Number.py)\n\n[Day 2: Happy Number](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%202:%20Happy%20Number.py)\n\n[Day 3: Maximum Subarray](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%203:%20Maximum%20Subarray.py)\n    \n    * Useful links:\n        [Kadane’s Algorithm](https://medium.com/@rsinghal757/kadanes-algorithm-dynamic-programming-how-and-why-does-it-work-3fd8849ed73d)\n\n[Day 4: Move Zeroes](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%204:%20Move%20Zeroes.py)\n\n[Day 5: Best Time to Buy and Sell Stock 2](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%205:%20Best%20Time%20to%20Buy%20and%20Sell%20Stock2.py)\n\n[Day 6: Group Anagrams](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%206:%20Group%20Anagrams.py)\n\n[Day 7: Counting Elements](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%207:%20Counting%20Elements.py)\n\n[Day 8: Middle of the Linked List](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%208:%20Middle%20of%20the%20Linked%20List.py)\n\n[Day 9: Backspace String Compare](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%209:%20Backspace%20String%20Compare.py)\n\n[Day 10:  Min Stack](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%2010:%20%20Min%20Stack.py)\n\n[Day 11: Diameter of Binary Tree](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%2011:%20Diameter%20of%20Binary%20Tree.py)\n\n[Day 12: Last Stone Weight](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%2012:%20Last%20Stone%20Weight.py)\n\n[Day 13: Contiguous Array](https://github.com/irsol/30-Day-LeetCoding-Challenge/blob/master/Day%2013:%20Contiguous%20Array.py)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2F30-day-leetcoding-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firsol%2F30-day-leetcoding-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2F30-day-leetcoding-challenge/lists"}