原题网站:Algorithmist,http://www.algorithmist.com/index.php/Main_Page

π-Algorithmist分类题目(2)

Set Theory

  1. UVA 1262 Password
  2. UVALive 3524 The Cow Doctor
  3. UVA 10158 War
  4. UVA 10583 Ubiquitous Religions
  5. UVA 10608 Friends
  6. UVA 10815 Andy's First Dictionary
  7. UVA 12049 Just Prune The List
  8. UVA 793 Network Connections

Hashing

  1. UVALive 3527 Find the Clones
  2. UVA 12049 Just Prune The List

Computational Geometry

  1. UVALive 3525 Wild West
  2. UVALive 3532 Nuclear Plants
  3. UVA 10002 Center of Masses
  4. UVA 10020 Minimal coverage
  5. UVA 10034 Freckles
  6. UVA 10065 Useless Tile Packers
  7. UVA 10078 The Art Gallery
  8. UVA 105 The Skyline Problem
  9. UVA 109 SCUD Busters
  10. UVA 10979 How Many Triangles?
  11. UVA 11096 Nails
  12. UVA 218 Moth Eradication
  13. UVA 270 Lining Up
  14. UVA 361 Cops and Robbers
  15. UVA 688 Mobile Phone Coverage
  16. UVA 10199 Tourist Guide

Geometry

  1. UVA 10011 Where Can You Hide?
  2. UVA 10301 Rings and Glue
  3. UVA 10310 Dog and Gopher
  4. UVA 10347 Medians
  5. UVA 10432 Polygon Inside A Circle
  6. UVA 10451 Ancient Village Sports
  7. UVA 10772 Rose windows
  8. UVA 10792 The Laurel-Hardy Story
  9. UVA 10823 Of Circles and Squares
  10. UVA 10915 War on Weather
  11. UVA 438 The Circumference of the Circle

Sweep Line

  1. UVALive 3525 Wild West
  2. UVA 105 The Skyline Problem
  3. UVA 10979 How Many Triangles?
  4. UVA 270 Lining Up
  5. UVA 688 Mobile Phone Coverage
  6. UVA 10034 Freckles

Graph Theory

  1. UVALive 2721 Building Bridges
  2. UVALive 2730 Toll
  3. UVALive 3523 Knights of the Round Table
  4. UVALive 3531 Word Rings
  5. SPOJ CHOCOLA Chocolate
  6. SPOJ POTHOLE Potholers
  7. SPOJ PRIMIT Primitivus recurencis
  8. SPOJ VOCV Con-Junctions
  9. TopCoder 7412 DrivingAround
  10. UVA 10000 Longest Paths
  11. UVA 10004 Bicoloring
  12. UVA 10021 Cube in the labirint
  13. UVA 10034 Freckles
  14. UVA 10068 The Treasure Hunt
  15. UVA 10080 Gopher II
  16. UVA 10099 The Tourist Guide
  17. UVA 10131 Is Bigger Smarter?
  18. UVA 10199 Tourist Guide
  19. UVA 10278 Fire Station
  20. UVA 103 Stacking Boxes
  21. UVA 10305 Ordering Tasks
  22. UVA 10369 Arctic Network
  23. UVA 104 Arbitrage
  24. UVA 10418 Hyper Toy Soldiers
  25. UVA 10462 Is There A Second Way Left?
  26. UVA 10506 The Ouroboros problem
  27. UVA 10557 XYZZY
  28. UVA 10583 Ubiquitous Religions
  29. UVA 10600 ACM Contest and Blackout
  30. UVA 10615 Rooks
  31. UVA 10672 Marbles on a tree
  32. UVA 10687 Monitoring the Amazon
  33. UVA 10724 Road Construction
  34. UVA 10735 Euler Circuit
  35. UVA 10748 Knights Roaming
  36. UVA 10766 Organising the Organisation
  37. UVA 10793 The Orc Attack
  38. UVA 10803 Thunder Mountain
  39. UVA 10816 Travel in Desert
  40. UVA 10818 Dora Trip
  41. UVA 10843 Anne's game
  42. UVA 10860 Many a Little makes a Mickle
  43. UVA 10917 Walk Through the Forest
  44. UVA 10937 Blackbeard the Pirate
  45. UVA 10941 Words adjustment
  46. UVA 10944 Nuts for nuts..
  47. UVA 10959 The Party, Part I
  48. UVA 10973 Triangle Counting
  49. UVA 10977 Enchanted Forest
  50. UVA 10982 Troublemakers
  51. UVA 10983 Buy one, get the rest free
  52. UVA 10987 Antifloyd
  53. UVA 11396 Claw Decomposition
  54. UVA 117 The Postal Worker Rings Once
  55. UVA 11902 Dominator
  56. UVA 196 Spreadsheet
  57. UVA 200 Rare Order
  58. UVA 216 Getting in Line
  59. UVA 273 Jack Straws
  60. UVA 291 The House Of Santa Claus
  61. UVA 302 John's trip
  62. UVA 439 Knight Moves
  63. UVA 459 Graph Connectivity
  64. UVA 515 King
  65. UVA 523 Minimum Transport Cost
  66. UVA 532 Dungeon Master
  67. UVA 539 The Settlers of Catan
  68. UVA 558 Wormholes
  69. UVA 589 Pushing Boxes
  70. UVA 627 The Net
  71. UVA 775 Hamiltonian Cycle
  72. UVA 776 Monkeys in a Regular Forest
  73. UVA 793 Network Connections
  74. UVA 871 Counting Cells in a Blob
  75. UVA 10615 Rooks
  76. UVA 10735 Euler Circuit
  77. UVA 11396 Claw Decomposition
  78. UVA 11506 Angry Programmer
  79. UVA 10983 Buy one, get the rest free

Graph Connectivity

  1. UVALive 2721 Building Bridges
  2. UVALive 3523 Knights of the Round Table
  3. UVA 10583 Ubiquitous Religions
  4. UVA 10687 Monitoring the Amazon
  5. UVA 627 The Net
  6. UVA 793 Network Connections

Graph DFS with longest path print (DAG)

  1. UVA 103 Stacking Boxes

Hamilton Graph

  1. UVA 775 Hamiltonian Cycle

Bipartite Graph

  1. UVA 11396 Claw Decomposition

Traveling Salesperson Problem

  1. UVA 10818 Dora Trip
  2. UVA 10937 Blackbeard the Pirate
  3. UVA 10944 Nuts for nuts..
  4. UVA 216 Getting in Line

Eulerian Path

  1. UVA 177 Paper Folding

Connected Components

  1. UVA 273 Jack Straws

Articulation Point

  1. UVA 10199 Tourist Guide

Shortest Path

  1. UVALive 2730 Toll
  2. UVALive 3528 The Warehouse
  3. UVA 10102 The path in the colored field
  4. UVA 10557 XYZZY
  5. UVA 10724 Road Construction
  6. UVA 10793 The Orc Attack
  7. UVA 10803 Thunder Mountain
  8. UVA 10816 Travel in Desert
  9. UVA 10860 Many a Little makes a Mickle
  10. UVA 10959 The Party, Part I
  11. UVA 10987 Antifloyd
  12. UVA 117 The Postal Worker Rings Once
  13. UVA 439 Knight Moves
  14. UVA 523 Minimum Transport Cost
  15. UVA 532 Dungeon Master
  16. UVA 589 Pushing Boxes
  17. UVA 627 The Net

Grids

  1. TopCoder 7512 LandAndSea
  2. TopCoder 7507 VegetableGarden

Exhaustive Search

  1. UVA 10000 Longest Paths
  2. UVA 102 Ecological Bin Packing
  3. UVA 10798 Be wary of Roses
  4. UVA 11902 Dominator
  5. UVA 208 Firetruck
  6. UVA 216 Getting in Line
  7. UVA 291 The House Of Santa Claus
  8. UVA 612 DNA Sorting

Bruteforce

  1. UVA 10502 Counting Rectangles
  2. UVA 10896 Known Plaintext Attack

Complete Search

  1. UVA 10309 Turn the Lights Off

Binary Search

  1. UVALive 3531 Word Rings
  2. UVA 10183 How Many Fibs?
  3. UVA 10983 Buy one, get the rest free
  4. UVA 11292 Dragon of Loowater
  5. UVA 714 Copying Books

Breadth-First Search

  1. TopCoder 7507 VegetableGarden
  2. UVA 11902 Dominator

String algorithms

  1. UVALive 3527 Find the Clones
  2. TopCoder 7503 CssPropertyConverter
  3. TopCoder 7411 TagalogDictionary
  4. UVA 10008 What's Cryptanalysis?
  5. UVA 10252 Common Permutation
  6. UVA 10679 I Love Strings!!
  7. UVA 272 TEX Quotes
  8. UVA 612 DNA Sorting

Strings

  1. UVA 10010 Where's Waldorf?

Context-Free Language

  1. UVA 673 Parentheses Balance

Parsing

  1. UVA 325 Identifying Legal Pascal Real Constants
  2. UVA 327 Evaluating Simple C Expressions

π-Algorithmist分类题目(2)相关推荐

  1. π-Algorithmist分类题目(3)

    原题网站:Algorithmist,http://www.algorithmist.com/index.php/Main_Page π-Algorithmist分类题目(3) Probability ...

  2. π-Algorithmist分类题目(1)

    原题网站:Algorithmist,http://www.algorithmist.com/index.php/Main_Page π-Algorithmist分类题目(1) Sorting UVAL ...

  3. 设树采用孩子兄弟表示法存放.用类c语言设计算法计算树的高度.,(数据结构课程设计分类题目.doc...

    (数据结构课程设计分类题目 线性表 顺序表: 1.设有一元素为整数的线性表L=(a1,a2,a3,-,an),存放在一维数组A[N]中,设计一个算法,以表中an作为参考元素,将该表分为左.右两部分,其 ...

  4. 杭电OJ分类题目(4)-Graph

    原题出处:HDOJ Problem Index by Type,http://acm.hdu.edu.cn/typeclass.php 杭电OJ分类题目(4) HDU Graph Theory - U ...

  5. 杭电OJ分类题目(3)

    原题出处:HDOJ Problem Index by Type,http://acm.hdu.edu.cn/typeclass.php 杭电OJ分类题目(3) HDU Computational Ge ...

  6. 杭电OJ分类题目(2)

    原题出处:HDOJ Problem Index by Type,http://acm.hdu.edu.cn/typeclass.php 杭电OJ分类题目(2) HDU Water~~~ HDU 100 ...

  7. 杭电OJ分类题目(1)

    原题出处:HDOJ Problem Index by Type,http://acm.hdu.edu.cn/typeclass.php 杭电OJ分类题目(1) HDU Introduction HDU ...

  8. DP分类题目 转载 《志当存高远》大神的 没有冒犯的意思 只是拿过来学习的

    A.各种背包,就根据背包九讲的内容来做吧! --不会背包的可以边看背包九讲边练习 =========================================================== ...

  9. ACM-ICPC训练行动路线图

    请大家加入VOJ的"挑战ACM编程"组做题.网址是:https://cn.vjudge.net/group/challenge. 请大家加入VOJ的"挑战ACM编程(贰) ...

最新文章

  1. php语言与jsp,关于开发语言之PHP JSP与ASP NET对比浅析
  2. 汇编语言 实现一个数字的平方
  3. zabbix监控oracle缓冲区,Zabbix监控oracle各服务器连接数
  4. pgpool-II3.1 的内存泄漏(四)
  5. Pyhton函数式编程简介(四)装饰器
  6. Redis配置文件配置
  7. 使用Nginx+uWSGI部署Django项目
  8. NILMTK——深扒组合优化(CO)和FHMM细节
  9. 字符串单词翻转c语言,C语言反转一行字符串单词示例
  10. 11gR2rac的两个bug
  11. ups计算软件_一篇文章读懂UPS
  12. Google Android Market电子市场/应用商店
  13. 谷歌seo优化主要做什么?
  14. win10家庭版 QQ2021和TIM QQ登入后马上提示恢复上次意外关闭信息,然后就卡死奔溃闪退。
  15. phpStudy配置站点解决各种不能访问问题(本地可www.xx.com访问)
  16. Hibernate(9)_双向n对n
  17. ReID行人重识别(训练+检测,附代码),可做图像检索,陌生人检索等项目
  18. 大疆在美国被告,商务部预警!最后竟是中兴投资公司所为
  19. Hive Full Join多个表与Union All多个表
  20. 410随身wifi-linux(debian系统)各个频率版释放内存版驱动全面

热门文章

  1. 新编译的GDAL1.9 C/C++ C# Python版本
  2. jQuery Mobile 高级设计模板
  3. 关于C++宏:AFX_EXT_CLASS
  4. dockhub 好用的镜像_玩转docker镜像和镜像构建
  5. android view 屏幕外,安卓如何让View往屏幕外隐藏?
  6. 手机python文本编辑器下载_python写的一个文本编辑器
  7. php验证码图片看不清更换代码,php如何实现验证码看不清换一张的效果
  8. java gc 例子_Java 中, 为什么一个对象的实例方法在执行完成之前其对象可以被 GC 回收?...
  9. 剑指offer面试题29. 顺时针打印矩阵(边界问题)
  10. java file的用法_Java 关于File使用