졸라 한문제 남아슨데 기찬아 ㅈ구겟네
사실은 못풀어서 이러고잇음
헐 뭔문제임 'ㅁ'?
show the recult of the recursive function in algorithm 6-9 using the tree in figure 6-26
algorithm tree traversal (tree)
1 if three is null
print null
2 else
treetraversal (right subtree)
print "right is done"
treetraversal (left subtree)
print (tree data)
3 end if
헐 알고리즘 수학문제인듯 ㄷㄷ
댓글 (4)
헐 뭔문제임 'ㅁ'?
show the recult of the recursive function in algorithm 6-9 using the tree in figure 6-26
algorithm tree traversal (tree)
1 if three is null
print null
2 else
treetraversal (right subtree)
print "right is done"
treetraversal (left subtree)
print (tree data)
3 end if
헐 알고리즘 수학문제인듯 ㄷㄷ