我可以用 C++ 编写动态树结构吗?
我需要用 C++ 编写一棵有 n 个分支的树,对此进行编码的最佳方法是什么?或者我在哪里可以找到实现?
I need a tree with n branches in C++, What is the best way to code this? Or where can I find a implementation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个选项,这是另一个,最后是 这个。
This is one option, this is another, and finally this.
在这里找到了类似的实现:在此处输入链接描述
Found a similar implementation here:enter link description here