算法竞赛入门经典(第二版)紫书-题目集合【例题+习题】

写在前面

还是感觉自己以前一直都是野路子,一直没有系统的照着一本书练完过,现在队友都在学校打多校联赛,我还回不去就先照着这个来,试试效果完善一下自己的技能树。也方便给后人铺路
PS:合集还在不停更新中


题解用外链放出来方便查找,不再写到一个博客里了,上次乙级的70题都在一篇,太难找还不方便。

第三章

题号 题目 知识点
例1 UVa272 Tex Quotes 水题,字符串
例2 UVa10082 WERTYU 字符串
例3 UVa401 Palindromes 字符串
例4 UVa340 Master-Mind Hints 模拟
例5 UVa1583 Digit Generator 打表
例6 UVa1584 Circular Sequence 字符串、字典序
练1 UVa1585-Score 水题
练2 UVa1586-Molar Mass 字符串
练3 UVa1225-Digit Counting 暴力、水题
练4 UVa455-Periodic Strings 暴力、字符串
练5 UVa227-Puzzle 模拟、字符串
练6 UVa232-Crossword Answers 模拟
练7 UVa1368-DNA Consensus String 贪心、字符串
练8 UVa202-Repeating Decimals 数学、模拟
练9 UVa10340-All in All 字符串
练10 Kickdown 暴力、字符串
练11 UVa1587-Box 数学
练12 UVa11809-Floating-Point Numbers 数学

第四章 函数与递归

题号 题目 知识点
例1 UVa1339-Ancient Cipher 字符串、计数
例2 UVa489-Hangman Judge 模拟
例3 UVa133-The Dole Queue 模拟
例4 UVa213-Message Decoding 字符串、函数
例5 UVa512-Spreadsheet Tracking 模拟
例6 是一个学生管理系统非竞赛题目所以略
练1
练2

PS:未完待续。。。。持续更新

你可能感兴趣的:(ACM)