Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b7063c0

Browse files
committed
README.md changes. Start of year 2018. Supposedly the hardest one.
1 parent 47d0d46 commit b7063c0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎2018/day01/one.go‎

Whitespace-only changes.

‎README.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ This was done as a way to learn and get experienced with Go, so the first implem
88
| Year | Done |
99
|------|-------------|
1010
| 2015 | Yes |
11-
| 2016 | Yes* |
12-
| 2017 | In Progress |
11+
| 2016 | Yes* |
12+
| 2017 | Yes |
13+
| 2018 | In Progress |
1314

14-
\* I did not do day11.
15+
<sub><sup>\* I did not do day11. Might revisit in the future</sup></sub>
1516

1617
# Notable Challenges
1718
[Day 22 of 2015](2015/day22/twenty-two.go) Implemented Dijkstra's algorithm with a Priority Queue with respect to each game state and its mana spent.
@@ -21,3 +22,5 @@ This was done as a way to learn and get experienced with Go, so the first implem
2122
[Day 11 of 2017](2017/day11/eleven.go) Made a very concise solution for a new grid system (Hexagonal). Made me learn about it. [Hex Grid Information](https://www.redblobgames.com/grids/hexagons)
2223

2324
[Day 21 of 2017](2017/day21/twenty-one.go) Performed various matrix transformations (rotate and flip). ChatGPT helped me write the Merging algorithm for the matrices.
25+
26+
[Day 24 of 2017](2017/day24/twenty-four.go) Depth First Search to create all the possible paths from one node to the next valid ones. Very concise solution.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /