Блог пользователя wish_me

Автор wish_me, история, 7 лет назад, По-английски

A binary tree and a number, say k are given. Print every path in the tree with sum of the nodes in the path as k. (A path can start from any node and end at any node, i.e. they need not be root node and leaf node; and negative numbers can also be there in the tree)

  • Проголосовать: нравится
  • -13
  • Проголосовать: не нравится