InterviewSolution
Saved Bookmarks
| 1. |
How the buckets are stored in predicate indexing?(a) Lists(b) Stack(c) Hashes(d) None of the mentionedThe question was posed to me during an interview for a job.This interesting question is from Unification and Lifting in chapter Knowledge and Reasoning of Artificial Intelligence |
|
Answer» CORRECT OPTION is (c) Hashes To EXPLAIN: The buckets can be stored in a hash table for efficient ACCESS. |
|