摘要:
我的美国CS面试经验分享 -- 转载怎样花两年时间去面试一个人上面列出了一些比较好的书单cs土硕找工作总结(二) 笔试面试准备http://blog.renren.com/blog/221227065/886156817 阅读全文
posted @ 2013-08-12 21:32
冰点猎手
阅读(187)
评论(0)
推荐(0)
摘要:
Given n, how many structurally unique BST's (binary search trees) that store values 1...n?For example,Given n = 3, there are a total of 5 unique BST's. 1 3 3 2 1 \ / / / \ \ 3 2 1 1 3 2 / / \ \ 2 ... 阅读全文
posted @ 2013-08-12 20:29
冰点猎手
阅读(181)
评论(0)
推荐(0)