Problem On tree.

Правка en1, от wish_me, 2017-08-30 13:48:44

Given any two nodes in a binary tree, find the path from 1st node to another, and tell if the path is a straight line, or there are turns on the line, find number of turns.

Теги recursion, binary, tree

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский wish_me 2017-08-30 13:48:44 188 Initial revision (published)