导航

2016年11月6日

摘要: 软工三的这个大作业需要在前人的框架基础上完成一个工程,和之前其他课程相比,有一种小学期的感觉,只不过并没有小学期那么充足的时间。 十一期间比较颓废,ftp几乎什么都没做,直接导致迭代一的大部分时间内在补ftp的坑。好在组长百忙之中熟悉接口并完成了大部分基础功能,迭代一ddl前粗暴地处理完的抢票逻辑再 阅读全文

posted @ 2016-11-06 23:43 permitato 阅读(143) 评论(0) 推荐(0)

2016年10月25日

摘要: 本次结对编程录制视频时选择完成退票功能,组长负责写代码,我监督并尝试指出写代码过程中出现的问题。 选择退票功能进行结对编程的好处是双方都熟悉抢票部分的代码(而由于其他课程作业耽误了本组开发进度的我并不熟悉组长写的活动部分的代码),退票的逻辑与之类似,适合结对编程。 结对编程的过程中没有遇到太多问题, 阅读全文

posted @ 2016-10-25 22:11 permitato 阅读(129) 评论(0) 推荐(0)

2015年12月31日

摘要: 题目如下:(https://leetcode.com/problems/find-median-from-data-stream/)Median is the middle value in an ordered integer list. If the size of the list is ev... 阅读全文

posted @ 2015-12-31 19:10 permitato 阅读(191) 评论(0) 推荐(0)

2015年11月22日

摘要: 题目如下:https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/Given a binary tree, find the lowest common ancestor (LCA) of two given nod... 阅读全文

posted @ 2015-11-22 23:59 permitato 阅读(197) 评论(0) 推荐(0)

2015年11月12日

摘要: 题目如下:(https://leetcode.com/problems/largest-rectangle-in-histogram/)Givennnon-negative integers representing the histogram's bar height where the widt... 阅读全文

posted @ 2015-11-12 15:30 permitato 阅读(252) 评论(0) 推荐(0)

2015年10月28日

摘要: 题目:https://leetcode.com/problems/basic-calculator/Implement a basic calculator to evaluate a simple expression string.The expression string may contai... 阅读全文

posted @ 2015-10-28 22:34 permitato 阅读(260) 评论(0) 推荐(0)