Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2 KB

README.md

File metadata and controls

66 lines (37 loc) · 2 KB

hire-badge Twitter Follow

hire-badge Twitter Follow

Advanced Building Blocks - Bubble Sort

In this project we:

  • Used Ruby to implement the algorithm;
  • Built two bubble sort methods (bubble_sort and bubble_sort_by);
  • Tested the methods with two kinds of arrays: integers and strings.

screenshot

What it does

This software sorts numbers and strings of a provided list.

Built with

Ruby

Live Demo

Click for live webpage

Getting Started

You will be redirected to a webpage where you can provide a list of numbers or strings to be sorted when you run the code.

Author 1

Murilo Roque Paiva da Silva

Github: @MuriloRoque

Twitter: @MuriloRoquePai1

Linkedin: MuriloRoque

Author 2

Shabab Ali

Github: @alishabab

Twitter: @shabab_ali

Linkedin: https://www.linkedin.com/in/shababsaifi/

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!