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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,5 @@ This was done as a way to learn and get experienced with Go, so the first implem
19
19
[Day 10 of 2016](2016/day10/ten.go) I'm always happy to make recursion work lol. Plus, browsed reddit and it also wasn't the default solution implemented by the other people.
20
20
21
21
[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
+
[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.
0 commit comments