data-structure
data-structure copied to clipboard
MyString的substring有误
计算子串长度是 end-begin,而不是 begin-end char[] buffer = new char[end - begin];