Tentative steps.

Today, I took some first tentative steps into understanding Hash tables:

Fascinating topic, and one I’m using at present to complete a Caesar Cipher project. (link to here when complete #TODO)

Here are some excellent resources, I’ve found through Engineering with Utsav

Intro to Hash tables

Hashing and chaining

Simple Hash table in Python