zoukankan      html  css  js  c++  java
  • POJ 搜索题 慢慢做也算是有个标准了

    1010 stamps
    1011 sticks Accepted 2006-08-03 04:09
    1020 Anniversary Cake
    1022 Packing Unit 4D Cubes
    1024 Tester Program
    1054 The Troublesome Frog
    1062 昂贵的聘礼暂告一段落,先把DP题做一下,因为两者有很多交叉的地方,有很多题DP和搜索都可以,有些DFS的题需要状态压缩DP的慢慢做吧~~
    搜索相关资料:点击进入
    1010 stamps
    <font fac
    1069 The Bermuda Triangle
    1072 Puzzle Out
    1077 Eight
    Accepted 2006-08-19 16:16 A*,也可逆向搜索,预先算出所有状态
    1084 Square Destroyer
    1100 Dreisam Equations
    1101 The Game (BFS) Accepted 2006-08-31 01:03简单题,非常普通的BFS
    1110 Double Vision
    1111 Image Perimeters Accepted 2006-08-14 23:22 Floodfill again!
    1117 Pairs of Integers
    1118 Lining Up
    1128 Frame Stacking Accepted 2006-07-29
    1129 Channel Allocation(图的最大独立集)
    1137 The New Villa (BFS) Accepted 2006-08-29 23:07
    1142 Smith Numbers
    1162 Building with Blocks
    1164 The castle (DFS)
    1166 The Cocks Accepted 2006-07-31
    1167 The buses
    1176 Party Lamps Accepted 2006-08-02
    1183 反正切函数的应用 Accepted 2006-08-30 22:27没劲~一道简单的数学推导题~
    1184 聪明的打字员 Accepted 2006-08-17 06:18 如果觉得自己BFS的题做得差不多了,可以做一下这道题.作了这道题开始对BFS刮目相看了~花了整整一晚上写代码,改代码~
    1190 生日蛋糕
    1191 棋盘分割
    1194 HIDDEN CODES 搜索+DP
    1231 The Alphabet Game
    1233 Street Crossing (BFS)
    1248 Safecracker
    1256 Anagram Accepted
    1270 Following Orders Accepted 2006-08-06 01:59 similar to toposort
    1318 Word Amalgamation
    1321 棋盘问题 Accepted 2006-08-06 02-55
    1324 Holedox Moving (BFS)
    1327 Moving Object Recognition
    Accepted 2006-08-22 01:11 Floodfill again
    1338 Ugly Numbers
    1363 Rails
    1376 Robot
    Accepted 2006-08-13 06:52太阴险了,机器人起始位置和目的地可能重合,BFS
    1416 Shredding Company Accepted
    1465 Multiple Accepted 2006-08-05 15:21
    1476 Always On the Run (BFS)
    1480 Optimal Programs (BFS)
    1482 It’s not a Bug, It’s a Feature! (BFS)
    1543 Pefect Cubes Accepted 2006-08-06 03:45easy~无聊题~
    1562 Oil Deposits Accepted 2006-08-14 04:39 Floodfill
    1564 Sum It Up Accepted
    1573 Robot Motion
    1579 Fuction Run Fun
    1601 Pizza Anyone?
    1606 Jugs Accepted
    1632 Vase collection
    1639 Picnic Planing
    1655 Balancing Act
    1659 Frog’s Neighborhood
    1664 放苹果 Accepted 2006-08-06 04-15整数无序拆分
    1680 Frok() Makes Trouble
    1683 Puzzlestan
    1691 Painting A Board
    1708 Game
    1709 Cross word
    1713 Divide et unita
    1714 The Cave
    1731 Orders Accepted 2006-08-06 05:07任意字符串的全排列
    1742 Coins
    Accepted 2006-08-06 20:02
    1745 Divisibility Accepted 2006-08-08 12:33shouldn’t be counted as a searching prob
    1746 Loan
    1753 Flip Game (BFS) Accepted
    1771 Elevator Stopping Plan
    1775 Sum of Factorials Accepted
    1826 The best Farm
    1831 不定方程组
    1847 Tram Accepted 2006-08-10 02:35 Dijkstra
    1855 Mint
    1856 Sea Battle
    1873 The Fortified Forest 回溯
    1878 Jill’s Bike
    1882 Stamps
    1890 Switching Channels
    1903 Jurassic Remains
    1915 Knight Moves (BFS) Accepted 2006-08-10 15:08双向广度优先搜索提高效率
    1924 The Treasure
    1935 Journey
    1948 Trianglar Pastures
    1950 Dessert Accepted 2006-08-11 01:30痛苦的回忆……
    1966 Cable TV Network
    1979 Red and Black Accepted 2006-08-05 17:04
    1980 Unit Fraction Partition 剪枝
    2038 Team Ranking Accepted 2006-08-11 19:12无聊题,全排列加四层循环=0ms
    2046 Gap
    2049 Finding Nemo
    2078 Matrix
    2083 Fractal
    2157 Maze
    2170 Lattice Animals
    2182 LOst cows
    Accepted 2006 08-13 17:02 segment tree
    2184 Cow Exibition
    2197 Jill’s Tour Paths
    2225 Asteriods!
    Accepted
    2251 Dungeon Master Accepted 2006-08-21 02:39三维迷宫BFS,简单
    2288 Islands and Bridges

    2243 Knight Moves (BFS) Accepted

    2312 Battle City (BFS) Accepted 2006-08-16 01:13一个int型数组定义为char而痛苦WA了半天。
    2331 Water Pipe
    2339 Rock, Scissors, Paper
    2340 Memory management
    2349 Aratic Network
    2362 Square Accepted 2006-08-02
    2378 Tree Cutting
    2386 Lake Counting Accepted 2006-08-14 04:50 Floodfill
    2415 Hike on a Gragh Accepted 2006-08-21 01:51普通BFS
    2547 No Tipping Accepted 2006-08-21 18:55 DFS+DP状态压缩
    2676 Sudoku
    2908 Quantum Accepted 2006-09-09 20:10 BFS+优先队列
  • 相关阅读:
    Python定时任务利器—Apscheduler
    Python命令行模块(sys.argv,argparse,click)
    Rust安装和环境配置
    DBF 文件 ORACLE 数据库恢复
    认识 Cargo-Rust构建工具和包管理器
    VS Code 搭建 Rust 开发环境
    如何按名称或PID查找一个进程?如何按端口号查找一个进程?如何查看一个进程的CPU和内存、文件句柄使用情况?如何查看CPU利用率高的TOP10进程清单?如何根据PID强制终止进程?
    String 字符串
    JVM初探之类文件结构
    隐藏Windows不常用设置项
  • 原文地址:https://www.cnblogs.com/Acmen/p/1807975.html
Copyright © 2011-2022 走看看