{"id":15450825,"url":"https://github.com/dansantander/bubble-sort","last_synced_at":"2025-05-16T06:09:07.029Z","repository":{"id":125331072,"uuid":"246070588","full_name":"dansantander/bubble-sort","owner":"dansantander","description":"This project consist in creating a bubble sort method from scratch with Ruby","archived":false,"fork":false,"pushed_at":"2020-03-09T20:20:50.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T16:52:30.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/dansantander.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":"2020-03-09T15:20:34.000Z","updated_at":"2020-03-09T20:20:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"de1aa028-9007-4e84-a626-aca6def0bb75","html_url":"https://github.com/dansantander/bubble-sort","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.5555555555555556,"last_synced_commit":"a448b023fc2dbc5fd9041db18efbe42a7fefb3d8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansantander%2Fbubble-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansantander%2Fbubble-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansantander%2Fbubble-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansantander%2Fbubble-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansantander","download_url":"https://codeload.github.com/dansantander/bubble-sort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478193,"owners_count":22077676,"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-01T21:20:23.589Z","updated_at":"2025-05-16T06:09:07.013Z","avatar_url":"https://github.com/dansantander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bubble-sort\nThis project consist in creating a bubble sort method from scratch with Ruby\n\nProject: Advanced building blocks\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Contributors][contributors-shield]][contributors-url]\n\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \n  \u003ch3 align=\"center\"\u003eBubble Sort\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Building a method from scratch through the \"Bubble sort\"\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/dansantander/bubble-sort\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    ·\n    \u003ca href=\"https://github.com/dansantander/bubble-sort/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/dansantander/bubble-sort/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [About the Project](#about-the-project)\n* [Built With](#built-with)\n* [License](#license)\n* [Contact](#contact)\n\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nBuilt for Microverse following these requirements:\n#### requirement 1\n- [x] Build a method #bubble_sort that takes an array and returns a sorted array\n- [x] Use the sorting algorithm that compares each instance of the array to the next one and switches them accordingly\n\n#### requirement 2\n- [x] Build a method #bubble_sort_by that sorts an array by accepting a block in the argument\n- [x] The method uses yield to execute the provided block and returns the array sorted\n\nand following this lesson :\nhttps://www.theodinproject.com/courses/ruby-programming/lessons/advanced-building-blocks\n\n\n## Built With\n* Ruby\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nRodolfo Rodriguez Mata - [Github profile](https://github.com/RodolfoRodriguezMata)\nDaniel Santander - [Github profile](https://github.com/danSantander)\n\nProject Link: [https://github.com/dansantander/bubble-sort](https://github.com/dansantander/bubble-sort)\n\n\n\n\n\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square\n[contributors-url]: https://github.com/dansantander/bubble-sort/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square\n[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members\n[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square\n[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers\n[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square\n[issues-url]: https://github.com/othneildrew/Best-README-Template/issues\n[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square\n[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/othneildrew\n[product-screenshot]: images/screenshot.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansantander%2Fbubble-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansantander%2Fbubble-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansantander%2Fbubble-sort/lists"}