get node children not found

if the following are true:
  • not (left = value)
  • not (right = value)

then output of the find_neighbors function where the input graph is [ pair (left, right), rest ], node is value, and children are result = output of the find_neighbors function where the input graph is rest, node is value, and children are result


Comments

Please log in to add comments