Problem:
Which of the following patterns in a computer program suggests that a hash table could provide a significant speed-up (check all that apply)?
Solution:
Hash table are great for lookup but do not good for finding minimum of maximum.
Which of the following patterns in a computer program suggests that a hash table could provide a significant speed-up (check all that apply)?
Solution:
Hash table are great for lookup but do not good for finding minimum of maximum.
No comments:
Post a Comment