2015年5月11日

leetcode 155 Min Stack

摘要: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. • push(x) – Push element x onto stack. • ... 阅读全文

posted @ 2015-05-11 23:56 吴一达 阅读(155) 评论(0) 推荐(0)

leetcode 160 Intersection of Two Linked Lists

摘要: Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists: A:... 阅读全文

posted @ 2015-05-11 17:44 吴一达 阅读(163) 评论(0) 推荐(0)

导航