Skip to content

This is our implementation of the bubble sort algorithm in Ruby as our first Microverse ruby project

Notifications You must be signed in to change notification settings

codecell/bubble_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Sort Microverse Project

In this project, we wrote two bubble sort algorithms. The first method sort an array of integers in ascending order. The second method sorts an array of strings in ascending order based on the length of the characters in each array item.

Built With

  • Ruby

Installation and Testing Guidelines

To get a local copy of this project, clone this repo

  • cd bubble_sort
  • In your Terminal, Run ruby bubble_sort.rb
  • you can change the values in the arrays to your custom values and test again

Authors

👤 Martin Njoroge

👤 Alfred Ezaka

Show your support

Give a ⭐️ if you like this project!

About

This is our implementation of the bubble sort algorithm in Ruby as our first Microverse ruby project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages