会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一念三千
All the distance is not unattainable, begin well and end well!
博客园
首页
新随笔
联系
管理
订阅
2014年11月1日
给出两个单词(start和end)与一个字典,找出从start到end的最短转换序列
摘要: 问题给出两个单词(start和end)与一个字典,找出从start到end的最短转换序列。规则如下:一次只能改变一个字母中间单词必须在字典里存在例如:给出start="hit"end="cog"dict=["hot","dot","dog","lot","log"]返回[ ["hit","hot"...
阅读全文
posted @ 2014-11-01 00:21 一念三千
阅读(4101)
评论(0)
推荐(0)
编辑
公告