摘要: 原题目如下: Write a function that reverses the order of the words in a string. For instance, your function should transform the string “Do or do not, there is no try.” To “try. No is there not, do or Do”. ... 阅读全文
posted @ 2006-06-09 14:59 nacarat 阅读(405) 评论(0) 推荐(0)
摘要: Problem: Use your most hands-on programming language to implement a function that prints all possible combinations of the characters in a string. These combinations range in length from one to the len... 阅读全文
posted @ 2006-06-09 00:27 nacarat 阅读(199) 评论(0) 推荐(0)