vote up 0 vote down star

Possible Duplicate:
Find a book in a huge library (interview question)

(Re-opened with programming tag)

What is your answer for this question?

You are in a very huge library that has no computer access, and you're looking for one particular book.

You look up where the book suppose to be from the card catalog, and went to shelf X to find it.

However the book is not there.

There is only one person that can answer questions, which is the libarian, but he only answers yes/no responses. Plus, his answers might not be correct.

What is your stratgey for finding this book?

flag
The book must be checked out...so you trick the librarian with a negative. If I were to ask you whether Design Patterns is not on Shelf 1 am I correct? – JonH Nov 5 at 16:07
3  
@Timothy Chen: Your existing question on this topic still exists stackoverflow.com/questions/1669517/…. Did you forget about it? – Jason Punyon Nov 5 at 16:08

closed as exact duplicate by Jason Punyon, Visage, Mitch Wheat, Moayad Mardini, R. Bemrose Nov 5 at 16:10

2 Answers

vote up 0 vote down

Is the book "Flubberty Gibbets" by Anthony Littlehorse in this library?

(if no, then you probably want to give up, i.e. fatal error)

According to the card catalog, this book should be on shelf X. Is it there right now?

(if yes, then you know that you cannot trust the librarian and it is time to code up a full table scan of the library)

Where is this book?

(go look at the location mentioned, if the book is not there set answer equal to yes and go to previous question's answer)

[[Personally, I would specify the book's name and author in the question and I would also mention the identity of the shelf location and mention how many shelves/locations are in the library.]]

link|flag
vote up 0 vote down

Question makes no sense - if you cant trust his answers then there's no point in asking questions, so his exiostence becomes irrlevent.

So your question boils down to 'How do you find a book in a library if its not where you think it is?'

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.