https://github.com/jacobious52/adventofcode2018
My Advent of Code 2018 Repo. In Swift Plargrounds
https://github.com/jacobious52/adventofcode2018
Last synced: about 2 months ago
JSON representation
My Advent of Code 2018 Repo. In Swift Plargrounds
- Host: GitHub
- URL: https://github.com/jacobious52/adventofcode2018
- Owner: Jacobious52
- Created: 2018-12-02T04:27:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T11:00:54.000Z (over 7 years ago)
- Last Synced: 2025-12-25T23:36:40.742Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 482 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2018
My Advent of Code 2018 Repo. Not going for best solutions or times just practicing programming in Swift
**AdventOfCode2018.playground** - Swift Playground problems live here. Playgrounds is really slow so running most problems with full input requires compiling swift files as binary.
### Day 1
**[Part 1](AdventOfCode2018.playground/Pages/Day1Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day1Part2.xcplaygroundpage/Contents.swift)**
### Day 2
**[Part 1](AdventOfCode2018.playground/Pages/Day2Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day2Part2.xcplaygroundpage/Contents.swift)**
### Day 3
**[Part 1](AdventOfCode2018.playground/Pages/Day3Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day3Part2.xcplaygroundpage/Contents.swift)**
### Day 4
**[Part 1](AdventOfCode2018.playground/Pages/Day4Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day4Part2.xcplaygroundpage/Contents.swift)**
### Day 5
**[Part 1](AdventOfCode2018.playground/Pages/Day5Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day5Part2.xcplaygroundpage/Contents.swift)**
### Day 6
**[Part 1](AdventOfCode2018.playground/Pages/Day6Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day6Part2.xcplaygroundpage/Contents.swift)**
### Day 7
**[Part 1](AdventOfCode2018.playground/Pages/Day7Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day7Part2.xcplaygroundpage/Contents.swift)**
### Day 8
**[Part 1](AdventOfCode2018.playground/Pages/Day8Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day8Part2.xcplaygroundpage/Contents.swift)**
### Day 9
**[Part 1](AdventOfCode2018.playground/Pages/Day9Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day9Part2.xcplaygroundpage/Contents.swift)**
### Day 10
**[Part 1](AdventOfCode2018.playground/Pages/Day10Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day10Part2.xcplaygroundpage/Contents.swift)**
### Day 11
**[Part 1](AdventOfCode2018.playground/Pages/Day11Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day11Part2.xcplaygroundpage/Contents.swift)**
### Day 12
**[Part 1](AdventOfCode2018.playground/Pages/Day12Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day12Part2.xcplaygroundpage/Contents.swift)**
### Day 13
**[Part 1](AdventOfCode2018.playground/Pages/Day13Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day13Part2.xcplaygroundpage/Contents.swift)**
### Day 14
**[Part 1](AdventOfCode2018.playground/Pages/Day14Part1.xcplaygroundpage/Contents.swift)**
**[Part 2](AdventOfCode2018.playground/Pages/Day14Part2.xcplaygroundpage/Contents.swift)**