🏎️ Fast
What mistake have you learned most from?
Ice
given 2 nodes on a binary tree, return the lowest common ancestor in O(N) time
🌊 Zero Two
take one node, go up to root, take the other node go up to root or until u hit one u already seen.