An open API service indexing awesome lists of open source software.

https://github.com/frugghi/advent-of-code-2021

A Swift playgrounds with solutions of the Advent of Code 2021 challenge.
https://github.com/frugghi/advent-of-code-2021

advent-of-code advent-of-code-2021 advent-of-code-2021-swift aoc2021

Last synced: 3 months ago
JSON representation

A Swift playgrounds with solutions of the Advent of Code 2021 challenge.

Awesome Lists containing this project

README

        

# :christmas_tree: Advent of Code 2021 :santa:

A Swift playgrounds with solutions of the [Advent of Code 2021](https://adventofcode.com/2021/).

## How to run

Clone the repo and open the Playground in Xcode.

## Solutions

| Challenge | Stars | :closed_book: |
| --------- | ----- | -------- |
| [Day 1: Sonar sweep](https://adventofcode.com/2021/day/1) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%201.xcplaygroundpage/Contents.swift) |
| [Day 2: Dive!](https://adventofcode.com/2021/day/2) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%202.xcplaygroundpage/Contents.swift) |
| [Day 3: Binary Diagnostic](https://adventofcode.com/2021/day/3) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%203.xcplaygroundpage/Contents.swift) |
| [Day 4: Giant Squid](https://adventofcode.com/2021/day/4) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%204.xcplaygroundpage/Contents.swift) |
| [Day 5: Hydrothermal Venture](https://adventofcode.com/2021/day/5) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%205.xcplaygroundpage/Contents.swift) |
| [Day 6: Lanternfish](https://adventofcode.com/2021/day/6) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%206.xcplaygroundpage/Contents.swift) |
| [Day 7: The Treachery of Whales](https://adventofcode.com/2021/day/7) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%207.xcplaygroundpage/Contents.swift) |
| [Day 8: Seven Segment Search](https://adventofcode.com/2021/day/8) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%208.xcplaygroundpage/Contents.swift) |
| [Day 9: Smoke Basin](https://adventofcode.com/2021/day/9) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%209.xcplaygroundpage/Contents.swift) |
| [Day 10: Syntax Scoring](https://adventofcode.com/2021/day/10) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2010.xcplaygroundpage/Contents.swift) |
| [Day 11: Dumbo Octopus](https://adventofcode.com/2021/day/11) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2011.xcplaygroundpage/Contents.swift) |
| [Day 12: Passage Pathing](https://adventofcode.com/2021/day/12) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2012.xcplaygroundpage/Contents.swift) |
| [Day 13: Transparent Origami](https://adventofcode.com/2021/day/13) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2013.xcplaygroundpage/Contents.swift) |
| [Day 14: Extended Polymerization](https://adventofcode.com/2021/day/14) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2014.xcplaygroundpage/Contents.swift) |
| [Day 15: Chiton](https://adventofcode.com/2021/day/15) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2015.xcplaygroundpage/Contents.swift) |
| [Day 16: Packet Decoder](https://adventofcode.com/2021/day/16) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2016.xcplaygroundpage/Contents.swift) |
| [Day 17: Trick Shot](https://adventofcode.com/2021/day/17) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2017.xcplaygroundpage/Contents.swift) |
| [Day 18: Snailfish](https://adventofcode.com/2021/day/18) | :star::star: | [:page_with_curl:](Advent%20of%20Code%202021.playground/Pages/Day%2018.xcplaygroundpage/Contents.swift) |