Skip to content

German-Cobian/Bubble-Sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble-Sort

The bubble sort algorithm for sorting items in an array according to a given criterion. Built in the Ruby programming language.

screenshot screenshot

By the algorithm's operation each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted in it's entirety.

Built With

  • Ruby

Getting Started

Prerequisites

  • Install the ruby programming language.

Usage

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

  • Clone this repo on your local machine by running git clone git@github.com:German-Cobian/Bubble-Sort.git

  • cd into the Bubble-Sort.git folder you just cloned

  • Run ruby bubble_sort.rb

Authors

👤 German Cobian

👤 Mih Julius Ndim

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

The bubble sort algorithm in Ruby.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%