首页 标签「题目」的内容如下:( Page 28 )
[Leetcode 144]二叉树前序遍历Binary Tree Preorder Traversal
2022-11-17

【题目】Given a binary tree, return the …

查看详情 3,467
[leetcode]_Valid Parentheses
2022-11-17

题目:判断给定字符串中的括号是否合法。题目中涉及三种符号'(' + ')' , …

查看详情 4,791
【leetcode】433. Minimum Genetic Mutation
2022-11-17

题目如下:解题思路:我的思路很简单,就是利用BFS方法搜索,找到最小值。代码如下…

查看详情 4,403
【leetcode】399. Evaluate Division
2022-11-17

题目如下:Equations are given in the format&n…

查看详情 2,189
[HDU] 2063 过山车(二分图最大匹配)
2022-11-17

题目地址:http://acm.hdu.edu.cn/showproblem.p…

查看详情 2,467
Light OJ 1019 – Brush (V)(图论-dijkstra)
2022-11-17

题目链接:http://www.lightoj.com/volume_showp…

查看详情 4,309
结构体封装高精度 大整数BigInt
2022-11-17

曾经很讨厌高精度,因为它很长,不好记,而且在不是很单纯的题目里面感觉很烦(一个数…

查看详情 3,394
LeetCode(97) Interleaving String
2022-11-17

题目Given s1, s2, s3, find …

查看详情 4,828
《Java练习题》习题集一
2022-11-17

编程合集: https://www.cnblogs.com/jssj/…

查看详情 3,344
April Fools Day Contest 2016 B. Scrambled
2022-11-17

B. Scrambled题目连接:http://www.codeforces.c…

查看详情 4,314
1 26 27 28 29 30 92