You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ This was done as a way to learn and get experienced with Go, so the first implem
8
8
| Year | Done |
9
9
|------|-------------|
10
10
| 2015 | Yes |
11
-
| 2016 | Yes*|
12
-
| 2017 | In Progress |
11
+
| 2016 | Yes*|
12
+
| 2017 | Yes |
13
+
| 2018 | In Progress |
13
14
14
-
\* I did not do day11.
15
+
<sub><sup>\* I did not do day11. Might revisit in the future</sup></sub>
15
16
16
17
# Notable Challenges
17
18
[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
21
22
[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)
22
23
23
24
[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