Comments on: Programming Interview Questions 11: All Permutations of String /2011/10/28/programming-interview-questions-11-all-permutations-of-string/?utm_source=rss&utm_medium=rss&utm_campaign=programming-interview-questions-11-all-permutations-of-string Information Retrieval and Machine Learning Mon, 23 Jan 2012 19:14:24 +0000 hourly 1 http://wordpress.org/?v=3.3 By: Arden /2011/10/28/programming-interview-questions-11-all-permutations-of-string/#comment-1375 Arden Thu, 12 Jan 2012 22:28:25 +0000 /?p=730#comment-1375 This certainly is a great question, all combinations of a string. I can write about this one as well. Thanks for the suggestion. This certainly is a great question, all combinations of a string. I can write about this one as well. Thanks for the suggestion.

]]>
By: ANONYMOUS /2011/10/28/programming-interview-questions-11-all-permutations-of-string/#comment-1358 ANONYMOUS Thu, 12 Jan 2012 05:52:17 +0000 /?p=730#comment-1358 another similar good question, get all generated sub strings of a string. for xyz, the result is : x, y, z, xy, xz, yz, xyz. but xy, yx are considered one result. another similar good question, get all generated sub strings of a string.
for xyz, the result is : x, y, z, xy, xz, yz, xyz.
but xy, yx are considered one result.

]]>