2019年10月20日

摘要: 前中后序的相互转换只需要考虑对应的子树是否存在节点即可,有中序的顺序判断子树关系,由前(开始为根)或后(末尾为根)序遍历判断当前子树的根是哪个节点; 阅读全文
posted @ 2019-10-20 21:20 等下一班车 阅读(133) 评论(0) 推荐(0)
 
摘要: Recommendation system predicts the preference that a user would give to an item. Now you are asked to program a very simple recommendation system that 阅读全文
posted @ 2019-10-20 10:17 等下一班车 阅读(170) 评论(0) 推荐(0)