文件名称:edit-distance
介绍说明--下载内容均来自于网络,请自行研究使用
*面试题个人题解。
对于一个数字串,需要通过一定的操作变成另一个数字串,问最小操作次数。
总共有3钟操作:
1.某位数字加一
2.某位数字减一
3.调换任意两位数字(The Alibaba interview questions personal problem.
For a digit string, we need to turn another operation into another string and ask the minimum number of operations.
A total of 3 clock operations:
1. one digit plus one
2. one digit reduction
3. change any two digit number)
对于一个数字串,需要通过一定的操作变成另一个数字串,问最小操作次数。
总共有3钟操作:
1.某位数字加一
2.某位数字减一
3.调换任意两位数字(The Alibaba interview questions personal problem.
For a digit string, we need to turn another operation into another string and ask the minimum number of operations.
A total of 3 clock operations:
1. one digit plus one
2. one digit reduction
3. change any two digit number)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
eight.cpp | 1042 | 2018-04-05 |
__MACOSX | 0 | 2018-04-17 |
__MACOSX\._eight.cpp | 266 | 2018-04-05 |
edit_perm.cpp | 384 | 2018-03-21 |
__MACOSX\._edit_perm.cpp | 176 | 2018-03-21 |