码迷,mamicode.com
首页 >  
搜索关键字:刷题记录    ( 205个结果
acm刷题记录
我感觉毫无目的地刷题没有意义,便记录每周的刷题,以此激励自己! 6.6 【vijos1055】奶牛浴场 最大化 推荐IOI论文《浅谈用极大化思想解决最大子矩形问题》 codeforces 679B - Bear and Tower of Cubes xjb搞 codeforces 680A - Be ...
分类:其他好文   时间:2016-07-04 23:25:09    阅读次数:447
hduoj泛刷题记录:hduoj1000-1003
一年半没碰代码,手生是自然的。暑假打算泛刷hduoj,当作调整和复习。 (以下是正文) HDUOJ 1000: 水题(迷之AC率),交了6次才过。主要原因是因为我忘了scanf()不返回1,以至于自己乱搞搞就花式TLE了。改成cin就AC了。下次注意恩 HDUOJ 1001: 水题,注意一下sign ...
分类:其他好文   时间:2016-06-26 01:50:03    阅读次数:253
OI刷题记录
从六月一号开始记录啦 6月1日 ...
分类:其他好文   时间:2016-06-01 19:31:25    阅读次数:103
Leetcode刷题记录[python]——283 Move Zeroes
一、前言 题是上周五做的,开始思路有点问题,考虑不全,导致submit了3次才AC。 二、题283 Move Zeroes Given an array nums, write a function to move all 0's to the end of it while maintaining ...
分类:编程语言   时间:2016-05-23 17:17:34    阅读次数:800
Leetcode刷题记录[python]——258 Add Digits
一、前言 做这题有个小收获,关于Digital root的解法,有个极方便的小公式: 二、题258 Add Digits Given a non-negative integer num, repeatedly add all its digits until the result has only ...
分类:编程语言   时间:2016-05-19 19:24:45    阅读次数:1224
Leetcode刷题记录[python]——344 Reverse String
一、前言 不是计算机专业出身,却有一颗程序猿的心。 昨日开始leetcode第一次刷题,选择了菜鸟方式,从AC率最高且难度为Easy的题开始,不管题是简单还是难,都想做个记录,既是方便以后回顾,又是以此作为一个激励,督促自己每天都能有所进步。 二、题344 Reverse String Write ...
分类:编程语言   时间:2016-05-19 19:16:05    阅读次数:266
Leetcode刷题记录[python]——349 Intersection of Two Arrays
一、前言 做了两题才慢慢摸清了leetcode的操作。 二、题349 Intersection of Two Arrays Given two arrays, write a function to compute their intersection. 其实前两题不难,思路也还比较清晰。 ...
分类:编程语言   时间:2016-05-19 19:07:17    阅读次数:999
Leetcode刷题记录[python]——104 Maximum Depth of Binary Tree
一、前言 对于这类抽象问题还有self用法,还要多做多练习,此题是参考其他答案所做。 二、题104 Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum depth is the n ...
分类:编程语言   时间:2016-05-19 19:03:31    阅读次数:162
ZOJ 刷题记录 (??ω?)??
P1002:简单的DFS 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 5 char map[5][5]; 6 int N; 7 8 int input() 9 { 10 scanf("%d",&N); 11 fo ...
分类:其他好文   时间:2016-04-17 20:37:15    阅读次数:234
BZOJ 刷题记录 PART 6
【BZOJ2709】水的二分加验证。可是好像被读入萎到了。。。【BZOJ3229】强大的算法见此。被机房的一堆大神“推荐”。于是被坑了。。。写了一个下午。。。【BZOJ3631】这道题给我的启发是:要多想想算法。開始一直在打树链剖分,打到一半忽然在众神犇的提(bi)示(shi)下。发现有O(N)的方...
分类:其他好文   时间:2016-01-03 22:27:57    阅读次数:244
205条   上一页 1 ... 16 17 18 19 20 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!