https://github.com/bitwisesang/exercism
This repository serves as a personal backup of my solutions to various exercises on Exercism.org for the Ruby track.
https://github.com/bitwisesang/exercism
exercism exercism-solutions ruby
Last synced: 9 months ago
JSON representation
This repository serves as a personal backup of my solutions to various exercises on Exercism.org for the Ruby track.
- Host: GitHub
- URL: https://github.com/bitwisesang/exercism
- Owner: BitwiseSang
- Created: 2025-08-11T09:50:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T17:09:49.000Z (10 months ago)
- Last Synced: 2025-09-04T17:41:56.831Z (10 months ago)
- Topics: exercism, exercism-solutions, ruby
- Language: Ruby
- Homepage: https://exercism.org/tracks/ruby
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Exercism Solutions 📝
This repository serves as a personal backup of my solutions to various exercises on [Exercism.org](https://exercism.org/) for the **Ruby** track.
Exercism is a platform that helps you improve your programming skills by providing coding challenges and offering expert code mentorship.
## Repository Structure 📂
My solutions are organized into a top-level `solutions` directory, with subdirectories for each language track and then individual folders for each exercise.
The typical structure looks like this:
```
├── solutions/
│ ├── language-track-name/
│ │ ├── exercise-name/
│ │ │ ├── my_solution_file.ext
│ | .
| | .
| | .
```
For example, a solution for the "Lasagna" exercise in the Ruby track would be located at `solutions/ruby/lasagna/lasagna.rb`.
## My Goal and Progress 🚀
I'm using this repository to learn about Ruby through exercises. Feel free to explore my solutions, but please note that they represent my best effort at the time of completion and may not always be the most idiomatic or efficient way to solve a problem.
**The primary goal is learning!**