摘要: 1、题目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... 阅读全文
posted @ 2018-04-19 17:12 crr121 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1、题目Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.An input str... 阅读全文
posted @ 2018-04-19 16:13 crr121 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1、题目Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each ... 阅读全文
posted @ 2018-04-19 15:15 crr121 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 前言最近在牛客网上做了几套公司的真题,发现有关动态规划(Dynamic Programming)算法的题目很多。相对于我来说,算法里面遇到的问题里面感觉最... 阅读全文
posted @ 2018-04-19 10:45 crr121 阅读(247) 评论(0) 推荐(0) 编辑