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

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

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)**