Where can I learn more about datastructure tricky questions?
Posted
by Sandbox
on Stack Overflow
See other posts from Stack Overflow
or by Sandbox
Published on 2009-08-15T18:09:32Z
Indexed on
2010/04/10
19:43 UTC
Read the original article
Hit count: 263
I am relatively new to programming (around 1 year programming C#-winforms). Also, I come from a non CS background (no formal degree)
Recently, while being interviewed for a job, I was asked about implementing a queue using a stack. I fumbled and wan't able to answer the question. After, the interview I could do it(had to spend some time). I have learnt (and think that I know it well) basic algorithms in datastructures using the book Data Structures: A Pseudocode Approach with C - Richard F. Gilberg (Author) . I want to know about sites/ books which have such questions along with answers. I think this will allow me to develop my CS specific problem solving skills. Any help is appreciated.
BOUNTY: I am looking at some blog/website with datastructure and algorithms Q&A.
© Stack Overflow or respective owner