From 99b96a92bae0f3fbd61974f15226be35e77156b4 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sun, 5 Nov 2023 21:53:15 -0500 Subject: [PATCH] remove leetcode 705,706 --- lectures/20_hash_tables_I/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/20_hash_tables_I/README.md b/lectures/20_hash_tables_I/README.md index 0866b9e..23c1409 100644 --- a/lectures/20_hash_tables_I/README.md +++ b/lectures/20_hash_tables_I/README.md @@ -2,7 +2,7 @@ ## Today’s Lecture -- Hash Tables, Hash Functions, and Collision Resolution (leetcode 1, 705, 706) +- Hash Tables, Hash Functions, and Collision Resolution - Performance of: Hash Tables vs. Binary Search Trees - Collision resolution: separate chaining vs open addressing - STL’s unordered_set (and unordered_map)