1022. Sum of Root To Leaf Binary Numbers
You are given the root of a binary tree where each node... » 阅读全文
You are given the root of a binary tree where each node... » 阅读全文
We have an array A of integers, and an array queries of... » 阅读全文
Given a non-empty string s, you may delete at most one ... » 阅读全文
Given a non-empty special binary tree consisting of nod... » 阅读全文
Given an array consisting of n integers, find the conti... » 阅读全文
You are given an m x n matrix M initialized with all 0&... » 阅读全文
Given two non-empty binary trees s and t, check whether... » 阅读全文
某互联网公司一年一度的春招开始了,一共有 n 名面试者入选。每名面试者都会提交一份简历,公司会根据提供的简历资... » 阅读全文
桌上有 n 堆力扣币,每堆的数量保存在数组 coins 中。我们每次可以选择任意一堆,拿走其中的一枚或者两枚,... » 阅读全文
有一个同学在学习分式。他需要将一个连分数化成最简分数,你能帮助他吗? 连分数是形如上图的分式。在本题中,所有系... » 阅读全文