563. Binary Tree Tilt-二叉树的坡度
Given the root of a binary tree, return the sum of ever... » 阅读全文
Given the root of a binary tree, return the sum of ever... » 阅读全文
Given an integer array nums of 2n integers, group these... » 阅读全文
Given a n-ary tree, find its maximum depth. The maximum... » 阅读全文
Given a string, you need to reverse the order of charac... » 阅读全文
You are given a string representing an attendance recor... » 阅读全文
Given a binary tree, you need to compute the length of ... » 阅读全文
Given a string and an integer k, you need to reverse th... » 阅读全文
Given a binary search tree with non-negative values, fi... » 阅读全文
给你两个字符串a和b,请返回这两个字符串中最长的特殊序列的长度。如果不存在,则返回-1。 「最长特殊序列」定义... » 阅读全文
Given a word, you need to judge whether the usage of ca... » 阅读全文