{"id":16797090,"url":"https://github.com/jdockerty/feynman-algorithm","last_synced_at":"2025-03-17T03:44:36.114Z","repository":{"id":115786743,"uuid":"470339330","full_name":"jdockerty/feynman-algorithm","owner":"jdockerty","description":"Implementation of the Feynman algorithm to solve any problem!","archived":false,"fork":false,"pushed_at":"2022-03-15T21:37:07.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T13:29:24.091Z","etag":null,"topics":["feynman","golang","problem-solving"],"latest_commit_sha":null,"homepage":"","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/jdockerty.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-15T21:36:55.000Z","updated_at":"2022-03-16T19:32:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"80b2e116-1993-4caa-bbc5-6632221fc506","html_url":"https://github.com/jdockerty/feynman-algorithm","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/jdockerty%2Ffeynman-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Ffeynman-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Ffeynman-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdockerty%2Ffeynman-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdockerty","download_url":"https://codeload.github.com/jdockerty/feynman-algorithm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971157,"owners_count":20376784,"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":["feynman","golang","problem-solving"],"created_at":"2024-10-13T09:21:07.213Z","updated_at":"2025-03-17T03:44:36.087Z","avatar_url":"https://github.com/jdockerty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feynman Algorithm\n\nAllegedly coined in jest by [Murray Gell-Mann](https://en.wikipedia.org/wiki/Murray_Gell-Mann) to describe [Richard Feynman's](https://en.wikipedia.org/wiki/Richard_Feynman) incredible problem solving ability, this simple algorithm can be used to solve absolutely anything!\n\nIt is very easy to remember, containing only three steps:\n\n1) Write down the problem you are facing.\n2) Think very hard about that particular problem.\n3) Write down the solution!\n\n## Example\n\n```go\npackage main\n\nimport \"github.com/jdockerty/feynman-algorithm\"\n\nfunc main() {\n    // ????\n    answer := feynman.Solve()\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdockerty%2Ffeynman-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdockerty%2Ffeynman-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdockerty%2Ffeynman-algorithm/lists"}