Hi everyone !
I am very happy to announce i just finished my little project (warning : it takes time to run), which was to find the quickest solution to the “no repeats please” challenge (the most interesting javascript algorithmic challenge by far).
I wrote five different solutions to this challenge (the first two aren’t from myself, but i added them to compare speed):
[temporarily deleted]
Just to give an example, “permAloneSuperPatternOpti(‘aaaaabbbbbbccccddeeeefghij’)” is calculated in only 30 milliseconds on my computer, and it is equal to 15232742249177350000000000
If everyone is interested in it, and want more explanation, please tell me (i will maybe write a article about it, but i first want to see if anyone is interested)