garden/journal/2020-11-01.md

14 lines
807 B
Markdown
Raw Normal View History

2020-11-01 08:01:37 +00:00
# 2020-11-01
- Finished listening to [[Minecraft, but it's Everywhere At The End Of Time]].
It's made me worry about the effects of dementia and Alzheimer's, whether I
could contract them, and how much of an effect they would have on me. I'm
worried about not remembering having created this garden.
2020-11-01 08:15:29 +00:00
- Implemented `get` and partially implemented `put` on a `HashTableChain`. A
`HashTableChain` is made up of an array of linked lists, where the array
index corresponds to some modulo of the hashcode of the key.
2020-11-01 08:01:37 +00:00
[//begin]: # "Autogenerated link references for markdown compatibility"
[Minecraft, but it's Everywhere At The End Of Time]: ..\minecraft-but-its-everywhere-at-the-end-of-time "Minecraft, but it's Everywhere At The End Of Time"
[//end]: # "Autogenerated link references"