[理工] 內部路徑長

作者: style78432 (Rain stop)   2020-12-03 22:36:17
total=0
void Count(list,temp)
If(list=null) return 0
list->value=temp
Count(list->Lchild, temp+1)
Count(list->Rchild, temp+1)
total=total+list->value
https://i.imgur.com/OpVDq5V.jpg
想問一下pseudo code 這樣寫可以嗎
單純算內部路徑長的話

Links booklink

Contact Us: admin [ a t ] ucptt.com