
LeetCode
byszy
专研Android,java,略懂经济、文学、钢琴。爱拼搏,爱生活,爱上海
展开
-
美国求职-刷题Day4
LeetCode21. Merge Two Sorted Lists Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Example: Input: 1->...原创 2020-01-10 09:37:30 · 523 阅读 · 0 评论 -
美国求职-刷题Day3
20. Valid Parentheses Given a string containing just the characters ‘(’, ‘)’, ‘{’, ‘}’, '['and ‘]’, determine if the input string is valid. An input string is valid if: Open brackets must be closed b...原创 2020-01-07 09:39:46 · 322 阅读 · 0 评论 -
美国求职-刷题day2
第二天 Leetcode 9. Palindrome Number Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Input: 121 Output: true Example 2:Inp...原创 2020-01-07 07:51:01 · 408 阅读 · 0 评论 -
美国求职
@美国求职 美国求职 将近而立之年,机缘巧合来到了美国,重新开始了程序员的求职之路,我会用几篇文章的篇幅记录下我整个求职的心路历程和准备过程 面试准备 美国的公司面试对算法部分很重视,所以算法部分的准备也是重中之重,所以一把年纪还要重新开始啃算法书,刷LeetCode。 第一天 LeetCode 1 Two Sum Given an array of integers, return indic...原创 2020-01-04 03:33:58 · 262 阅读 · 0 评论