Published onJune 16, 2024Range Sum of BSTpythonalgorithmtreeDFSBFSBinary-search-treeGiven the root of a Binary Search Tree (BST), convert it to a Greater Sum Tree
Published onJune 11, 2024Serialize & Deserialize Binary TreepythonalgorithmtreeBFSbinary-treeDesign an algorithm to serialize and deserialize a binary tree.
Published onJune 9, 2024Inverse Binary TreepythonalgorithmtreeDFSBFSGiven the root of a binary tree, invert the tree, and return its root.