| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3216 人关注过本帖
标题:学编程需要什么才能
只看楼主 加入收藏
leeco
Rank: 4
等 级:贵宾
威 望:10
帖 子:1029
专家分:177
注 册:2007-5-10
收藏
得分:0 
Hal Burch conducted an analysis over spring break of 1999 and made an amazing discovery: there are only 16 types of programming contest problems! Furthermore, the top several comprise almost 80% of the problems seen at the IOI. Here they are:

Dynamic Programming
Greedy
Complete Search
Flood Fill
Shortest Path
Recursive Search Techniques
Minimum Spanning Tree
Knapsack
Computational Geometry
Network Flow
Eulerian Path
Two-Dimensional Convex Hull
BigNums
Heuristic Search
Approximate Search
Ad Hoc Problems
The most challenging problems are Combination Problems which involve a loop (combinations, subsets, etc.) around one of the above algorithms - or even a loop of one algorithm with another inside it. These seem extraordinarily tricky to get right, even though conceptually they are ``obvious''.

If you can master solving just 40% of these problem types, you can almost guarantee a silver medal at the IOI. Mastering 80% moves you into the gold range almost for sure. Of course, `mastery' is a tough nut to crack! We'll be supplying a plethora of problems so that you can hone your skills in the quest for international fame.

简单翻译一下:
文中提到的IOI,即国际信息学奥林匹克竞赛
与之对应的NOI,即全国信息学奥林匹克竞赛
我想楼主说的“电脑如果在全国获奖”,应该就是指的这个,文中讲题目类型进行了分类,我想“需要什么才能”这个问题你看了题目类型分类就明了了。

动态规划
贪心
完全搜索
满水法填充
最短路径
递规搜索
最小生成树
背包
计算几何
网络流
欧拉路径
2D凸包
大整数
启发式搜索
近似搜索
特别问题
2007-12-14 16:57
wjjqw_123
Rank: 1
等 级:新手上路
帖 子:15
专家分:2
注 册:2007-12-20
收藏
得分:0 
实践
多实践,实践是证明真理的唯一标准。
别只光说不做,那一点也不行。
2007-12-21 12:56
naski
Rank: 1
等 级:新手上路
帖 子:35
专家分:0
注 册:2007-7-5
收藏
得分:0 
耐心和专注是唯一需要的才能。我认识的天才全部都是耐得住寂寞的人。

    │      ∠_
丿亅\   ├─┤
            └─┘
2007-12-25 18:16
快速回复:学编程需要什么才能
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011856 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved