updated hashtable and started on basic hashtable testing

This commit is contained in:
herbglitch 2025-02-14 03:23:42 -07:00
parent 122eb1d351
commit c344594af7
7 changed files with 453 additions and 187 deletions

15
doc/diagrams/vector.txt Normal file
View file

@ -0,0 +1,15 @@
┌───────────────────────────────────────────┐
│ │ │
│ The Problem │ A Fix With a Vector │
│ │ │
│ ┌────────┐ │ ┌────────┐ ┌─────────┐ │
│ │ Hat │ │ │ Hat │────►│ Hat │ │
│ │ Pants │ │ │ Pants │────►│ Pants │ │
│ │ Jacket │ │ │ Jacket │────►│ Jacket │ │
│ │ Shoes │ │ │ Shoes │────►│ Shoes │ │
│ └────────┘ │ └────────┘┌───►│ Socks │ │
│ ▲ │ Socks───┘ │ │ │
│ │ │ │ │ │
│ Socks │ │ │ │
│ │ └─────────┘ │
└───────────────────────────────────────────┘