{"id":19924930,"url":"https://github.com/radosz99/tsp","last_synced_at":"2026-06-08T02:31:41.476Z","repository":{"id":157495250,"uuid":"219024364","full_name":"radosz99/tsp","owner":"radosz99","description":"Travelling Salesman Problem","archived":false,"fork":false,"pushed_at":"2020-06-06T19:20:57.000Z","size":4641,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T10:28:32.443Z","etag":null,"topics":["algo","cpp","exact-algorithms","genetic-algorithms","imga","memetic-algorithm","tabu-search"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radosz99.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":"2019-11-01T16:39:37.000Z","updated_at":"2022-02-23T03:27:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"81e8e12e-7932-44bb-bdd0-ba7b20ebf7ef","html_url":"https://github.com/radosz99/tsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radosz99/tsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radosz99%2Ftsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radosz99%2Ftsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radosz99%2Ftsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radosz99%2Ftsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radosz99","download_url":"https://codeload.github.com/radosz99/tsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radosz99%2Ftsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["algo","cpp","exact-algorithms","genetic-algorithms","imga","memetic-algorithm","tabu-search"],"created_at":"2024-11-12T22:19:29.735Z","updated_at":"2026-06-08T02:31:41.458Z","avatar_url":"https://github.com/radosz99.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**\u003cp align=\"center\"\u003e Designing-effective-algorithms \u003c/p\u003e**\n**\u003cp align=\"center\"\u003e Travelling Salesman Problem\u003c/p\u003e**\n_________________________________\n**\u003cp align=\"center\"\u003e Wrocław University of Science and Technology \u003c/p\u003e**\n**\u003cp align=\"center\"\u003e Computer Science, Faculty of Electronics, 5 semester \u003c/p\u003e**\n\u003cp align=\"center\"\u003e Radosław Lis\u003c/p\u003e\n\n\n- [General info](#desc)\n- [Exact Algorithms](#ex)\n  *  [Brute Force](#bf)\n  *  [Branch \u0026 Bound](#bb)\n  *  [Dynamic programming](#dp)\n- [Local Search](#loc)\n  *  [Tabu Search](#ts)\n  *  [Simulated Annealing](#sa)\n- [Genetic Algorithms](#gen)\n  *  [Genetic Algorithm](#ga)\n  *  [Memetic Algorithm](#ma)\n  *  [Island Model Genetic Algorithm](#imga)\n\n\n\n\n\u003ca name=\"desc\"\u003e\u003c/a\u003e\n# General info\nImplementations of well-known algorithms to solve Travelling Salesman Problem.\nInnovative method in IMGA algorithm.\n\n\u003ca name=\"bf\"\u003e\u003c/a\u003e\n# Brute Force\n\n\u003ca name=\"bb\"\u003e\u003c/a\u003e\n## Branch \u0026 Bound\n\n\u003ca name=\"dp\"\u003e\u003c/a\u003e\n## Dynamic programming\n\n\u003ca name=\"ex\"\u003e\u003c/a\u003e\n## Exact Algorithms\n\n\u003ca name=\"loc\"\u003e\u003c/a\u003e\n# Local Search\n\n\u003ca name=\"ts\"\u003e\u003c/a\u003e\n## Tabu Search\n\n\u003ca name=\"sa\"\u003e\u003c/a\u003e\n## Simulated Annealing\n\n\u003ca name=\"gen\"\u003e\u003c/a\u003e\n# Genetic Algorithms\n\n\n\u003ca name=\"ga\"\u003e\u003c/a\u003e\n## Genetic Algorithm\n\n\u003ca name=\"ma\"\u003e\u003c/a\u003e\n## Memetic Algorithm\n\n\u003ca name=\"imga\"\u003e\u003c/a\u003e\n## Island Model Genetic Algorithm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradosz99%2Ftsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradosz99%2Ftsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradosz99%2Ftsp/lists"}