上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c 阅读全文
posted @ 2018-08-19 18:38 深圳地铁Princess 阅读(124) 评论(0) 推荐(0) 编辑
摘要: A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2018-08-19 16:20 深圳地铁Princess 阅读(131) 评论(0) 推荐(0) 编辑
摘要: A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer 阅读全文
posted @ 2018-08-18 17:40 深圳地铁Princess 阅读(85) 评论(0) 推荐(0) 编辑
摘要: A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2018-08-17 19:20 深圳地铁Princess 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Given a non-empty tree with root R, and with weight W~i~ assigned to each tree node T~i~. The weight of a path from R to L is defined to be the sum of 阅读全文
posted @ 2018-08-16 17:43 深圳地铁Princess 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 2018 年,杭州城的生活是这样的:萧山机场 T3 航站楼的安检员每扫描 3000 个瑞士双肩包,就有 2200 个装着写满代码的笔记本;阿里西溪园区的星巴克,销量号称亚洲 Top 3,一天至少卖出 200 杯焦糖玛奇朵;余杭区的出租车司机每天能拉到 13 个谈论 App 开发的乘客,收到的现金不会 阅读全文
posted @ 2018-08-16 08:05 深圳地铁Princess 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 这个代码是抄的是抄的是抄的。只要记录最左和最右就好了,我当时怎么没想到😔。 阅读全文
posted @ 2018-08-15 18:34 深圳地铁Princess 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 牛客上也发现了这道题 我的代码竟然过了 看了一下讨论区 好几个人都是dfs的思想 所以其实codeup要求的是更优的一种做法。下篇博客再来写吧。 阅读全文
posted @ 2018-08-15 12:19 深圳地铁Princess 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 问题 B: 二叉树 题目描述 如上所示,由正整数1,2,3……组成了一颗特殊二叉树。我们已知这个二叉树的最后一个结点是n。现在的问题是,结点m所在的子树中一共包括多少个结点。 比如,n = 12,m = 3那么上图中的结点13,14,15以及后面的结点都是不存在的,结点m所在子树中包括的结点有3,6 阅读全文
posted @ 2018-08-15 11:50 深圳地铁Princess 阅读(254) 评论(0) 推荐(0) 编辑
摘要: A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years 阅读全文
posted @ 2018-08-14 19:54 深圳地铁Princess 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页