
Tree
文章平均质量分 73
我是真的不会编程
我相信,现在努力编程,早晚有一天我会出任CEO,迎娶白富美,登上人生高峰!
展开
-
Lowest Common Ancestor (LCA) of two nodes in graph
In graph theory and computer science, the lowest common ancestor (LCA) of two nodes v and w in a tree or directed acyclic graph (DAG) is the lowest (i.e. deepest) node that has both v and w原创 2014-12-30 14:01:28 · 773 阅读 · 0 评论 -
Remove Node in Binary Search Tree
This is one of the pretty interesting technical interview questions I see, it is rather fundamental, you probably have seen similar from your text book. But you know what, in the real interview proces原创 2015-01-20 05:49:40 · 1275 阅读 · 0 评论