码不停Ti2001
码不停Ti2001
全部文章
LeetCode
# PAT乙级练习题(1)
# 团队设计天梯赛(2)
2020HBU天梯赛训练(48)
C++(284)
C语言(4)
Git(1)
idea(3)
java入门(17)
java编程规范(1)
java项目(1)
kinect(2)
LeetCode从零开始(3)
Linux(12)
MySQL(1)
pat(26)
SQL刷题(2)
XML(8)
信息安全(2)
分治算法(1)
剑指offer(2)
博客美化(5)
哈希表(6)
实习(3)
并查集(1)
微信小程序(5)
微机原理与汇编语言(6)
心得(3)
总结(23)
数学(1)
数据库(1)
数据结构(42)
数组(21)
整理(5)
日迹(7)
月刊(1)
服务器(7)
未完成(12)
未归档(63)
杂货铺(1)
树(10)
油管笔记(2)
牛客网(10)
玩转服务器(1)
环境配置(1)
生活杂碎(1)
知乎笔记(1)
笔记(6)
算法(2)
腾讯Techo开发者大会(2)
蓝桥杯(4)
视频笔记(1)
读书(4)
读书笔记(4)
趣味科普(1)
软件分享(2)
零碎知识点(2)
题解(5)
归档
标签
去牛客网
登录
/
注册
韩旭051 一个大二单身dog
好好学习,活着就好
全部文章
/ LeetCode
(共115篇)
【LeetCode第 163 场周赛】回顾
官方这两周都没想难为大家,题目比较简单~~~~· 二维网格迁移3 https://blog.csdn.net/shiliang97/article/details/103117667 在受污染的二叉树中查找元素4https://blog.csdn.net/shiliang97/arti...
2019-11-18
0
472
【LeetCode第 161 场周赛】回顾
现在13点33分花半个小时总结一下上午的考题~ 评论区偷来的解析 交换字符使得字符串相同: 统计位置的匹配情况,一共只有4种可能,x-xx−x,x-yx−y,y-xy−x,y-yy−y,其中1和4是相同的情况,可以不管。我们统计两个字符串有多少对x-yx−y 以及 y-xy−x。 然后,我...
2019-11-03
0
401
【LeetCode第 161 场周赛】回顾
现在13点33分花半个小时总结一下上午的考题~ 评论区偷来的解析 交换字符使得字符串相同: 统计位置的匹配情况,一共只有4种可能,x-xx−x,x-yx−y,y-xy−x,y-yy−y,其中1和4是相同的情况,可以不管。我们统计两个字符串有多少对x-yx−y 以及 y-xy−x。 然后,我...
2019-11-03
0
698
【未完成】【LeetCode】104. Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthe...
2019-10-29
0
509
【未完成】【LeetCode】104. Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthe...
2019-10-29
0
408
【LeetCode】45. Jump Game II
【LeetCode】45. Jump Game II Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in th...
2019-10-28
0
441
【LeetCode】45. Jump Game II
【LeetCode】45. Jump Game II Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in th...
2019-10-28
0
579
【LeetCode第 160 场周赛】5239. 循环码排列
给你两个整数 n 和 start。你的任务是返回任意 (0,1,2,,...,2^n-1) 的排列 p,并且满足: p[0] = start p[i] 和 p[i+1] 的二进制表示形式只有一位不同 p[0] 和 p[2^n -1] 的二进制表示形式也只有一位不同 指向知识点格雷码...
2019-10-28
0
511
【LeetCode第 160 场周赛】5239. 循环码排列
给你两个整数 n 和 start。你的任务是返回任意 (0,1,2,,...,2^n-1) 的排列 p,并且满足: p[0] = start p[i] 和 p[i+1] 的二进制表示形式只有一位不同 p[0] 和 p[2^n -1] 的二进制表示形式也只有一位不同 指向知识点格雷码...
2019-10-28
0
507
【LeetCode第 160 场周赛】5238. 找出给定方程的正整数解
5238. 找出给定方程的正整数解 显示英文描述 我的提交返回竞赛 用户通过次数745 用户尝试次数796 通过次数757 提交次数1221 题目难度Easy 给出一个函数 f(x, y) 和一个目标结果 z,请你计算方程 f(x,y) == z 所有可能的正整数...
2019-10-28
0
428
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页