How could I using a simple gui consisting of a button, listbox and textbox , list all the finite sequences of a given string?. For example, list all the finite sequences of the string abcde?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I belive you can find all code here:
Permutations, Combinations, and Variations using C# Generics
Permutations in C# Using Recursion
And its quite simple when it comes to UI: