05.04.md 交替字符串问题的更简单实现

作者: wenruo95创建于 2018年5月18日更新于 2018年5月18日

Problem description of alternating strings Solution The code pasted into the issue looks strange, click on the solution to view it. July uses an array to record whether sub-strings are equal. I implemented it using a stack, and I think using a stack is easier to understand.

内容来源: julycoding/The-Art-Of-Programming-By-July-2nd