论文部分内容阅读
在信息学竞赛中,同学们都非常注重各种算法和数据结构的学习。有的同学对最短路径、最小生成树等固定算法记得滚瓜烂熟,分析竞赛题思路头头是道,但是参加竞赛却成绩不理想,每次都说自己失误了,会做的题目粗心没做对,或者是做出来了测试结果却不对。其实在信息学竞赛中同学们不仅仅要学会设计算法,还要在有限的时间内实现自己的算法,并且得出正确的结果。我们需从编程过程的各个步骤下功夫,提高程序正确率,这样才能在竞赛中取得高分。
In the informatics competition, students are very focused on a variety of algorithms and data structure learning. Some students on the shortest path, the minimum spanning tree and other fixed algorithm remember go with the ball, the analysis of the title of the problem is recitative, but to participate in the competition but the results are not satisfactory, each said that he made a mistake, the problem will be done carelessly, or do Out of the test results are wrong. In fact, in informatics competition, students not only learn to design algorithms, but also implement their own algorithms in a limited time and get the correct results. We need to work hard at every step of the programming process to improve the accuracy of the program so that we can score high in the competition.