{"id":20513408,"url":"https://github.com/bruce-lee-ly/algorithm_design","last_synced_at":"2025-06-29T12:37:47.442Z","repository":{"id":176778871,"uuid":"496049603","full_name":"Bruce-Lee-LY/algorithm_design","owner":"Bruce-Lee-LY","description":"Use several algorithm design methods to solve several common problems with C++11.","archived":false,"fork":false,"pushed_at":"2022-07-13T15:38:50.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T23:13:36.904Z","etag":null,"topics":["algorithm-design","backtrack","branch-bound","cpp11","divide-conquer","dynamic-programming","greedy"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Bruce-Lee-LY.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-05-25T02:03:17.000Z","updated_at":"2022-07-15T16:14:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"1daeea02-f67d-47ef-a7dd-6445f09ca7a6","html_url":"https://github.com/Bruce-Lee-LY/algorithm_design","commit_stats":null,"previous_names":["bruce-lee-ly/algorithm_design"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bruce-Lee-LY/algorithm_design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bruce-Lee-LY%2Falgorithm_design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bruce-Lee-LY%2Falgorithm_design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bruce-Lee-LY%2Falgorithm_design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bruce-Lee-LY%2Falgorithm_design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bruce-Lee-LY","download_url":"https://codeload.github.com/Bruce-Lee-LY/algorithm_design/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bruce-Lee-LY%2Falgorithm_design/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262596532,"owners_count":23334625,"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-design","backtrack","branch-bound","cpp11","divide-conquer","dynamic-programming","greedy"],"created_at":"2024-11-15T21:10:52.800Z","updated_at":"2025-06-29T12:37:47.403Z","avatar_url":"https://github.com/Bruce-Lee-LY.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithm Design\nUse several algorithm design methods to solve several common problems with C++11.\n\n## Backtrack\n- arrange string\n- hungary binary graph\n- KM binary graph\n\n## Branch Bound\n\n## Divide Conquer\n- fibonacci sequence\n- quick sort\n- merge sort\n\n## Dynamic Programming\n- backpack 01\n- bellman ford\n- fibonacci sequence\n- floyd\n- longest common subsequence\n- longest common substring\n- longest palindrome substring\n- SPFA\n\n## Greedy\n- coin change\n- dijkstra\n\n# Compile\n## Environment\n- OS: Linux\n- Cmake Version: \u003e= 3.8\n- GCC Version: \u003e= 4.8\n\n## Clone\n```\ngit clone https://github.com/Bruce-Lee-LY/algorithm_design.git\n```\n\n## Build\n```\ncd algorithm_design\n./build.sh -t Release -b OFF\n./build.sh -t Debug -b ON\n```\n\n# Run Sample\n```\n./run_sample.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruce-lee-ly%2Falgorithm_design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbruce-lee-ly%2Falgorithm_design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruce-lee-ly%2Falgorithm_design/lists"}