{"id":25085121,"url":"https://github.com/nomnomnonono/number-decomposition-problem","last_synced_at":"2025-04-01T12:44:09.497Z","repository":{"id":172178347,"uuid":"635238266","full_name":"nomnomnonono/Number-Decomposition-Problem","owner":"nomnomnonono","description":"Algorithm for dividing a sequence of numbers into equal sums.","archived":false,"fork":false,"pushed_at":"2023-06-03T10:04:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T07:32:06.669Z","etag":null,"topics":["algorithm","cplusplus","karmarkar-karp"],"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/nomnomnonono.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":"2023-05-02T09:09:21.000Z","updated_at":"2023-05-03T14:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"59ddaaae-aecd-4bc3-927d-81dd14d8fe76","html_url":"https://github.com/nomnomnonono/Number-Decomposition-Problem","commit_stats":null,"previous_names":["nomnomnonono/number-decomposition-problem"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomnomnonono%2FNumber-Decomposition-Problem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomnomnonono%2FNumber-Decomposition-Problem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomnomnonono%2FNumber-Decomposition-Problem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomnomnonono%2FNumber-Decomposition-Problem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomnomnonono","download_url":"https://codeload.github.com/nomnomnonono/Number-Decomposition-Problem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246642143,"owners_count":20810550,"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":["algorithm","cplusplus","karmarkar-karp"],"created_at":"2025-02-07T07:28:34.462Z","updated_at":"2025-04-01T12:44:09.492Z","avatar_url":"https://github.com/nomnomnonono.png","language":"C++","readme":"# Number Decomposition Problem\n与えられた数列を輪が等しくなるように複数に分割するプログラム\n\n## ２分割\n```bash\ng++ -o bisection.out bisection.cpp\n./bisection.out data/data1.nl\n```\n\n## n分割\n```bash\ng++ -o difference-methods.out difference-methods.cpp\n./difference-methods.out 10 data/data1/nl\n```\n\n```bash\ng++ -o longest-processing-time.out longest-processing-time.cpp\n./longest-processing-time.out 10 data/data1/nl\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomnomnonono%2Fnumber-decomposition-problem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomnomnonono%2Fnumber-decomposition-problem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomnomnonono%2Fnumber-decomposition-problem/lists"}