Git Product home page Git Product logo

bubble_sort's Introduction

bubble_sort

This is the first project that welcomes us into the Ruby Section of the Microverse Remote Software Development Curriculum. It is the interesting topic because me and my partner made a bubble_sort function instead of using the predefined function.

Getting Started ๐Ÿš€

These instructions will get you a copy of the project up and running on your local machine.

How To Use ๐Ÿ”ง

From your command line, first clone the project:

# Clone this repository
$ git clone https://github.com/ignatius22/bubble_sort.git

# Go into the repository
$ cd bubble_sort

Tools and technology used

  • Ruby
  • irb

Bubble-sort Algorithm

Steps on how it works:

  • In an unsorted array of 4 elements, start with the first two elements and sort them in ascending order. (Compare the element to check which one is greater).

  • Compare the second and third element to check which one is greater, and sort them in ascending order.

  • Compare the third and fourth element to check which one is greater, and sort them in ascending order.

  • Repeat steps 1โ€“3 until no more swaps are required.

See video: See this gif

CONTRIBUTOR

๐Ÿ‘ค Dipesh Kumar

๐Ÿ‘ค Ignatius Sani

Github link:

For the: Github-link

Live Demo

Live Demo Link

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Thanks to Microverse and The Odin Project.
  • Thanks wikipedia also for the Gif  for the gif.

bubble_sort's People

Contributors

dipeshtwis avatar ignatius22 avatar

Watchers

James Cloos avatar  avatar

Forkers

dipeshtwis

bubble_sort's Issues

#team-106-the-kingsnakes

Hi Ignatius!

You've done well on this project & you've also done a good job in your presentation!
You've made good use of Ruby functions etc in this project.

Congrats on getting it approved.

-The team

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.