摘要: Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the n 阅读全文
posted @ 2018-10-01 15:47 elsie12 阅读(84) 评论(0) 推荐(0) 编辑
摘要: Given n nodes labeled from 0 to n-1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges make 阅读全文
posted @ 2018-10-01 13:27 elsie12 阅读(133) 评论(0) 推荐(0) 编辑