Skip to content

vzdrizhni/Ruby-template-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Sort

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order,until the list is sorted.

Built With

  • Ruby

Getting Started

This is an example of how you may give instructions on setting up your project locally.

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Install ruby on your local machine

Setup

  • Clone the repository on your local machine
  • cd into the folder, find the bubble_sort file and open it

Install

  • Install Ruby (most recents versions)
  • Install VSCode or any code editor you like
  • Add gem 'rubocop' to Gemfile (not sure how to use Gemfile? Read this).
  • Run bundle install.

Run tests

Authors

👤 Adewale Adeshola

👤 Roman Nikolaev

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages