You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
318 B
7 lines
318 B
2 years ago
|
|
||
|
Exercise 3.25: Generalizing one- and
|
||
|
two-dimensional tables, show how to implement a table in which values are
|
||
|
stored under an arbitrary number of keys and different values may be stored
|
||
|
under different numbers of keys. The lookup and insert!
|
||
|
procedures should take as input a list of keys used to access the table.
|