Skip to content

karthykarthick/Bubble-Sort

 
 

Repository files navigation

Bubble Sort

Bubble Sort algorithm is developed in ruby.

The following project is the Ruby Implementation of the Bubble Sort algorithm. It contains the following:

  • It is a shell program.
  • The bubble sort algorithm accepts an array as an argument.
  • The array is then sorted in ascending order. This happens irrespective of what objects are stored in the array.

Built With

  • Ruby

Live Demo

Check out the project: Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Text Editor (VSCode is suggested.)
  • Ruby

Setup

  • Install git
  • Open Terminal
  • Change directory to folder to download repository
  • Use cd <file-path>
  • Run git clone https://github.com/umairarshadbutt/Bubble-Sort
  • Install Ruby
  • Run ruby main.rb

To make any change,

  • Open related file by using text editor.

Authors

👤 Umair Arshad

👤 Kelyn Paul Njeri

🤝 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!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program

📝 License

This project is MIT licensed.

About

Implementation of the Bubble Sort algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%