240 发简信
IP属地:上海
  • 662. Maximum Width of Binary Tree

    题干 662. Maximum Width of Binary TreeDifficulty: MediumGiven a binary tre...

  • 141 & 142. Linked List Cycle I/II

    题干 141. Linked List CycleGiven a linked list, determine if it has a cycl...

  • 23. Merge k Sorted Lists

    题干 Merge k Sorted ListsDifficulty: HardMerge k sorted linked lists and r...

  • 237. Delete Node in a Linked List

    237. Delete Node in a Linked ListWrite a function to delete a node (exce...

  • 三道反转链表

    206.Reverse Linked List Reverse a singly linked list. 简单题目不简单,数据结构的基础,在不...

  • Resize,w 360,h 240
    N皇后问题

    以备日后所需 优化版本,通过已知皇后来判断新皇后是否合法,不需要棋盘。

  • LeetCode 55. Jump Game

    55. Jump GameGiven an array of non-negative integers, you are initially ...

  • 有意思的一道阿里面试题

    试着跑一下如下代码: 会发现petalCount为 undefined。 思考一下为什么:其实原因很简单,此this非彼this,构造函数中的t...

  • 最小范围

    https://www.lintcode.com/problem/smallest-range/description有k个升序排列的数组,寻找...