Advanced data structures in practice

后端 未结 5 939
刺人心
刺人心 2020-12-22 15:07

In the 10 years I\'ve been programming, I can count the number of data structures I\'ve used on one hand: arrays, linked lists (I\'m lumping stacks and queues in with this),

5条回答
  •  爱一瞬间的悲伤
    2020-12-22 15:29

    It depends on the level of abstraction that you work at.

    I know I have similar experience as you do. At the current level of abstraction of most software development. Dictionary and List are the main data structures we use.

    I think if you look down at lower level code you will see more of the "exotic" data structures.

提交回复
热议问题