240 发简信
IP属地:北京
  • Restore IP Addresses

    https://leetcode.com/problems/restore-ip-addresses/[https://leetcode.com...

  • Unique Binary Search Trees II

    https://leetcode.com/problems/unique-binary-search-trees-ii/[https://lee...

  • Path Sum II

    https://leetcode.com/problems/path-sum-ii/给定一个二叉树,给定一个int值sum,求二叉树根节点到叶子...

  • Candy

    https://leetcode.com/problems/candy/给定一个int数组,每个int代表一个小孩手中的数字,给每个小孩分糖果,...

  • detectCycle

    https://leetcode.com/problems/linked-list-cycle-ii/给定一个链表,判断是否有环,并且返回环开始...

  • Reorder List

    https://leetcode.com/problems/reorder-list/给定一个链表,按特定的规则对链表进行插入翻转L0→L1→…...

  • Sort List

    https://leetcode.com/problems/sort-list/对于整数构成的链表,将其排序 O(NLogN)时间复杂度,O(...

  • One Edit Distance

    https://leetcode.com/problems/one-edit-distance/给定word1,word2 计算从是否可以一步...

  • Edit Distance

    https://leetcode.com/problems/edit-distance/给定两个字符串word1,word2,求从word1变到...