Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e1essar/advent-of-code-2023
⛄Advent Of Code 2023 In Different Programming Languages⛄
https://github.com/e1essar/advent-of-code-2023
advent-of-code-2023 assembly c clojure cpp csharp golang java javascript kotlin python rust visual-basic
Last synced: 6 days ago
JSON representation
⛄Advent Of Code 2023 In Different Programming Languages⛄
- Host: GitHub
- URL: https://github.com/e1essar/advent-of-code-2023
- Owner: e1essar
- Created: 2023-12-02T18:41:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T11:59:57.000Z (about 1 year ago)
- Last Synced: 2024-11-15T17:12:19.302Z (2 months ago)
- Topics: advent-of-code-2023, assembly, c, clojure, cpp, csharp, golang, java, javascript, kotlin, python, rust, visual-basic
- Language: C
- Homepage: https://adventofcode.com/2023
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2023 🎄
## Goal 🎯
The goal of this repository is to solve the Advent of Code 2023 challenges using different programming languages. Each set of two challenges will be solved using a specific language.## Solutions 🧩
✅ 1. **Day 1-2**: C++ ➕✅ 2. **Day 3-4**: Python 🐍
✅ 3. **Day 5-6**: C# #️⃣
✅ 4. **Day 7-8**: Go 🐿️
✅ 5. **Day 9-10**: C 📚
✅ 6. **Day 11-12**: Rust 🦀
☑️ 7. **Day 13-14**: Java ☕
☑️ 8. **Day 15-16**: Pascal 🔤
☑️ 9. **Day 17-18**: Ruby 💎
☑️10. **Day 19-20**: PHP 🐘
☑️11. **Day 21-22**: Kotlin 📱
☑️12. **Day 23-24**: JavaScript >
☑️13. **Day 25**: Scala 🪜
## Structure ⚙
The repository is organized into folders corresponding to each day's challenges. Each folder contains the solutions for the respective programming languages. Solutions are presented in files with language-specific extensions. There are no additional build instructions, configuration files, or build artifacts included.