Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Create recursive function, given a pointer in a Linked List and any node in the Binary Tree. Check if all the elements in the linked list starting from the head correspond to some downward path in the binary tree.