We all, as programmers, have something that we really like and always when we are trying to solve a problem we would like to solve it on our personal choice of programming language/algorithm.
But the question that I've chatted with other developers at work about, was "Which is your favorite data structure" so I've met developers who was using arrays and didn't want to hear about other data structures but some others like me who was using linked lists.
I know sometimes you have to choose a data structure which will fit on the solution but sometimes you love one and you use it at every time you have to store some data in memory.
So please don't start a flame war or something but I didn't find some similar question like this and I started up this question.
So folks which is your favorite data structure? I am a big fan of linked lists.