Is Subtree of Another TreeRecursionSubtree of Another TreeProblem 🤔 Given two non-empty binary trees s and t , check whether tree t has exactly the…Omer GoldbergFebruary 12, 2020 22 min
Lowest Common Ancestor in Binary TreeBinary TreesLowest 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
Dot Product of Sparse VectorsArraysRepresentation and Dot Product of Sparse VectorsProblem 🤔 Given very large vectors which is mostly sparse, design a more memory-efficient…Omer GoldbergJanuary 25, 2020 13 min
Bubble SortSorting and SearchingBubble SortProblem 🤔 Implement the bubble sort algorithm. Real World Applications 🌎 The Finer Details 🔎 This…Omer GoldbergJanuary 23, 2020 6 min
Merge SortSorting and SearchingMerge SortProblem 🤔 Implement the merge sort algorithm. Real World Applications 🌎 Merge sort is often used…Omer GoldbergJanuary 22, 2020 9 min
Search in Rotated ArraySorting and SearchingSearch in Rotated ArrayProblem 🤔 Given the following: an array with n integers sorted in increasing order that has been…Omer GoldbergJanuary 22, 2020 14 min