{"id":21992469,"url":"https://github.com/walidbosso/c_tspbbo","last_synced_at":"2025-09-10T21:13:35.802Z","repository":{"id":182877029,"uuid":"669254839","full_name":"walidbosso/C_TSPBBO","owner":"walidbosso","description":"Implementation of the Biogeography-Based Optimization (BBO) algorithm to solve the Traveling Salesman Problem (TSP)","archived":false,"fork":false,"pushed_at":"2024-01-10T18:42:18.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T09:50:06.674Z","etag":null,"topics":["bbo","biogeography","biogeography-based-optimization","c-programming-language","traveling-salesman","travelling-salesman-problem","tsp","tsp-problem","tsp-solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walidbosso.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}},"created_at":"2023-07-21T18:21:54.000Z","updated_at":"2024-10-20T21:38:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7f9b692-bb70-4eb1-b0b5-62424e108188","html_url":"https://github.com/walidbosso/C_TSPBBO","commit_stats":null,"previous_names":["walidbosso/c_tspbbo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walidbosso%2FC_TSPBBO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walidbosso%2FC_TSPBBO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walidbosso%2FC_TSPBBO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walidbosso%2FC_TSPBBO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walidbosso","download_url":"https://codeload.github.com/walidbosso/C_TSPBBO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052619,"owners_count":20553161,"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":["bbo","biogeography","biogeography-based-optimization","c-programming-language","traveling-salesman","travelling-salesman-problem","tsp","tsp-problem","tsp-solver"],"created_at":"2024-11-29T20:13:51.838Z","updated_at":"2025-03-23T03:32:02.717Z","avatar_url":"https://github.com/walidbosso.png","language":"C","funding_links":["https://www.buymeacoffee.com/walidbosso","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":[],"sub_categories":[],"readme":"![C_TSPBBO](https://socialify.git.ci/walidbosso/C_TSPBBO/image?description=1\u0026font=Source%20Code%20Pro\u0026forks=1\u0026issues=1\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Formal%20Invitation\u0026pulls=1\u0026stargazers=1\u0026theme=Auto)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/walidbosso/C_TSPBBO\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/khoa083/khoa/main/Khoa_ne/img/Rainbow.gif\" width=\"60%\"/\u003e \u003c/a\u003e\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \n  [![GitHub WidgetBox](https://github-widgetbox.vercel.app/api/profile?username=walidbosso\u0026data=followers,repositories,stars,commits\u0026theme=nautilus)](https://github.com/walidbosso/C_TSPBBO)\n\n  \u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/walidbosso/C_TSPBBO\"\u003e\n\u003cimg src=\"https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fwalidbosso%2FC_TSPBBO\u0026label=Project%20views\u0026countColor=%23263759\u0026style=flat-square\u0026labelStyle=none\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca href=\"https://github.com/walidbosso/C_TSPBBO\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/khoa083/khoa/main/Khoa_ne/img/Rainbow.gif\" width=\"60%\"/\u003e\n  \u003ca/\u003e\n\u003c/a\u003e\n\n\n\u003cbr/\u003e\n\n# C_TSPBBO - Biogeography-Based Optimization for Traveling Salesman Problem\n\n\u003c/div\u003e\n\n\n\n\n\nWelcome to the C_TSPBBO project! This implementation focuses on utilizing the Biogeography-Based Optimization (BBO) algorithm to solve the Traveling Salesman Problem (TSP) using the C programming language.\n\n## Overview\n\nThis project addresses the challenge of solving the Traveling Salesman Problem (TSP) through the implementation of the Biogeography-Based Optimization (BBO) algorithm. The goal is to find an optimal solution for the TSP using the efficient capabilities of the BBO algorithm.\n\n## Files and Folders\n\n- **TSPBBO.c:** Contains the source code for the implementation of the BBO algorithm for TSP.\n- **TSPBBO.exe:** Executable file generated after compiling the C code.\n- **TSPBBO.lnk:** Shortcut file for quick access to the executable.\n\n## How to Use with Dev C++\n\n1. Open Dev C++ and create a new project.\n\n2. Copy and paste the content of `TSPBBO.c` into the source file of your Dev C++ project.\n\n3. Compile the code by selecting \"Compile \u0026 Run\" or pressing F11.\n\n4. Observe the output and results related to the Traveling Salesman Problem.\n\n## License\n\nThis project is licensed under the [Your License Name] License - see the [LICENSE](LICENSE) file for details.\n\n## About the Author\n\n© by Walid BOUSSOU 🇲🇦 😄\n\n## Contributions\n\nIf you'd like to contribute to the project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n## Issues\n\nIf you encounter any issues or have suggestions, please open an issue on the [Issues](https://github.com/walidbosso/C_TSPBBO/issues) page.\n\nThank you for exploring the C_TSPBBO project! 🚀\n\n\u003cdiv align=\"center\"\u003e\n  \n----------------------\n\u003e \u003e  \u003cbr/\u003e \u0026copy; *by Walid BOUSSOU*   🇲🇦 😄 \u003cbr/\u003e  \n----------------------\n\n\u003cdetails\u003e\n\n\u003csummary\u003e👏 Thanks for the support \u003c/summary\u003e\n\n## Stargazers\n\n\n\u003cdiv align=\"center\"\u003e\n\n[![Stargazers repo roster for @walidbosso/C_TSPBBO](http://reporoster.com/stars/dark/walidbosso/C_TSPBBO)](https://github.com/walidbosso/C_TSPBBO/stargazers)\n\n\n\n\u003c/div\u003e\n\n## Forkers\n\n\u003cdiv align=\"center\" \u003e\n\n[![Forkers repo roster for @walidbosso/C_TSPBBO](http://reporoster.com/forks/dark/walidbosso/C_TSPBBO)](https://github.com/walidbosso/C_TSPBBO/network/members)\n\n\u003c/div\u003e\n\n## Contributors\n\n\u003ca href = \"https://github.com/walidbosso\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=walidbosso/C_TSPBBO\"/\u003e\n\u003c/a\u003e\n\n\n\u003cbr/\u003e\u003c/details\u003e\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/walidbosso/C_TSPBBO?style=social)\n\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n![GitHub License](https://img.shields.io/github/license/walidbosso/C_TSPBBO?style=social)\n\n \u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.buymeacoffee.com/walidbosso\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=☕\u0026slug=walidbosso\u0026button_colour=5F7FFF\u0026font_colour=ffffff\u0026font_family=Poppins\u0026outline_colour=ffffff\u0026coffee_colour=FFDF00\" title=\"☕ This will motivate me to continue on creating more open source codes \"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003c/div\u003e\n\n\u003ca href = \"https://github.com/walidbosso\"\u003e\n  \u003cimg src = \"https://github.com/walidbosso/Python-GUI/blob/main/border.gif\" width=\"100%\"/\u003e\n\u003c/a\u003e\n\n\u003ca href = \"https://github.com/walidbosso\"\u003e\n  \u003cimg src = \"https://github.com/walidbosso/Python-GUI/blob/main/ciber-coding.gif\" width=\"100%\"/\u003e\n\u003c/a\u003e\n\n\u003ca href = \"https://github.com/walidbosso\"\u003e\n  \u003cimg src = \"https://github.com/walidbosso/Python-GUI/blob/main/border.gif\" width=\"100%\"/\u003e\n\u003c/a\u003e\n\n𝚂𝚑𝚘𝚠 𝚜𝚘𝚖𝚎 💙 𝚋𝚢 𝚜𝚝𝚊𝚛𝚛𝚒𝚗𝚐 ⭐ 𝚝𝚑𝚎 𝚛𝚎𝚙𝚘𝚜𝚒𝚝𝚘𝚛𝚢!\n\n\u003cbr/\u003e\n\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/Back%20to%20top--lightgrey?style=social\" alt=\"Back to top\" height=\"20\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalidbosso%2Fc_tspbbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalidbosso%2Fc_tspbbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalidbosso%2Fc_tspbbo/lists"}