958. Check Completeness of a Binary Tree Given a binary tree, determine if it is a complete binary tree. Definition of a complete binary tree from Wik
转载 2018-12-16 12:53:00
70阅读
2评论
984. String Without AAA or BBB Given two integers A and B, return any string S such that: S has length A + B and contains exactly A 'a' letters, and e
sed
转载 2019-01-27 13:21:00
76阅读
1051. Height Checker Students are asked to stand in non-decreasing order of heights for an annual photo. Return the minimum number of students not sta
转载 2019-05-26 12:43:00
111阅读
2评论
1046. Last Stone Weight We have a collection of rocks, each rock has a positive integer weight. Each turn, we choose the two heaviest rocks and smash
转载 2019-05-19 15:21:00
98阅读
2评论
961. N-Repeated Element in Size 2N Array In a array A of size 2N, there are N+1 unique elements, and exactly one of these elements is repeated N times
转载 2018-12-23 12:57:00
78阅读
2评论
1021. Remove Outermost Parentheses A valid parentheses string is either empty (""), "(" + A + ")", or A + B, where A and B are valid parentheses strin
转载 2019-04-07 20:39:00
93阅读
2评论
945. Minimum Increment to Make Array Unique Given an array of integers A, a move consists of choosing any A[i], and incrementing it by 1. Return the l
转载 2018-11-25 12:44:00
79阅读
2评论
1029. Binary Prefix Divisible By 5 Given an array A of 0s and 1s, consider N_i: the i-th subarray from A[0] to A[i] interpreted as a binary number (fr
转载 2019-03-31 12:15:00
71阅读
2评论
1020. Partition Array Into Three Parts With Equal Sum Given an array A of integers, return true if and only if we can partition the array into three n
转载 2019-03-24 14:40:00
94阅读
2评论
970. Powerful Integers Given two non-negative integers x and y, an integer is powerful if it is equal to x^i + y^j for some integers i >= 0 and j >= 0
转载 2019-01-06 12:43:00
81阅读
2评论
955. Delete Columns to Make Sorted II We are given an array A of N lowercase letter strings, all of the same length. Now, we may choose any set of del
转载 2018-12-09 17:02:00
171阅读
2评论
1012. Complement of Base 10 Integer Every non-negative integer N has a binary representation. For example, 5 can be represented as "101" in binary, 11
转载 2019-03-17 17:19:00
79阅读
2评论
965. Univalued Binary Tree A binary tree is univalued if every node in the tree has the same value. Return true if and only if the given tree is univa
转载 2018-12-30 13:40:00
61阅读
2评论
LeetCode: Weekly Contest 93
原创 2022-12-06 00:44:14
58阅读
LeetCode: Weekly Contest 92题解列表1. LeetCode: 868. Transpose Matrix 题解第一题照例是签到题, 根据矩阵的转置定义,行列互换。2.LeetCode: 866. Smallest Subtree with all the Deepest Nodes 题解关于二叉树的题,照例用递归分治思想求解。3. LeetCode...
原创 2022-12-06 00:47:11
34阅读
教程深度解析 | Flutter web 支持的最新进展Flutter widgets 快问快答 | 第二期Flutter 1.20 来啦!规模最大的版本发布都有哪些更新?定位Flutter内存问题很难么?【译】Flutter架构综述插件flutter-native-text-inputA text input widget built with the use of UITextView for
转载 2021-02-26 12:56:07
164阅读
2评论
插件getNavigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.FlutterVisualizersA Flutter Plugin to visualize audio in androidflutter-
转载 2021-05-21 08:59:27
287阅读
2评论
欢迎大家来到非著名程序员周报第十五期,最近有些忙,所以公众号的更新比较慢,当然文章的更新主要还是看我最近在学什么或者大家投稿什么样的文章,所以我要是比较忙,自然文章就没时间写了。好了,进入正题,看看最近有哪些好的开源项目和文章。本周热点开源项目RadarChart一个支持自由定制外观、手势旋转的雷达图表。效果图如下:作者:Rorbin Qiu项目开源地址:https://github.com/qs
原创 2021-05-21 15:09:13
375阅读
本周热点开源项目SlideBack高仿微信视差手势滑动返回库。效果图如下:作者:oubowu项目开源地址:https://github.com/oubowu/SlideBackSimpleOneStep上周我们分享了一个关于BigBang的效果源码,今天再分享一个 OneStep 的效果开源demo。效果图如下:作者:Liu Yunlong项目开源地址:https://github.com/gav
原创 2021-05-21 15:12:05
374阅读
  • 1
  • 2
  • 3
  • 4
  • 5