{"id":15607584,"url":"https://github.com/sevlamare/bubble_sort_ruby","last_synced_at":"2026-05-15T18:08:26.354Z","repository":{"id":131692387,"uuid":"252489350","full_name":"SevlaMare/bubble_sort_ruby","owner":"SevlaMare","description":"An implementation of a classic Sorting Algorithm.","archived":false,"fork":false,"pushed_at":"2020-04-09T14:52:38.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T00:29:48.457Z","etag":null,"topics":["ruby","sorting-algorithm"],"latest_commit_sha":null,"homepage":"https://repl.it/@ThiagoMiranda2/bubblesortruby","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SevlaMare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-02T15:10:11.000Z","updated_at":"2023-03-08T02:42:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"41f067f3-9d3c-4fec-b5bd-d535c90855d6","html_url":"https://github.com/SevlaMare/bubble_sort_ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevlaMare/bubble_sort_ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fbubble_sort_ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fbubble_sort_ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fbubble_sort_ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fbubble_sort_ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/bubble_sort_ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fbubble_sort_ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["ruby","sorting-algorithm"],"created_at":"2024-10-03T05:02:17.893Z","updated_at":"2025-10-23T20:43:06.892Z","avatar_url":"https://github.com/SevlaMare.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bubble Sort Algorithm\n\u003e Project to create Bubble Sort Algorithm using Ruby Language.\n\n![screenshot](./images/screenshot.gif)\n\n\u003cbr\u003eAlgorithm based on classic definition\u003cbr\u003e\nIt can be see on [Paper](https://users.cs.duke.edu/~ola/bubble/bubble.pdf)\n\n## Content\n\n* [Requirements](#requirements)\n* [Built With](#built-with)\n* [Live Demo](#live-demo)\n* [Quick Start](#quick-start)\n* [Dependencies](#dependencies)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n\n## Requirements\n\n\u003cul\u003e\n  \u003ch3\u003eFeatures\u003c/h3\u003e\n  \u003cli\u003eImplement using the classic definition of this algorithm.\u003c/li\u003e\n  \u003cli\u003eTurn it into a method called bubble_sort.\u003c/li\u003e\n  \u003cli\u003eCreate bubble_sort_by that accepts a block as criterion.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cul\u003e\n  \u003ch3\u003eEnchant Performance\u003c/h3\u003e\n  \u003cli\u003eRemove (n-1) iteraction after each lap.\u003c/li\u003e\n  \u003cli\u003eMake a trigger to stop if array is already sorted.\u003c/li\u003e\n\u003c/ul\u003e\n\n### Built With\n\n- Ruby Language \u003cbr\u003e\n- Rubocop (Linter) with Stickler (CI Tool)\u003cbr\u003e\n- Git, Github and VScode \u003cbr\u003e\n\n## Live Demo\n\n[Run on Repl.it](https://repl.it/@ThiagoMiranda2/bubblesortruby)\n\n## Quick Start\n\nTo get a local copy use:\u003cbr\u003e\n```js\ngit clone git@github.com:SevlaMare/bubble_sort_ruby.git\n```\n\n### Dependencies\n\nRuby 2.5.5\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n## Acknowledgments\n\nA special thanks for the code reviewers.\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare](https://www.linkedin.com/in/sevlamare)\n\n### License\n\n\u003cstrong\u003eCreative Commons\u003c/strong\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fbubble_sort_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Fbubble_sort_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fbubble_sort_ruby/lists"}