Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Just like Sort, but works much more stupidly
ResourceFunction["StupidSort"][list] inefficiently sorts the elements of list into canonical order. |
Create an array of 10 random values:
In[1]:= |
Out[1]= |
Stupidly sort the random array:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License