会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Simplify
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2018年4月8日
[LeetCode]Flatten Binary Tree to Linked List题解(二叉树)
摘要: Flatten Binary Tree to Linked List: Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / \ ...
阅读全文
posted @ 2018-04-08 11:39 liangf27
阅读(115)
评论(0)
推荐(0)
2018年4月4日
[LeetCode] Next Permutation(一种巧妙的解题方法)
摘要: Next Permutation Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangem
阅读全文
posted @ 2018-04-04 21:41 liangf27
阅读(223)
评论(0)
推荐(0)
2018年3月23日
[LeetCode]Combination Sum题解(DFS)
摘要: Combination Sum Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C ...
阅读全文
posted @ 2018-03-23 11:36 liangf27
阅读(127)
评论(0)
推荐(0)
2018年3月22日
系统分析与设计 homework2
摘要: 1. 简述瀑布模型、增量模型、螺旋模型(含原型方法)的优缺点。瀑布模型优点: 降低了软件开发的复杂度,提高软件开发过程中的透明性,提高软件开发的可管理性。 为项目提供了按阶段划分的检查点。 当前一阶段完成后,只需关注后续阶段。缺点: 瀑布模型中的软件活动是文档驱动的,...
阅读全文
posted @ 2018-03-22 22:50 liangf27
阅读(225)
评论(0)
推荐(0)
2018年3月14日
系统分析与设计 homework-1
摘要: 1、软件工程的定义软件工程是将系统化、规范化、可度量的方法应用于软件的开发、运营和维护上,也就是将工程方法应用于软件上,并对这些方法的研究。2、软件危机(software crisis)软件危机(software crisis)是由于计算机能力的快速增长和无法解决的问...
阅读全文
posted @ 2018-03-14 17:04 liangf27
阅读(372)
评论(0)
推荐(0)
2018年3月13日
stringstream快速实现String和int之间的转换
摘要: 需要包含头文件”sstream”
阅读全文
posted @ 2018-03-13 17:26 liangf27
阅读(5016)
评论(0)
推荐(0)
2017年12月28日
[LeetCode]Delete and Earn题解(动态规划)
摘要: Delete and Earn Given an array nums of integers, you can perform operations on the array. In each operation, you pick any nums[i] ...
阅读全文
posted @ 2017-12-28 20:37 liangf27
阅读(293)
评论(0)
推荐(0)
2017年12月27日
[LeetCode]Longest Palindromic Substring题解(动态规划)
摘要: Longest Palindromic Substring: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length ...
阅读全文
posted @ 2017-12-27 15:51 liangf27
阅读(125)
评论(0)
推荐(0)
2017年12月26日
[LeetCode]Letter Combinations of a Phone Number题解
摘要: Letter Combinations of a Phone Number: Given a digit string, return all possible letter combinations that the number could represent....
阅读全文
posted @ 2017-12-26 18:34 liangf27
阅读(157)
评论(0)
推荐(0)
2017年12月17日
[LeetCode]Length of Last Word
摘要: Length of Last Word: Given a string s consists of upper/lower-case alphabets and empty space characters ’ ‘, return the length of las...
阅读全文
posted @ 2017-12-17 00:00 liangf27
阅读(90)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告