ニュース

Medium Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of the BST.
Delete Node in a BST. Contribute to AbhishekNayak-24/Leetcode---450 development by creating an account on GitHub.
現在ITエンジニアとして働いていますが、コーディング・アルゴリズム力をもっと鍛えたいと思い、LeetCodeで学んだ内容をメモ的にアウトプットしています。 今回解いてみた問題は「776.Split BST」です。