Friday, March 23, 2018

Leetcode 230: Kth Smallest Element in a BST (Julia 1st practice)

March 23, 2018

Introduction


It is time for me to work on the algorithm called Kth smallest elment in a BST. I like to write 10 ideas based on the discussion of Leetcode 230.

1st practice


I like to write code based on this discussion by yavinci.

No comments:

Post a Comment