Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scorphus/advent-of-code-2020
π Solutions to Advent of Code 2020 π
https://github.com/scorphus/advent-of-code-2020
advent-of-code advent-of-code-2020 coding-challenge
Last synced: 3 months ago
JSON representation
π Solutions to Advent of Code 2020 π
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2020
- Owner: scorphus
- License: bsd-3-clause
- Created: 2020-12-03T17:04:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T21:26:00.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T03:30:31.078Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2020, coding-challenge
- Language: Python
- Homepage: https://adventofcode.com/2020
- Size: 207 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Advent of Code 2020 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]
Solutions to [Advent of Code 2020] in [Python] π
Each solution remains as when the respective challenge was completed, with only
subtle refactoring applied βΒ e.g. variable renaming.## Motivations
- Have fun π
- Practice problem solving β‘οΈ
- Practice [Python], and its [standard library], tooling, and ecosystem π
- Compete π₯ βΒ and yet produce readable code π€## License
Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).See [LICENSE] for details.
[build-badge]: https://github.com/scorphus/advent-of-code-2020/workflows/Python/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2020/actions?query=workflow%3APython
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2020/branch/main/graph/badge.svg?token=AefYHaJ5VS
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2020
[advent of code 2020]: https://adventofcode.com/2020/
[Python]: https://www.python.org/
[standard library]: https://docs.python.org/3/library/
[license]: LICENSE