This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我用 C++ 编写了简单的 C 程序,给定一个图形和起始顶点,在图形上执行 BFS。我想以图像的形式显示它的遍历。我可以使用哪个工具来做同样的事情?我知道这可以在 python 中轻松完成,但在 C++ 中执行 BFS 并在 C++ 中生成 BFS 树的图像对我来说似乎很困难。我首选的操作系统是 linux。