DinghaoLI / Coding-Interviews-Golang

剑指offer的Go实现 完整版
MIT License
400 stars 104 forks source link

面试题4"替换空格"的测试用例和官方测试用例有差异,测试用例不应该补'x' #1

Open yudidi opened 4 years ago

yudidi commented 4 years ago

您的测试用例和剑指offer作者的官方测试用例数据有些许差异,是不是Go版本只能补足x字符串进行测试呢? https://github.com/zhedahht/CodingInterviewChinese2/blob/master/05_ReplaceSpaces/ReplaceSpaces.cpp