设计程序时使用堆栈来测试输入字符串

时间:2018-10-10 11:12:20

标签: pseudocode

这是代码的启动方式,您有任何继续的想法吗?

OUTPUT “Please enter a word or phrase to be tested”)
INPUT myString
list1 ← list(myString) #convert myString to a list of characters
numChars ← len(list1)
s ← Stack()

0 个答案:

没有答案