{"id":17160359,"url":"https://github.com/codenameyau/calculation","last_synced_at":"2025-03-24T15:12:09.823Z","repository":{"id":20252981,"uuid":"23525734","full_name":"codenameyau/calculation","owner":"codenameyau","description":"Script that computes number combinations for Calculords","archived":false,"fork":false,"pushed_at":"2014-09-02T12:18:09.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T20:19:49.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/codenameyau.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":"2014-09-01T00:03:00.000Z","updated_at":"2014-09-02T12:18:09.000Z","dependencies_parsed_at":"2022-09-04T00:30:23.602Z","dependency_job_id":null,"html_url":"https://github.com/codenameyau/calculation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fcalculation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fcalculation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fcalculation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fcalculation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenameyau","download_url":"https://codeload.github.com/codenameyau/calculation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294775,"owners_count":20591909,"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":[],"created_at":"2024-10-14T22:24:37.402Z","updated_at":"2025-03-24T15:12:09.798Z","avatar_url":"https://github.com/codenameyau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"calculation\n===========\n\nScript that computes number combinations for Calculords\n\nThe goal:\n\u003e Given a list, L, of non-unique integers, and a number N:\n\u003e Find a way to calculate N using the integers in L at most once with the operations: +, -, *.\n\nActually, this problem is probably in NP. Non-deterministic polynomial time to solve, but polynomial time to verify.\n\nIt is related to the [Subset Sum problem](https://en.wikipedia.org/wiki/Subset_sum_problem)\nexcept with an arbitary target number instead of zero, and three operations (+, -, *) instead of one (+).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameyau%2Fcalculation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenameyau%2Fcalculation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameyau%2Fcalculation/lists"}