Efficient Graph data structure that supports very fast node and edge deletion in C++

后端 未结 0 1674
半阙折子戏
半阙折子戏 2020-12-03 20:44

I am looking for a graph that supports very fast edge and node deletion. I am currently using an adjacency list like this

std::vector&

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