Skip to content

JonathanYiv/bubble_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bubble Sort Project

This is my version of implementing the bubble sort.

This is a project from The Odin Project.

Bubble Sort GIF

Installation

Open your Terminal/Command Line. Navigate to the directory where your version will live. Type in the following:

$ git clone https://github.com/JonathanYiv/bubble_sort.git
$ cd bubble_sort
$ ruby bubble_sort.rb

Pre-Project Thoughts

No particular thoughts.

Post-Project Thoughts

At some point, I will read about all the different type of sorting methodologies and their efficiency levels. Apparently bubble sort is one of the least efficient, except in the case of a short nearly sorted group.

About

Implementation of Bubble Sort in Ruby

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages