摘要: 题目:2) Write code to find the 2nd smallest element in a binary search tree (BST) .Javaclass Node {public Node left;public Node right;public Node parent... 阅读全文
posted @ 2014-06-08 02:20 tanchao 阅读(387) 评论(0) 推荐(0)