https://github.com/mitrohgr/bubble-sort
One of the Simplest and Processor-Intensive Sorting Algorithm
https://github.com/mitrohgr/bubble-sort
ruby the-odin-project
Last synced: over 1 year ago
JSON representation
One of the Simplest and Processor-Intensive Sorting Algorithm
- Host: GitHub
- URL: https://github.com/mitrohgr/bubble-sort
- Owner: mitrohgr
- Created: 2024-08-12T05:59:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T07:52:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T21:32:27.172Z (over 1 year ago)
- Topics: ruby, the-odin-project
- Language: Ruby
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bubble-sort
One of the Simplest and Processor-Intensive Sorting Algorithm
## Demo

## General Info
**bubble-sort** is the [fourth project](https://www.theodinproject.com/lessons/ruby-bubble-sort) in the [Ruby Course](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby) from the [Full Stack Ruby on Rails](https://www.theodinproject.com/paths/full-stack-ruby-on-rails) path in the [The Odin Project](https://www.theodinproject.com/about).
## Technologies
+ ***CLI***
+ ***Git***
+ ***GitHub***
+ ***Ruby***
## Self-reflections
> It took quite some time to reach here. I always keep the stuff I learnt about motivation and mindset in the beginning part of the odin project close to my heart. It has proved valuable in overcoming many of the challenges that I've faced as of now.
> This was not that easy compared to the previous three projects but interesting nonetheless. I learned a whole lot about installing Ruby and all the different basic Ruby tidbits prior to starting this project. The project specifications (i.e., the video and the article) provide enough information on how to tackle the pseudocode for this problem. I also liked the numerous optimizations to the pseudocode mentioned in the article.
## Contact and Support
+ Feel free to contact ***mitrohgr_03505*** on discord for project-related queries.
+ No further feature modifications or improvements will be done to this project.