Skip to content

Challenge: No Repeats Please #7530

Closed
someonefromcanada38 opened this Issue · 0 comments

1 participant

@someonefromcanada38

After looking into the documentation provided on this problem thoroughly, I've realized it does not handle anything similar to what this problem is asking for. Although it gives a basic understanding of permutations it does not give a full enough understanding to create an algorithm that requires a strong understanding of the concept, and building on that concept to create a new algorithm. I believe this problem requires too much math and not enough programming to be effective for the purpose of teaching programming. A brute force approach to this problem is also simply incorrect, which again diminishes any potential gains a student could get from the problem. Various other sources use no repeating combinations for instance abb + aba + baa would be counted once each. There is an algorithm for that, it does not require learning an entire math concept in order to create an efficient function to do its purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.