2014年12月8日

【原创】leetCodeOj --- Intersection of Two Linked Lists 解题报告(经典的相交链表找交点)

摘要: 题目地址:https://oj.leetcode.com/problems/intersection-of-two-linked-lists/题目内容:Write a program to find the node at which the intersection of two singly l... 阅读全文

posted @ 2014-12-08 17:48 shadowmydx'sLab 阅读(165) 评论(0) 推荐(0) 编辑

【原创】leetCodeOj --- Find Peak Element 解题报告

摘要: 题目地址:https://oj.leetcode.com/problems/find-peak-element/题目内容:A peak element is an element that is greater than its neighbors.Given an input array wher... 阅读全文

posted @ 2014-12-08 16:29 shadowmydx'sLab 阅读(167) 评论(0) 推荐(0) 编辑

【原创翻译】认识MVC设计模式:web应用开发的基础(实际编码篇)

摘要: 原文地址:http://www.larryullman.com/2009/10/15/understanding-mvc-part-3/全系列INDEX【原创翻译】认识MVC设计模式:web应用开发的基础(基础篇)【原创翻译】认识MVC设计模式:web应用开发的基础(框架约定篇)【原创翻译】认识MV... 阅读全文

posted @ 2014-12-08 11:31 shadowmydx'sLab 阅读(784) 评论(0) 推荐(0) 编辑

【原创翻译】认识MVC设计模式:web应用开发的基础(框架约定篇)

摘要: 原文地址:http://www.larryullman.com/2009/10/10/understanding-mvc-part-2/全系列INDEX【原创翻译】认识MVC设计模式:web应用开发的基础(基础篇)【原创翻译】认识MVC设计模式:web应用开发的基础(框架约定篇)【原创翻译】认识MV... 阅读全文

posted @ 2014-12-08 09:56 shadowmydx'sLab 阅读(1025) 评论(0) 推荐(0) 编辑

2014年12月7日

【原创翻译】认识MVC设计模式:web应用开发的基础(基础篇)

摘要: 原文地址:http://www.larryullman.com/2009/10/08/understanding-mvc/全系列INDEX【原创翻译】认识MVC设计模式:web应用开发的基础(基础篇)【原创翻译】认识MVC设计模式:web应用开发的基础(框架约定篇)【原创翻译】认识MVC设计模式:w... 阅读全文

posted @ 2014-12-07 22:48 shadowmydx'sLab 阅读(4071) 评论(0) 推荐(0) 编辑

2014年12月6日

【SICP读书笔记(一)】正则序展开的特殊情况

摘要: scheme解释器有两种实现方式,一种是应用序,先对每个参数求值,再以首过程对所有求得的参数求值。第二种是正则序,会“完全展开然后归约”(书中原文)SICP中的练习1.5,让我困惑了一下。原题如下:Ben Bitdiddle发明了一种检测方法,能够确定解释器究竟采用何种序求值,是采用应用序,还是采用... 阅读全文

posted @ 2014-12-06 14:26 shadowmydx'sLab 阅读(248) 评论(0) 推荐(1) 编辑

2014年11月26日

【原创】leetCodeOj ---Partition List 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/partition-list/题目内容:Given a linked list and a valuex, partition it such that all nodes less thanxcome before nod... 阅读全文

posted @ 2014-11-26 17:28 shadowmydx'sLab 阅读(127) 评论(0) 推荐(0) 编辑

2014年11月23日

【原创】leetCodeOj ---Remove Duplicates from Sorted List II 解题报告

摘要: 明日深圳行,心情紧张,写博文压压惊 囧-------------------------------------原题地址:https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/题目内容:Given a sorte... 阅读全文

posted @ 2014-11-23 21:07 shadowmydx'sLab 阅读(102) 评论(0) 推荐(0) 编辑

【原创】leetCodeOj ---Convert Sorted List to Binary Search Tree 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/题目内容:Given a singly linked list where elements are sorted in ascending... 阅读全文

posted @ 2014-11-23 20:45 shadowmydx'sLab 阅读(126) 评论(0) 推荐(0) 编辑

2014年11月16日

【原创】leetCodeOj ---Construct Binary Tree from Preorder and Inorder Traversal 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/题目内容:Given preorder and inorder traversal of a tree, c... 阅读全文

posted @ 2014-11-16 00:19 shadowmydx'sLab 阅读(112) 评论(0) 推荐(0) 编辑

导航