﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Clutch of ESEacm</title><link>http://www.cppblog.com/eseacm/</link><description>为了各位将来的合同，大家一定要在合同年之前打出MVP的表现</description><language>zh-cn</language><lastBuildDate>Tue, 09 Jun 2026 20:03:27 GMT</lastBuildDate><pubDate>Tue, 09 Jun 2026 20:03:27 GMT</pubDate><ttl>60</ttl><item><title>训练计划第一波：（搜索）预计时间：2周</title><link>http://www.cppblog.com/eseacm/archive/2009/07/06/89365.html</link><dc:creator>eseacm</dc:creator><author>eseacm</author><pubDate>Mon, 06 Jul 2009 06:56:00 GMT</pubDate><guid>http://www.cppblog.com/eseacm/archive/2009/07/06/89365.html</guid><wfw:comment>http://www.cppblog.com/eseacm/comments/89365.html</wfw:comment><comments>http://www.cppblog.com/eseacm/archive/2009/07/06/89365.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cppblog.com/eseacm/comments/commentRss/89365.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/eseacm/services/trackbacks/89365.html</trackback:ping><description><![CDATA[<div style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">搜索有宽度优先搜索，其主要的技巧在于状态空间的Hash和队列结构的设计。深度优先搜索的技巧在于递归函数的设计和状态空间的剪枝。先贴上一些题目，有几道题目是经典题目，大家可以不断优化，争取最后的运行时间最少。</div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; "><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">poj1324 Holedox Moving&#160;</div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">poj1697 The Erythea Campaign</div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">poj1426 Find The Multiple</div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">poj1475 Pushing Boxes</div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; ">poj1077 Eight(经典）</div></div><div style="padding-right: 32px; padding-left: 32px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); padding-bottom: 32px; border-left-color: rgb(187, 187, 187); padding-top: 32px; "><br></div></div>
<img src ="http://www.cppblog.com/eseacm/aggbug/89365.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/eseacm/" target="_blank">eseacm</a> 2009-07-06 14:56 <a href="http://www.cppblog.com/eseacm/archive/2009/07/06/89365.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>