144. 二叉树的前序遍历
给你二叉树的根节点 root ,返回它节点值的 前序 遍历。 进阶:递归算法很简单,你可以通过迭代算法完成吗?... » 阅读全文
给你二叉树的根节点 root ,返回它节点值的 前序 遍历。 进阶:递归算法很简单,你可以通过迭代算法完成吗?... » 阅读全文
给定一个二叉树的根节点 root ,返回它的 中序 遍历。 进阶: 递归算法很简单,你可以通过迭代算法完成吗?... » 阅读全文
和谐数组是指一个数组里元素的最大值和最小值之间的差别 正好是 1 。 现在,给你一个整数数组 nums ,请你... » 阅读全文
给定一个 row x col 的二维网格地图 grid ,其中:grid[i][j] = 1 表示陆地, gr... » 阅读全文
You are given a string s consisting only of letters ... » 阅读全文
当一个字符串s包含的每一种字母的大写和小写形式同时出现在s中,就称这个字符串s是美好字符串。比方说,"... » 阅读全文
You are given an array of distinct integers arr and an ... » 阅读全文
We have n chips, where the position of the ith chip is ... » 阅读全文
You are given the root of a binary tree where each node... » 阅读全文