Preorder TraversalPreorder TraversalProblem 🤔 The great thing about all of these traversals are that they are all relative to the root…Assaf ElovicDecember 05, 2020 9 min
Lowest Common Ancestor in Binary TreeLowest Common Ancestor in Binary TreeProblem 🤔 Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree…Omer GoldbergFebruary 12, 2020 17 min
Invert Binary TreeInvert Binary TreeProblem 🤔 Invert a binary tree. Example 1 Input Output Real World Applications 🌎 This oneeee is…Omer GoldbergJanuary 15, 2020 8 min