04 2018 档案

摘要:Design a search autocomplete system for a search engine. Users may input a sentence (at least one word and end with a special character '#'). For each 阅读全文
posted @ 2018-04-23 06:24 轻风舞动 阅读(562) 评论(0) 推荐(0) 编辑
摘要:Given a string, we can "shift" each of its letter to its successive letter, for example: "abc" -> "bcd". We can keep "shifting" which forms the sequen 阅读全文
posted @ 2018-04-06 13:51 轻风舞动 阅读(1186) 评论(0) 推荐(0) 编辑
摘要:Given a binary tree, find the length of the longest consecutive sequence path. The path refers to any sequence of nodes from some starting node to any 阅读全文
posted @ 2018-04-02 12:16 轻风舞动 阅读(1168) 评论(0) 推荐(0) 编辑
摘要:Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example,Given [100, 4, 200, 1, 3, 2],The longes 阅读全文
posted @ 2018-04-02 12:11 轻风舞动 阅读(457) 评论(0) 推荐(0) 编辑
摘要:Implement a basic calculator to evaluate a simple expression string. The expression string contains only non-negative integers, +, -, *, / operators a 阅读全文
posted @ 2018-04-01 13:51 轻风舞动 阅读(2295) 评论(2) 推荐(0) 编辑
摘要:Implement a basic calculator to evaluate a simple expression string. The expression string may contain open ( and closing parentheses ), the plus + or 阅读全文
posted @ 2018-04-01 13:44 轻风舞动 阅读(869) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示