Skip to content

A bubble sort method that takes an array and returns a sorted array implemented using Ruby

Notifications You must be signed in to change notification settings

ZeenatLawal/bubble-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Sort Project

In this project we have implemented the bubble sort algorithm with following two methods:

  • bubble_sort
  • bubble_sort_by (using yield and passing a block to the method)

Built With

  • Ruby

Getting Started

To get a local copy run the following steps:

  • Copy this link
  • Open your terminal or command line
  • Run "git clone Paste this link"
  • Open the folder with your code editor
  • Create a branch to work on
  • Now You can edit the code and do a pull request

Authors

👤 Zeenat Lawal

👤 Bhagyashree Patra

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

A bubble sort method that takes an array and returns a sorted array implemented using Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages