Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
16
Library introduction
[library]
16.5
Library-wide requirements
[requirements]
16.5.5
Conforming implementations
[conforming]
16.5.5.8
Requirements for stable algorithms
[algorithm.stable]
1
#
When the requirements for an algorithm state that it is “stable” without further elaboration, it means:
(1.1)
For the sort algorithms the relative order of equivalent elements is preserved
.
(1.2)
For the remove and copy algorithms the relative order of the elements that are not removed is preserved
.
(1.3)
For the merge algorithms, for equivalent elements in the original two ranges, the elements from the first range (preserving their original order) precede the elements from the second range (preserving their original order)
.