Published onMarch 2, 2022blasted bout twat mirage tameEnglishI wish that blasted baby would stop crying!
Published onMarch 1, 2022[LeetCode 104] Maximum Depth of Binary TreeTreeGiven the `root` of a binary tree, return its maximum depth.
Published onFebruary 28, 2022Git Show File Changes Between BranchesGitgit diff --name-status firstbranch.
Published onFebruary 27, 2022Git Show File Content Changes Between BranchesGitgit diff mybranch master -- myfile.
Published onFebruary 25, 2022[LeetCode 102] Binary Tree Level Order TraversalTreeGiven the `root` of a binary tree, return the level order traversal of its nodes' values.
Published onFebruary 24, 2022[LeetCode 103] Binary Tree Zigzag Level Order TraversalTreeGiven the `root` of a binary tree, return the zigzag level order traversal of its nodes' values.
Published onFebruary 23, 2022[LeetCode 98] Validate Binary Search TreeTreeGiven the `root` of a binary tree, determine if it is a valid binary search tree (BST).