{"id":17581826,"url":"https://github.com/hot9cups/leetcode-daily-challenge","last_synced_at":"2026-02-07T14:31:06.047Z","repository":{"id":55660805,"uuid":"314494648","full_name":"hot9cups/leetcode-daily-challenge","owner":"hot9cups","description":"My solutions to Leetcode's Daily Challenge ","archived":false,"fork":false,"pushed_at":"2021-01-29T07:33:39.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T00:24:32.777Z","etag":null,"topics":["leetcode","leetcode-java","leetcode-solutions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hot9cups.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-20T08:41:03.000Z","updated_at":"2021-01-29T07:33:41.000Z","dependencies_parsed_at":"2022-08-15T05:50:33.444Z","dependency_job_id":null,"html_url":"https://github.com/hot9cups/leetcode-daily-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hot9cups/leetcode-daily-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hot9cups%2Fleetcode-daily-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hot9cups%2Fleetcode-daily-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hot9cups%2Fleetcode-daily-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hot9cups%2Fleetcode-daily-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hot9cups","download_url":"https://codeload.github.com/hot9cups/leetcode-daily-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hot9cups%2Fleetcode-daily-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29197022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"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":["leetcode","leetcode-java","leetcode-solutions"],"created_at":"2024-10-22T01:44:31.015Z","updated_at":"2026-02-07T14:31:06.028Z","avatar_url":"https://github.com/hot9cups.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode Daily Challenge\n\nJust a place to document my solutions for the daily challenges.\n\n\u003cdetails\u003e\n  \u003csummary\u003eNovember 2020 (started midway)\u003c/summary\u003e\n\u003cbr\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Poor%20Pigs.md\"\u003e Nov 14 - Poor Pigs \u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href = \"#\"\u003e Second Thing \u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eDecember 2020 \u003c/summary\u003e\n\u003cbr\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Maximum%20Depth%20of%20Binary%20Tree.md\"\u003e Dec 1 - Maximum Depth of Binary Tree \u003c/a\u003e       \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Linked%20List%20Random%20Node.md\"\u003e Dec 2 - Linked List Random Node \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Increasing%20Order%20Search%20Tree.md\"\u003e Dec 3 - Increasing Order Search Tree \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/The%20kth%20Factor%20of%20n.md\"\u003e Dec 4 - The kth Factor of n \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Can%20Place%20Flowers.md\"\u003e Dec 5 - Can Place Flowers \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Populating%20Next%20Right%20Pointers%20in%20Each%20Node%20II.md\"\u003e Dec 6 - Populating Next Right Pointers in Each Node II \u003c/a\u003e(Well and also Part 1)\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Spiral%20Matrix%20II.md\"\u003e Dec 7 - Spiral Matrix II \u003c/a\u003e(Also part 1 and 3)\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Pairs%20of%20Songs%20With%20Total%20Durations%20Divisible%20by%2060.md\"\u003e Dec 8 - Pairs of Songs With Total Durations Divisible by 60 \u003c/a\u003e(And a couple of other easy questions)\n    \u003c/li\u003e\n    \u003cli\u003e\n       \u003ca href =\"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Binary%20Search%20Tree%20Iterator.md\"\u003e Dec 9 - Binary Search Tree Iterator\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Valid%20Mountain%20Array.md\"\u003e Dec 10 - Valid Mountain Array\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Remove%20Duplicates%20From%20Sorted%20Array%20II.md\"\u003e Dec 11 - Remove Duplicates \n          From Sorted Array II\u003c/a\u003e(Also Part 1)\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href = \"https://github.com/hot9cups/leetcode-daily-challenge/blob/main/Solutions/Lowest%20Common%20Ancestor%20of%20Deepest%20Leaves.md\"\u003e Dec 12 - Lowest Common Ancestor of Deepest Leaves\u003c/a\u003e(And its duplicate)\n    \u003c/li\u003e\n    \n    \n  \u003c/ul\u003e\n  29 Jan 2021 - Yikes. I yiked out. Did complete the challenges, on time, everyday, just didn't have enough time to update status here. \u003cbr\u003e\n  On seconds thoughts, that probably isn't that bad. Gives me a chance to go over the problems a second time, spaced out revision. \n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhot9cups%2Fleetcode-daily-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhot9cups%2Fleetcode-daily-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhot9cups%2Fleetcode-daily-challenge/lists"}