What is faster for storing and manipulating a grid: 2D array, 1D array or a hash table?

后端 未结 0 1771
醉梦人生
醉梦人生 2021-01-12 06:35

For my Node.js application I need to choose the best performing structure to represent a grid.

My requirements/limitations are:

  • The grid
相关标签:
回答
  • 消灭零回复
提交回复
热议问题