会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
miner007
博客园
首页
新随笔
联系
管理
订阅
2014年6月27日
搜索算法思考
摘要: 概述:本文主要讲述一些搜索算法的使用,以及其中奥妙思想的思考。 一:广度搜索与深度搜索---BFS与DFS 1:实现算法导论中的BSF #include #define MAX 1000000struct Node{ int d; int p; int color; int id;};int _tmain(int argc, _TCHAR* argv[])...
阅读全文
posted @ 2014-06-27 11:22 miner007
阅读(279)
评论(0)
推荐(0)
编辑
公告