Commit Graph

6 Commits

Author SHA1 Message Date
801d7f9a78 day 21b incomplete
tried doing it, very close, I believe I have missed a very simple step or some edge case is not being run.

Value is currently way below what is expected So I either think one of the data structures is behaving badly, or I have missed a key point
2021-12-22 01:02:12 +00:00
f406939197 day 21a complete
transferred the game structs to the shared area, linked list can be manipulated to have a different board type and so placing in shared reduces code size
2021-12-21 23:22:04 +00:00
5bd95a716f day 18a incomplete
was unable to complete the challenge today

Ideally, I would like to wait for generics to release in Go version 1.18 (February 2022)

decided to spend the time working on an implementation of a Binary Search Tree that makes use of the string that is currently stored in the Node Item
2021-12-18 22:09:37 +00:00
8a8a1c0ebf day 17a complete 2021-12-17 22:33:26 +00:00
0db2c0a79e day 16a complete 2021-12-17 13:23:44 +00:00
6111f86a04 New Shared Library 2021-12-16 21:11:39 +00:00