{"id":29686992,"url":"https://github.com/seihmd/leetcodeutil","last_synced_at":"2025-07-23T04:07:58.045Z","repository":{"id":57603744,"uuid":"130483658","full_name":"seihmd/leetcodeutil","owner":"seihmd","description":"Go util for Leetcode problems","archived":false,"fork":false,"pushed_at":"2020-09-30T13:02:36.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:04:54.691Z","etag":null,"topics":["go","golang","leetcode","leetcode-golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/seihmd.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":"2018-04-21T14:55:49.000Z","updated_at":"2020-09-30T13:02:39.000Z","dependencies_parsed_at":"2022-09-26T20:00:56.673Z","dependency_job_id":null,"html_url":"https://github.com/seihmd/leetcodeutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seihmd/leetcodeutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seihmd%2Fleetcodeutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seihmd%2Fleetcodeutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seihmd%2Fleetcodeutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seihmd%2Fleetcodeutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seihmd","download_url":"https://codeload.github.com/seihmd/leetcodeutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seihmd%2Fleetcodeutil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266614615,"owners_count":23956414,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["go","golang","leetcode","leetcode-golang"],"created_at":"2025-07-23T04:07:55.355Z","updated_at":"2025-07-23T04:07:58.037Z","avatar_url":"https://github.com/seihmd.png","language":"Go","readme":"# leetcodeutil\nGo util for [Leetcode](https://leetcode.com/) problems\n\n## usage\n\n``` go\nimport . \"github.com/seihmd/leetcodeutil\"\n\nfunc problemTakesTreeNode(t *TreeNode) {}\nfunc problemTakesListNode(l *ListNode) {}\nfunc problemTakesMatrix(m [][]int) {}\nfunc problemTakesIntervals(i []Interval) {}\nfunc problemTakesIntSlice(i []int) {}\nfunc problemTakesIntSlices(i [][]int) {}\n\n// solve problems!\nfunc Solve() {\n\tproblemTakesTreeNode(BinaryTree(\"[1,2,3,null,5]\"))\n\tproblemTakesListNode(LinkedList(\"[1,2,3,4,5]\"))\n\tproblemTakesMatrix(Matrix(\"[[1,2,3],[4,5,6],[7,8,9]]\"))\n\tproblemTakesIntervals(Intervals(\"[[1,2],[5,6],[8,9]]\"))\n\tproblemTakesIntSlice(IntSlice(\"[1,2,3]\"))\n\tproblemTakesIntSlices(IntSlices(\"[[1],[2,3],[4,5,6]]\"))\n}\n```\n\n## godoc\n\nhttps://godoc.org/github.com/seihmd/leetcodeutil\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseihmd%2Fleetcodeutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseihmd%2Fleetcodeutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseihmd%2Fleetcodeutil/lists"}