Is there any way of doing a non-binary tree without using pointers in C++?

前端 未结 0 1382
面向向阳花
面向向阳花 2020-12-02 17:16

I\'ve been trying to do a non-binary tree search algorithm in C++ without using pointers, storing the nodes of it in a vector variables, both the already searched and the on

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