Skip to content

addod19/bubble_sorting_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble_sort and Bubble_sort_by method implementation

This project is an implementation of bubble sort and block yielding.There are two methods in the body of the code.The Bubble_sort method implements the bubble sort algorithm in Ruby whilst the bubble_sort_by implement the a bubble sort algorithm and also take a block by yielding.

The project is part of a series of projects to be completed by students of Microverse.

Technology

  • Ruby

Usage

Clone the repository to your local machine

$ git clone https://github.com/addod19/bubble_sorting_algorithm.git

cd into the directory

$ cd bubble_sorting_algorithm

Open bubble_sort_by_arr.rb with your favourite text editor

Deployment

This project is actually built on two development branches bubble_sort_branch and bubble_sort_by_branch

The demo page can be found HERE

Contributors

This is a collaborative project by : Daniel Larbi Addo and Maya Alla Eldin

Contributing

  1. Fork it (https://github.com/addod19/bubble_sorting_algorithm/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen-name])
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages