Data structures questions in interviews
Work Issues
2
Posts
2
Posters
2
Views
1
Watching
-
Data structures has always been favorite topic among interviewers. How about sharing our interview experiences on data structures? Mine: Reversing a linked list.
Ironically, in the last 13 years, no one has ever asked me any real "computer science 101" questions. As a result, I've become incredibly bad at answering them, and I don't often construct my own linked lists or binary trees when programming in C# or VB.NET, so I feel really rusty in these areas. I while ago, I picked up a book called "Programming Interviews Exposed" published by Wiley & Sons. It's crammed with exactly that kind of question, along with logic puzzles, etc., that might be asked during a programming interview.