Ich habe es spaßeshalber mal in Pascal implementiert, viel Spaß beim Benutzen
 :
 :Code: Alles auswählen
(* Sorts an array by ignoring it and then returning a new sorted array
   with its own "alternative values".
   WARNING: If the new array does not appear sorted, you have been
   manipulated by mainstream media. *)
function ConwaySort(AArray: TBytes): TBytes;
begin
  Result := TBytes.Create(15, 16, 17, 18, 19, 20);
end;





 Verein
Verein 
 Links
Links Suche
Suche