How to write a code in C to find the best sum in any tree path without using structures

后端 未结 0 1200
轮回少年
轮回少年 2020-12-02 14:06

I\'m supposed to write a function that finds the largest sum on any non-empty path in the tree without structures. The parameters are an int parent array where parent[i] = j

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