adding discussion questions

This commit is contained in:
Jidong Xiao
2024-04-05 13:59:51 -04:00
parent 072527539f
commit 508326093b

View File

@@ -11,3 +11,5 @@ Discuss the following questions with students around you.
5. What shall we do in the main function? 5. What shall we do in the main function?
6. Once all products are stored in the B+ tree, how exactly do we find the products whose price falls into the search range? 6. Once all products are stored in the B+ tree, how exactly do we find the products whose price falls into the search range?
7. There are 2 types of nodes on a B+ tree, leaf node vs internal node. Do we need to handle them in different ways?