# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'31: Next Permutationhttps://oj.leetcode.com/problems/next-permutation/Implement next permu...
分类:
编程语言 时间:
2015-01-31 07:01:44
阅读次数:
180
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'30: Substring with Concatenation of All Wordshttps://oj.leetcode.com/problems/substring-wi...
分类:
编程语言 时间:
2015-01-31 00:09:50
阅读次数:
173
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'29: Divide Two Integershttps://oj.leetcode.com/problems/divide-two-integers/Divide two int...
分类:
编程语言 时间:
2015-01-30 21:00:37
阅读次数:
120
题目链接:https://oj.leetcode.com/problems/sort-colors/
题目:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:
其他好文 时间:
2015-01-30 09:07:20
阅读次数:
236
题目链接:https://oj.leetcode.com/problems/same-tree/
题目:
Given two binary trees, write a function to check if they are equal or not.
Two binary trees are considered equal if they are structurally i...
分类:
其他好文 时间:
2015-01-30 09:07:15
阅读次数:
177
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'28: Implement strStr()https://oj.leetcode.com/problems/implement-strstr/Implement strStr()...
分类:
编程语言 时间:
2015-01-30 06:40:37
阅读次数:
221
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'27: Remove Elementhttps://oj.leetcode.com/problems/remove-element/Given an array and a val...
分类:
编程语言 时间:
2015-01-30 06:38:01
阅读次数:
212
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'26: Remove Duplicates from Sorted Arrayhttps://oj.leetcode.com/problems/remove-duplicates-...
分类:
编程语言 时间:
2015-01-30 06:35:01
阅读次数:
183
在Ubuntu中安装软件的时候经常碰到E: Unable to correct problems, you have held broken packages.的错误,顾名思义是因为某些软件包冲突导致,幸运的话sudo apt-get update && sudo apt-get upgrade 可...
分类:
其他好文 时间:
2015-01-29 22:30:45
阅读次数:
341
https://oj.leetcode.com/problems/triangle/Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers o...
分类:
其他好文 时间:
2015-01-29 22:27:51
阅读次数:
189