Commit Graph

6 Commits

Author SHA1 Message Date
Nat 02c7492f74
Expand the hash table implementation
Our implementation now resizes automatically and supports hashing by
open addressing.
2023-01-20 16:11:19 -08:00
Nat f4e04b0dfd
Add support for named wikilinks 2023-01-20 15:43:53 -08:00
Nat 1bd489cdc5
Simplify string construction processes 2023-01-20 10:37:11 -08:00
Nat 046e31f91e
Implement incoming links 2023-01-20 09:23:19 -08:00
Nat c7e413c6e5
Replace titleMap with pageMap
Now, our hashmap holds pointers to the Page struct. This will be more
useful for implementing incoming links and whatnot
2023-01-19 15:33:16 -08:00
Nat 6b47ed9110
init 2023-01-16 17:13:12 -08:00