Delve Networks Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
2
of 2 vote

TRIE is the best option to implement a cell phone contact lists, though they consume a lot of memory...

- googler August 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

tries should be super fast, but they use a lot of memory.

- LOLer July 17, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

I am assuming all the entries reside in some database.
If memory is not an issue, once a user types a letter, say, "p", we can create a hashtable with all names starting with "p". Then as the user types further filter the hashtable.
Well the worst case would be all names start with "p" :)).

- Abhang July 20, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

i think this question has already been asked in other threas...i guess the best solution from the context of efficiency is to use suffix trees and hence TRIE...they do exactly the same thing as what we are looking for...hope this helps. thankx

- desiNerd July 21, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Wht is TRIE ?? is it different from tree data structure??

- Anonymous November 21, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

@ above ^
Yes, it is unique kind of data structure.
You can see the wiki page for the trie thing.

- Altruist November 26, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Directed acyclic word graph would be more efficient in terms of memory.

- volongoto February 20, 2010 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More