#

solution

  • Lintcode4 Ugly Number II solution 题解

    【题目描述】Ugly number is a number that only have factors 2, 3 and 5.Design an algorithm to find the nth

    作者:coderer
    2020-07-16 18:03:06
  • Lintcode29 Interleaving String solution 题解

    【题目描述】Given three strings: s1, s2, s3, determine whether s3 is formed by the interleaving of s1 and

    作者:coderer
    2020-07-08 21:02:19
  • Lintcode18 Subsets II solution 题解

    【题目描述】Given a list of numbers that may has duplicate numbers, return all possible subsetsNotice:Each

    作者:coderer
    2020-07-08 16:58:33
  • PHP的设计模式

     什么是设计模式: 设计模式就是一个教你如何利用真实可靠的设计来组织你的代码的模板。 所有的设计模式都有一些常用的特性:一个标识(a name),一个问题陈述(

    作者:如初如醉
    2020-07-03 22:53:22
  • Lintcode16 Permutations II solution 题解

    【题目描述】Given a list of numbers with duplicate number in it. Find all unique permutations.给出一个具有重复数字的列

    作者:coderer
    2020-06-28 05:47:03
  • Lintcode6 Merge Two Sorted Arrays solution 题解

    【题目描述】Merge two given sorted integer array A and B into a new sorted integer array.合并两个排序的整数数组A和B变成一

    作者:coderer
    2020-06-23 08:40:10
  • Lintcode12 Min Stack solution 题解

    题目描述】Implement a stack with min() function, which will return the smallest number in the stack.It sh

    作者:coderer
    2020-06-13 14:08:20
  • Lintcode2 Trailing Zeros solution 题解

    【题目描述】Write an algorithm which computes the number of trailing zeros in n factorial.设计一个算法,计算出n阶乘中尾部

    作者:coderer
    2020-06-10 05:41:23
  • Lintcode30 Insert Interval solution 题解

    题目描述】Given a non-overlapping interval list which is sorted by start point.Insert a new interval into

    作者:coderer
    2020-06-08 23:33:51
  • Lintcode15 Permutations solution 题解

    【题目描述】Given a list of numbers, return all possible permutations.Notice:You can assume that there is

    作者:coderer
    2020-05-31 11:22:52