上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: 原题链接: "https://leetcode.com/problems/valid anagram/solution/" 实现如下: Java import java.util.Arrays; / Created by clearbug on 2018/2/26. / public class S 阅读全文
posted @ 2018-04-06 11:27 optor 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/delete node in a linked list/description/" 实现如下: 参考 "https://blog.csdn.net/sunao2002002/article/details/47083975" 阅读全文
posted @ 2018-04-06 10:39 optor 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/implement queue using stacks/description/" 实现如下: 阅读全文
posted @ 2018-04-06 10:28 optor 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/palindrome linked list/description/" 实现如下: 阅读全文
posted @ 2018-04-05 21:42 optor 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/power of two/description/" 实现如下: 参考 "https://blog.csdn.net/chenchaofuck1/article/details/51226899" 阅读全文
posted @ 2018-04-05 21:19 optor 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 需要问面试官的问题 1. 公司都有哪些产品?都有哪些主流盈利产品? 2. 自己面试的岗位所在小组负责的产品是啥? 3. 公司技术栈是啥?面试岗位所在小组技术栈是啥? 4. 入职后具体每天工作内容大概是啥?工作难度(用户量、数据量)如何? 5. 公司工作时间?小组工作时间? 需要问 HR 的问题 1. 阅读全文
posted @ 2018-04-05 12:33 optor 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/invert binary tree/description/" 这是一道有历史典故的算法题目哦: 阅读全文
posted @ 2018-04-03 20:03 optor 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/implement stack using queues/description/" 实现如下: 阅读全文
posted @ 2018-04-03 19:40 optor 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/reverse linked list/description/" 题目本身不难,难的是怎么写出高效优雅的代码来: 阅读全文
posted @ 2018-04-03 12:15 optor 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/isomorphic strings/description/" 这是一道有意思的题目哦: Java / Created by clearbug on 2018/2/26. / public class Solution { 阅读全文
posted @ 2018-04-02 22:17 optor 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页