240 发简信
IP属地:上海
  • Lintcode539 Move Zeroes solution 题解

    【题目描述】 Given an arraynums, write a function to move all0's to the end of...

  • Lintcode535 House Robber III solution 题解

    【题目描述】 The thief has found himself a new place for his thievery again. T...

  • Lintcode534 House Robber II solution 题解

    【题目描述】 After robbing those houses on that street, the thief has found hi...

  • Lintcode532 Reverse Pairs solution 题解

    【题目描述】 For an array A, if i < j, and A [i] > A [j], called (A [i], A [j]...

  • Lintcode528 Flatten Nested List Iterator solution 题解

    【题目描述】 Given a nested list of integers, implement an iterator to flatten...

  • Lintcode524 Left Pad solution 题解

    【题目描述】 You know what, left pad is javascript package and referenced by R...

  • Lintcode518 Super Ugly Number solution 题解

    【题目描述】 Write a program to find the nth super ugly number. Super ugly num...

  • Lintcode517 Ugly Number solution 题解

    【题目描述】 Write a program to check whether a given number is anuglynumber`....

  • Lintcode516 Paint House II solution 题解

    【题目描述】 The cost of painting each house with a certain color is represent...