From b65f72fe9ccff98cfeca6b517728b01325b9e658 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 6 Nov 2023 00:07:19 -0500 Subject: [PATCH] add the image --- lectures/20_hash_tables_I/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/20_hash_tables_I/README.md b/lectures/20_hash_tables_I/README.md index 897672e..0aa6e5d 100644 --- a/lectures/20_hash_tables_I/README.md +++ b/lectures/20_hash_tables_I/README.md @@ -91,6 +91,8 @@ What’s the expected running time for identify, add, and erase? ## 20.6 Now let’s implement Caller ID with a Hash Table +![alt text](phonebook.png "phonebook") + ```cpp #define PHONEBOOK_SIZE 10