Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/od-c0d3r/bubble-sort
https://github.com/od-c0d3r/bubble-sort
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/od-c0d3r/bubble-sort
- Owner: od-c0d3r
- Created: 2020-11-19T12:06:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T04:58:04.000Z (about 4 years ago)
- Last Synced: 2024-10-21T19:05:31.680Z (2 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://img.shields.io/badge/Microverse-blueviolet)
## Week 5
# Project 1 - Ruby : Bubble sort
## Screen Shot
![screenshot](imgs/screenshot.png)
- In this project, we used loops to develop the algorithm for the bubble_sort method.
- Yield statement has been implemented in the bubble_sort_by algorithm alongside the use of while loop.
- You can find the original project specification at: https://www.theodinproject.com/courses/ruby-programming/lessons/bubble-sort
## Built With
- Ruby
## Getting Started
Follow these steps to get a local copy up and running :
1. Install `git` on your local machine.
1. Type `git init` in the Terminal.
1. Clone the repository to your local machine `git clone https://github.com/od-c0d3r/bubble-sort.git`.
1. Cd into the repository `cd bubble-sort`.
1. Open the `main.rb` file and run it with your editor, or excute the file using ruby runtime `ruby main.rb`## Authors
**Wandji Bertrand**
- GitHub: [@Wandji20](https://github.com/wandji20)
**Omar Rashad**
- GitHub: [@od-c0d3r](https://github.com/od-c0d3r)
## Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a star if you like this project!