Where can I learn more about datastructure tricky questions?
- by Sandbox
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.