Hash Table
If you can teach Hash Table using name → phone, you know it. If you only know the heading, you don’t.
Keep Hash Table small. Asha should finish name → phone in a few lines, not a 40-line dump.
Without Hash Table, a diary gets messy and name → phone is hard to trust.
Use Hash Table when name → phone must stay clear. If a simpler DSA step works, use that instead.
Hash Table miss — bad hash → pile-up. Fix it before you talk about advanced DSA.
After Hash Table, Asha should still remember bad hash → pile-up.
Viva for Hash Table — what it is → key % size + collision plan → the mistake (bad hash → pile-up).
For Hash Table: definition + a diary + one failure.