AdventOfCode2021/shared
Luke Else 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
..
Binary.go day 16a complete 2021-12-17 13:23:44 +00:00
BinaryTree.go day 18a incomplete 2021-12-18 22:09:37 +00:00
Board.go New Shared Library 2021-12-16 21:11:39 +00:00
Coordinate.go New Shared Library 2021-12-16 21:11:39 +00:00
LinkedList.go New Shared Library 2021-12-16 21:11:39 +00:00
Math.go day 17a complete 2021-12-17 22:33:26 +00:00
Node.go day 18a incomplete 2021-12-18 22:09:37 +00:00
Sort.go New Shared Library 2021-12-16 21:11:39 +00:00
Stack.go New Shared Library 2021-12-16 21:11:39 +00:00