From 4498831ca4289993469d4809d4eb78596b6a5c40 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 7 Nov 2023 01:32:35 -0500 Subject: [PATCH] adding notes --- labs/11_hash_tables/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labs/11_hash_tables/README.md b/labs/11_hash_tables/README.md index 25d9f1a..f9bcf5b 100644 --- a/labs/11_hash_tables/README.md +++ b/labs/11_hash_tables/README.md @@ -85,3 +85,5 @@ Explanation: The longest consecutive elements sequence is [0, 1, 2, 3, 4, 5, 6, ``` **To complete this checkpoint**: Show a TA your program and the test results. + +**Note**, checkpoint 3 is very challenging, if you can't get it work during your lab period, make sure you understand it completely after the lab period, because one of the four problems on Test 3, will be about separate-chaining-based hash tables. It's 100% certain.