Advent of codes
|
José Cabeda
879de831e9
Add Challenge 3 implementation and tests
- Implemented Challenge 3 logic in `challenge_3.py` with functions to find the largest concatenated number from given rows. - Added input file `input_1.txt` for Challenge 3. - Created test cases for Challenge 3 in `test_challenge_3.py` to validate functionality. - Updated `main.py` to include execution for Challenge 3 based on command-line arguments. - Added tests for Challenge 2 in `test_challenge_2.py` to ensure correctness of the implemented logic. |
||
|---|---|---|
| .vscode | Add initial implementation for 2025 challenges | |
| 2025 | Add Challenge 3 implementation and tests | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
adventofcode
Advent of codes