《数据结构题集》参考答案4串
4.10③ 编写对串求逆的递推算法。要求实现以下函数:void Reverse(StringType &s);/* Reverse s by iteration. */StringType是串的一个
《数据结构题集》参考答案4串