https://github.com/codingcompetitions/cq-2024
**UNOFFICIAL REPOSITORY** Coding Quest is an annual competition. You can use any programming language/environment you prefer.
https://github.com/codingcompetitions/cq-2024
cli codingquest codingquest-2024 rake ror ruby ruby-33
Last synced: about 2 months ago
JSON representation
**UNOFFICIAL REPOSITORY** Coding Quest is an annual competition. You can use any programming language/environment you prefer.
- Host: GitHub
- URL: https://github.com/codingcompetitions/cq-2024
- Owner: codingcompetitions
- License: mit
- Created: 2025-01-14T04:48:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T02:39:46.000Z (2 months ago)
- Last Synced: 2025-03-31T03:27:35.794Z (2 months ago)
- Topics: cli, codingquest, codingquest-2024, rake, ror, ruby, ruby-33
- Language: Ruby
- Homepage: https://codingquest.io/#:~:text=2024%20challenge
- Size: 2.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Quest 2024
[Coding Quest 2024](https://codingquest.io/) is solved using [Ruby](https://www.ruby-lang.org/en/documentation/).
| Solved? | Name |
|---------|------------------------------------------------------------------------------------------------|
| ✅ | [Day 01](https://codingquest.io/problem/28) - [Purchase tickets](app/codingquest/Day01.rb) |
| ✅ | [Day 02](https://codingquest.io/problem/29) - [Broken firewall](app/codingquest/Day02.rb) |
| ✅ | [Day 03](https://codingquest.io/problem/30) - [Hotel door code](app/codingquest/Day03.rb) |
| ✅ | [Day 04](https://codingquest.io/problem/31) - [Closest star systems](app/codingquest/Day04.rb) |
| ✅ | [Day 05](https://codingquest.io/problem/32) - [Busy moon rovers](app/codingquest/Day05.rb) |
| ✅ | [Day 06](https://codingquest.io/problem/33) - [Time to play fair](app/codingquest/Day06.rb) |
| | [Day 07](https://codingquest.io/problem/34) - [The purge](app/codingquest/Day07.rb) |
| | [Day 08](https://codingquest.io/problem/35) - [Connecting cities](app/codingquest/Day08.rb) |
| | [Day 09](https://codingquest.io/problem/36) - [Mining tunnels](app/codingquest/Day09.rb) |
| | [Day 10](https://codingquest.io/problem/37) - [NA]() |## Run
```sh
rails day(01-10):part01[path/to/file,true]#rails day01:part01[../codingquest-data/2024/input/day01-01.in,true]
```### Run test suite
```
rails test
```## License
MIT License.
Copyright (c) 2024 Manuel Alejandro Gómez Nicasio
See [LICENSE.md](LICENSE.md) for details.