Avatar notebook default
41篇文章 · 20861字 · 4人关注
  • 【算法面试题】最难二分查找-两数相除

    两数相除 大家儿童节快乐,今天是一道二分查找标签下通过率最低的一题,来自leetcode,难度为中等,但是Acceptance很低,仅为19.6...

  • 【算法面试题】有序矩阵中第K小的元素

    有序矩阵中第K小的元素 今天继续是一道有关查找的题目,来自leetcode,难度为中等。昨天我们分享了一道关于二分查找的题目``,今天我们再来看...

  • 【算法面试题】寻找两个正序数组的中位数

    今天是一道面试中比较常见的算法题,来自leetcode,难度为hard,Acceptance为38.2%。 题目如下 给定两个大小为 m 和 n...

  • 【算法面试题】重复的DNA序列

    【算法面试题】重复的DNA序列 今天是一道关于位运算的题目,来自leetcode,难度为Medium,Acceptance为44.5%。 题目如...

  • Combination Sum

    Combination Sum 大家新年快乐。 今天是一道有关数组和迭代的题目,来自LeetCode,难度为Medium,Acceptance为...

  • Combinations

    Combinations 今天是一道有关递归的题目,来自LeetCode,难度为Medium,Acceptance为32.6%。 题目如下 Gi...

  • Remove Node in Binary Search Tree

    Remove Node in Binary Search Tree 今天是一道题目,来自LintCode,难度为Hard,Acceptance为...

  • Serialize and Deserialize Binary Tree

    Serialize and Deserialize Binary Tree 首先,很抱歉,停更了几天。因为生病了,烧到了39度,喉咙疼的要命,不...

  • Search Range in Binary Search Tree

    Search Range in Binary Search Tree 今天是一道有关二叉树的题目,来自LintCode,难度为Medium。 题...

文集作者