-

   rss_forum_sources_ru

 - e-mail

 

 -

 LiveInternet.ru:
: 29.07.2007
:
:
: 80

:


,

, 29 2021 . 01:55 +
FasterHarder: (, ), ,
:

    for i := 2 to N do
    begin
    for j := N downto i do
    begin
    if(data[index[j]] < data[index[j - 1]]) then
    begin
    swap := index[j];
    index[j] := index[j - 1];
    index[j - 1] := swap;
    end;
    end;
    end;


: , , - /...

! , : , , , , )... !

https://forum.sources.ru/index.php?showtopic=421471&view=findpost&p=3847798

:  

: [1] []
 

:
: 

: ( )

:

  URL