Merge pull request #452 from Chalarangelo/atomiks-patch-1
Add warning to anagrams
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
### anagrams
|
||||
|
||||
⚠️ **WARNING**: This function's execution time increases exponentially with each character. Anything more than 8 to 10 characters will cause your browser to hang as it tries to solve all the different combinations.
|
||||
|
||||
Generates all anagrams of a string (contains duplicates).
|
||||
|
||||
Use recursion.
|
||||
|
||||
Reference in New Issue
Block a user