码不停Ti2001
码不停Ti2001
全部文章
分类
# PAT乙级练习题(1)
# 团队设计天梯赛(2)
2020HBU天梯赛训练(48)
C++(284)
C语言(4)
Git(1)
idea(3)
java入门(17)
java编程规范(1)
java项目(1)
kinect(2)
LeetCode(115)
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
好好学习,活着就好
TA的专栏
12篇文章
4人订阅
LeetCode从零开始
12篇文章
15024人学习
全部文章
(共805篇)
【黑苹果】拯救者y7000P
硬盘安装的,照着教程自己装的 参考了B站的一个视频 https://www.bilibili.com/video/av43445667 镜像是黑果小兵下载的百度搜索第一个就是 wifi装好的不能用。可以用有线,但是插上自己的360随身wifi打上驱动,重启电脑就能用。 驱动https://y...
2019-10-08
1
971
【LeetCode】581. Shortest Unsorted Continuous Subarray
Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be ...
2019-10-08
0
502
【LeetCode】581. Shortest Unsorted Continuous Subarray
Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be ...
2019-10-08
0
593
【LeetCode】448. Find All Numbers Disappeared in an Array
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n]...
2019-10-08
0
523
【LeetCode】448. Find All Numbers Disappeared in an Array
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n]...
2019-10-08
0
744
7-1 求前缀表达式的值 (50 分)
7-1 求前缀表达式的值 (50 分) 算术表达式有前缀表示法、中缀表示法和后缀表示法等形式。前缀表达式指二元运算符位于两个运算数之前,例如2+3*(7-4)+8/4的前缀表达式是:+ + 2 * 3 - 7 4 / 8 4。请设计程序计算前缀表达式的结果值。 输入格式: 输入在一行内给出不超...
2019-10-08
0
889
7-1 求前缀表达式的值 (50 分)
7-1 求前缀表达式的值 (50 分) 算术表达式有前缀表示法、中缀表示法和后缀表示法等形式。前缀表达式指二元运算符位于两个运算数之前,例如2+3*(7-4)+8/4的前缀表达式是:+ + 2 * 3 - 7 4 / 8 4。请设计程序计算前缀表达式的结果值。 输入格式: 输入在一行内给出不超...
2019-10-08
0
568
【LeetCode】15. 3Sum
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s...
2019-10-07
0
0
【LeetCode】15. 3Sum
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s...
2019-10-07
0
610
【LeetCode】617. Merge Two Binary Trees
Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are n...
2019-10-05
0
482
首页
上一页
26
27
28
29
30
31
32
33
34
35
下一页
末页