Tracing back to the start node using references

前端 未结 0 624
囚心锁ツ
囚心锁ツ 2021-01-20 03:56

I have a basic implementation of A star running in C++, but when I want to trace back to the origin it fails

    Node start_node = Node(x_robot,y_robot);
             


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