Basic CalculatorImplement a basic calculator to evaluate a simple expression string.The expression string may contain open(and closing parentheses), t...
分类:
其他好文 时间:
2015-07-12 11:01:39
阅读次数:
107
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:
其他好文 时间:
2015-07-11 13:22:30
阅读次数:
122
Given a set of distinct integers, nums, return all possible subsets.
Note:
Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets.
For ...
分类:
其他好文 时间:
2015-07-11 09:16:34
阅读次数:
150
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-07-10 20:41:50
阅读次数:
131
76 Minimum Window Substring链接:https://leetcode.com/problems/minimum-window-substring/
问题描述:
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in...
USB has four different packet types. Token packets indicate the type of transaction to follow, data packets contain the payload, handshake packets are...
分类:
其他好文 时间:
2015-07-10 02:11:54
阅读次数:
135
Given a collection of integers that might contain duplicates, nums, return all possible subsets.Note:
Elements in a subset must be in non-descending order.
The solution set must not contain duplicate...
分类:
其他好文 时间:
2015-07-08 12:57:07
阅读次数:
88
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-07-06 23:09:28
阅读次数:
180
Given a set of distinct integers, nums, return all possible subsets.Note:
Elements in a subset must be in non-descending order.
The solution set must not contain duplicate subsets.
For example,
If...
分类:
其他好文 时间:
2015-07-06 17:46:35
阅读次数:
122
引入cocoaPods后,第一次编译报这个错误
Pods was rejected as an implicit dependency for 'libPods.a' because its architectures 'x86_64' didn't contain all required architectures 'i386'
查了些资料,在网上有一种解决方法是去设置pod工...
分类:
其他好文 时间:
2015-07-04 12:45:41
阅读次数:
260