Skip to content

First ruby project: bubble sort and Enumerables

Notifications You must be signed in to change notification settings

NoTengoBattery/ruby-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Sort algorithm

This is the ruby solution for the bubble sort algorithm. The goal is to sort an array of any type of data, making use of user defined criteria, with the aid of yield.

Built With

  • Plain Ruby

This project was built using plain Ruby.

How to test

For testing this sorting algorithm, you need to install rspec using gem. You can find more about gem in the Ruby documentation.

  • Change to the repository directory: cd ruby-1
  • Run the tests using rspec: rspec --tty spec.

Authors

👤 Oever González

👤 Iyunda Ismael Antonio

🤝 Contributing

Contributions, issues, and feature requests are welcome!.

Show your support

Give a ⭐️ if you like this project!.

📝 License

This project is MIT licensed.

About

First ruby project: bubble sort and Enumerables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages