Hallo,
okay, jedoch
In[23]:= selectionSortFalsch[RandomInteger[1000, max]]
ein Druckfehler, es muss selectSortHF[RandomInteger[1000,max]] heissen
During evaluation of In[23]:= Set::setps: RandomInteger[1000,max] in the
part assignment is not a symbol. >>
During evaluation of In[23]:= Set::setps: RandomInteger[1000,max] in the
part assignment is not a symbol. >>
During evaluation of In[23]:= Set::setps: RandomInteger[1000,max] in the
part assignment is not a symbol. >>
During evaluation of In[23]:= General::stop: Further output of
Set::setps will be suppressed during this calculation. >>
Out[23]= {61, 446, 741, 692, 2, 122, 904, 909, 125, 196, 730, 79, \
655, 933, 158, 552, 950, 482, 855, 932}
funktioniert nicht, das Ergebnis ist nicht sortiert; liste ist noch ein
Symbol (das bloss ohne HoldFirst nicht im Module sichtbar wird),
RandomInteger[1000, max] ist "nur" eine Expression, die mehrmals
evaluiert wird.