This commit is contained in:
Edgar 2023-07-10 16:08:27 +02:00
parent d448b7f437
commit e72b603021
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -80,7 +80,7 @@ According to some [papers](https://dl.acm.org/doi/10.1145/356643.356645) when th
## Probing / Searching
When searching for a slot, either at insertion or search, we will need to do something when a hash colision happens:
When searching for a slot, either at insertion or search, we will need to do something when a hash collision happens:
### Linear probing