ScratchData LogoScratchData
Back to Bootstrap42's profile

Unique Sequence Permutations Evaluator

BOBootstrap42•Created November 19, 2024
Unique Sequence Permutations Evaluator
0
0
5 views
View on Scratch

Description

The USPE brute forces permutations of any set of elements; in this demo, you can press the spacebar to switch between an example with single digits and an example with single letters. If you wish to input your own data, the list you want to change is the one titled "set". Be cautious; the number of possible permutations is essentially equivalent to the factorial of the number of elements (i.e. 8 elements = 8! permutations = 40,320 permutations), Scratch's website's list limit is 200,000, and 9! is 362,880. If you have more than 9 elements, you should use TurboWarp. If you intend to use this code in your own program in some way, please provide credit.

Project Details

Project ID1098995213
CreatedNovember 19, 2024
Last ModifiedNovember 20, 2024
SharedNovember 20, 2024
Visibilityvisible
CommentsAllowed