Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhiribarren/advent-of-code
Participation to advent of code
https://github.com/vhiribarren/advent-of-code
advent-of-code advent-of-code-2022 advent-of-code-2023 algorithms
Last synced: 4 days ago
JSON representation
Participation to advent of code
- Host: GitHub
- URL: https://github.com/vhiribarren/advent-of-code
- Owner: vhiribarren
- License: mit
- Created: 2022-12-01T17:37:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:08:51.000Z (3 months ago)
- Last Synced: 2024-08-21T08:56:45.397Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023, algorithms
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of code
My participation to: https://adventofcode.com/
## Caveats
Since all the materials from Advent of Code is not free of use, test inputs and
main inputs are also protected. So there are no unit tests or file inputs
committed here.However, my solutions have hard coded reference to those inputs, so you cannot
execute the files directly if you do not have the input files in the right
folder.## License
My personal solutions are published under the MIT license.
Copyright 2022 Vincent Hiribarreen
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.