Skip to content

In this project, the you will implement the bubble sort algorithm. Assignment is focused on the use of yield and passing a block to a method.

Notifications You must be signed in to change notification settings

uryelah/Advanced-Building-Blocks---Bubble-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Bubble Sort Algorithm

This project is part of the Microverse CSS3 and HTML curriculum!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

This is an implementation of the Bubble Sort Algorithm with Ruby.

We created a method that sorts an array. This algorithm has a O(n2) at the worst case scenario.

We included another method that accepts a block to sort an array of strings by length.

This is also part of the Odin project curriculum https://www.theodinproject.com/courses/ruby-programming/lessons/advanced-building-blocks

Requirements

You need to have Ruby installed in your computer to run this file: https://www.theodinproject.com/courses/web-development-101/lessons/installing-ruby

Built With

This project was built using these technologies.

  • Ruby
  • VsCode

Contact

María José Reyes - @majovainilla - maria_reyes@me.com

Sarah Uryelah Silva - @uryelah - @uryelah - sarahchamorro@gmail.com

Project Link: [https://github.com/uryelah/Advanced-Building-Blocks---Bubble-Sort)

Acknowledgements

About

In this project, the you will implement the bubble sort algorithm. Assignment is focused on the use of yield and passing a block to a method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages