
C/C++/ACM
爆浆大鸡排
个人主页:https://www.hijerry.cn/
Github:https://github.com/JerryCheese/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【ACM】HDOJ 1009 FatMouse' Trade
贪心算法一个应用原创 2015-09-25 21:59:14 · 942 阅读 · 0 评论 -
【ACM】HDOJ 1045 Fire Net
HDOJ 1045 Fire Net Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8273 Accepted Submission(s): 4753 题目描述: 一个n*n的地图,请安排blockhouse,要求在原创 2015-10-04 20:59:27 · 911 阅读 · 0 评论 -
【小游戏】俄罗斯方块(C++版)
小游戏系列第三弹原创 2015-10-04 22:36:06 · 1818 阅读 · 0 评论 -
【小游戏】C++手工制作贪吃蛇
大一上学期的一个小作品,当时只是为了实践C++语言,同时也加强自己对程序的理解。 过程不是很麻烦,思路不是很难,所以是个小作品啦 发个博客记录一下原创 2015-09-23 23:23:25 · 2313 阅读 · 0 评论 -
LeetCode - 4. Median of Two Sorted Arrays : 逆推法 O(log(min(m,n))))
4. Median of Two Sorted Arrays There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(l原创 2016-07-24 11:12:20 · 880 阅读 · 0 评论 -
【小游戏】C++打造2048控制台版本
C++手工打造2048小游戏,意在模仿!! 和原版可能有些小不同!原创 2015-10-04 21:18:22 · 2988 阅读 · 0 评论