Can we use linked list to store vertices of graph?

前端 未结 0 843
旧时难觅i
旧时难觅i 2021-01-27 10:24

we use adjacency list to store graph. Where we use array to store vertices and linked list to store edges . My question ? Can we use linked list instead of array in storing of g

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