原文链接: https://leetcode-cn.com/problems/minimum-height-tree-lcci
英文原文Given a sorted (increasing order) array with uniqu
标签详情
分治 分类
原文链接: https://leetcode-cn.com/problems/er-wei-shu-zu-zhong-de-cha-zhao-lcof
中文题目在一个 n * m 的二维数组中,每一行都按照从左到右递增的顺序排序,每一列
原文链接: https://leetcode-cn.com/problems/zhong-jian-er-cha-shu-lcof
中文题目输入某二叉树的前序遍历和中序遍历的结果,请构建该二叉树并返回其根节点。
假设输入的前序遍历和中
原文链接: https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof
中文题目输入整数数组 arr ,找出其中最小的 k 个数。例如,输入4、5、1、6、2、7、3、8这8个数字
原文链接: https://leetcode-cn.com/problems/lian-xu-zi-shu-zu-de-zui-da-he-lcof
中文题目输入一个整型数组,数组中的一个或连续多个整数组成一个子数组。求所有子数组的和的
原文链接: https://leetcode-cn.com/problems/shu-zu-zhong-chu-xian-ci-shu-chao-guo-yi-ban-de-shu-zi-lcof
中文题目数组中有一个数字出现的次数超过
原文链接: https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof
中文题目在数组中的两个数字,如果前面一个数字大于后面的数字,则这两个数字组成一个逆序对。输入一个
原文链接: https://leetcode-cn.com/problems/contiguous-sequence-lcci
英文原文You are given an array of integers (both positive
原文链接: https://leetcode-cn.com/problems/sorted-matrix-search-lcci
英文原文Given an M x N matrix in which each row and each
原文链接: https://leetcode-cn.com/problems/smallest-k-lcci
英文原文Design an algorithm to find the smallest K numbers in an ar