René's URL Explorer Experiment


Title: Algorithms library - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: it.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://it.cppreference.com/
registratihttps://it.cppreference.com/index.php?title=Speciale:CreaUtenza&returnto=cpp%2Falgorithm
entrahttps://it.cppreference.com/index.php?title=Speciale:Entra&returnto=cpp%2Falgorithm
Paginahttps://it.cppreference.com/cpp/algorithm
Discussionehttps://it.cppreference.com/index.php?title=Discussione:cpp/algorithm&action=edit&redlink=1
https://it.cppreference.com/cpp/algorithm
Leggihttps://it.cppreference.com/cpp/algorithm
Visualizza sorgentehttps://it.cppreference.com/index.php?title=cpp/algorithm&action=edit
Cronologiahttps://it.cppreference.com/index.php?title=cpp/algorithm&action=history
https://it.cppreference.com/cpp/algorithm
cpphttps://it.cppreference.com/cpp
Google Translatehttps://translate.google.com
quihttp://en.cppreference.com/w/Cppreference:MachineTranslations
Click here for the English version of this pagehttp://en.cppreference.com/cpp/algorithm
C++https://it.cppreference.com/cpp
Linguaggiohttps://it.cppreference.com/cpp/language
Concettihttps://it.cppreference.com/cpp/concept
Libreria di Utilitàhttps://it.cppreference.com/cpp/utility
Stringhehttps://it.cppreference.com/cpp/string
Contenitorihttps://it.cppreference.com/cpp/container
Iteratorihttps://it.cppreference.com/cpp/iterator
Libreria matematcahttps://it.cppreference.com/cpp/numeric
Input/outputhttps://it.cppreference.com/cpp/io
Localizzazionehttps://it.cppreference.com/cpp/locale
Espressioni regolarihttps://it.cppreference.com/cpp/regex
Operazioni atomicchehttps://it.cppreference.com/cpp/atomic
Multithreadinghttps://it.cppreference.com/cpp/thread
[edit]https://it.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
all_ofany_ofnone_ofhttps://it.cppreference.com/cpp/algorithm/all_any_none_of
for_eachhttps://it.cppreference.com/cpp/algorithm/for_each
countcount_ifhttps://it.cppreference.com/cpp/algorithm/count
mismatchhttps://it.cppreference.com/cpp/algorithm/mismatch
equalhttps://it.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttps://it.cppreference.com/cpp/algorithm/find
find_endhttps://it.cppreference.com/cpp/algorithm/find_end
find_first_ofhttps://it.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttps://it.cppreference.com/cpp/algorithm/adjacent_find
searchhttps://it.cppreference.com/cpp/algorithm/search
search_nhttps://it.cppreference.com/cpp/algorithm/search_n
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
copycopy_ifhttps://it.cppreference.com/cpp/algorithm/copy
copy_nhttps://it.cppreference.com/cpp/algorithm/copy_n
copy_backwardhttps://it.cppreference.com/cpp/algorithm/copy_backward
movehttps://it.cppreference.com/cpp/algorithm/move
move_backwardhttps://it.cppreference.com/cpp/algorithm/move_backward
fillhttps://it.cppreference.com/cpp/algorithm/fill
fill_nhttps://it.cppreference.com/cpp/algorithm/fill_n
transformhttps://it.cppreference.com/cpp/algorithm/transform
generatehttps://it.cppreference.com/cpp/algorithm/generate
generate_nhttps://it.cppreference.com/cpp/algorithm/generate_n
removeremove_ifhttps://it.cppreference.com/cpp/algorithm/remove
remove_copyremove_copy_ifhttps://it.cppreference.com/cpp/algorithm/remove_copy
replacereplace_ifhttps://it.cppreference.com/cpp/algorithm/replace
replace_copyreplace_copy_ifhttps://it.cppreference.com/cpp/algorithm/replace_copy
swaphttps://it.cppreference.com/cpp/algorithm/swap
swap_rangeshttps://it.cppreference.com/cpp/algorithm/swap_ranges
iter_swaphttps://it.cppreference.com/cpp/algorithm/iter_swap
reversehttps://it.cppreference.com/cpp/algorithm/reverse
reverse_copyhttps://it.cppreference.com/cpp/algorithm/reverse_copy
rotatehttps://it.cppreference.com/cpp/algorithm/rotate
rotate_copyhttps://it.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttps://it.cppreference.com/cpp/algorithm/random_shuffle
uniquehttps://it.cppreference.com/cpp/algorithm/unique
unique_copyhttps://it.cppreference.com/cpp/algorithm/unique_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_partitionedhttps://it.cppreference.com/cpp/algorithm/is_partitioned
partitionhttps://it.cppreference.com/cpp/algorithm/partition
partition_copyhttps://it.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttps://it.cppreference.com/cpp/algorithm/stable_partition
partition_pointhttps://it.cppreference.com/cpp/algorithm/partition_point
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_sortedhttps://it.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttps://it.cppreference.com/cpp/algorithm/is_sorted_until
sorthttps://it.cppreference.com/cpp/algorithm/sort
partial_sorthttps://it.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttps://it.cppreference.com/cpp/algorithm/partial_sort_copy
stable_sorthttps://it.cppreference.com/cpp/algorithm/stable_sort
nth_elementhttps://it.cppreference.com/cpp/algorithm/nth_element
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
lower_boundhttps://it.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttps://it.cppreference.com/cpp/algorithm/upper_bound
binary_searchhttps://it.cppreference.com/cpp/algorithm/binary_search
equal_rangehttps://it.cppreference.com/cpp/algorithm/equal_range
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
mergehttps://it.cppreference.com/cpp/algorithm/merge
inplace_mergehttps://it.cppreference.com/cpp/algorithm/inplace_merge
includeshttps://it.cppreference.com/cpp/algorithm/includes
set_differencehttps://it.cppreference.com/cpp/algorithm/set_difference
set_intersectionhttps://it.cppreference.com/cpp/algorithm/set_intersection
set_symmetric_differencehttps://it.cppreference.com/cpp/algorithm/set_symmetric_difference
set_unionhttps://it.cppreference.com/cpp/algorithm/set_union
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_heaphttps://it.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttps://it.cppreference.com/cpp/algorithm/is_heap_until
make_heaphttps://it.cppreference.com/cpp/algorithm/make_heap
push_heaphttps://it.cppreference.com/cpp/algorithm/push_heap
pop_heaphttps://it.cppreference.com/cpp/algorithm/pop_heap
sort_heaphttps://it.cppreference.com/cpp/algorithm/sort_heap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
maxhttps://it.cppreference.com/cpp/algorithm/max
max_elementhttps://it.cppreference.com/cpp/algorithm/max_element
minhttps://it.cppreference.com/cpp/algorithm/min
min_elementhttps://it.cppreference.com/cpp/algorithm/min_element
minmaxhttps://it.cppreference.com/cpp/algorithm/minmax
minmax_elementhttps://it.cppreference.com/cpp/algorithm/minmax_element
lexicographical_comparehttps://it.cppreference.com/cpp/algorithm/lexicographical_compare
is_permutationhttps://it.cppreference.com/cpp/algorithm/is_permutation
next_permutationhttps://it.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttps://it.cppreference.com/cpp/algorithm/prev_permutation
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
iotahttps://it.cppreference.com/cpp/algorithm/iota
accumulatehttps://it.cppreference.com/cpp/algorithm/accumulate
inner_producthttps://it.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttps://it.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttps://it.cppreference.com/cpp/algorithm/partial_sum
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
qsorthttps://it.cppreference.com/cpp/algorithm/qsort
bsearchhttps://it.cppreference.com/cpp/algorithm/bsearch
[edit]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
1 Non modifica le operazioni di sequenzaOriginal: Non-modifying sequence operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Non_modifica_le_operazioni_di_sequenzaOriginal:_Non-modifying_sequence_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
2 Modifica delle operazioni di sequenzaOriginal: Modifying sequence operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Modifica_delle_operazioni_di_sequenzaOriginal:_Modifying_sequence_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
3 Partizionamento operazioniOriginal: Partitioning operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Partizionamento_operazioniOriginal:_Partitioning_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
4 Ordinamento delle operazioni (su intervalli ordinati)Original: Sorting operations (on sorted ranges)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Ordinamento_delle_operazioni_(su_intervalli_ordinati)Original:_Sorting_operations_(on_sorted_ranges)The_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
5 Binarie (le operazioni di ricerca sui campi ordinati)Original: Binary search operations (on sorted ranges)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Binarie_(le_operazioni_di_ricerca_sui_campi_ordinati)Original:_Binary_search_operations_(on_sorted_ranges)The_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
6 Impostare le operazioni (su intervalli ordinati)Original: Set operations (on sorted ranges)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Impostare_le_operazioni_(su_intervalli_ordinati)Original:_Set_operations_(on_sorted_ranges)The_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
7 Heap operazioniOriginal: Heap operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Heap_operazioniOriginal:_Heap_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
8 Minimo / massimo le operazioniOriginal: Minimum/maximum operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Minimo_/_massimo_le_operazioniOriginal:_Minimum/maximum_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
9 Operazioni numericheOriginal: Numeric operationsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Operazioni_numericheOriginal:_Numeric_operationsThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
10 Libreria COriginal: C libraryThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.https://it.cppreference.com/cpp/algorithm#Libreria_COriginal:_C_libraryThe_text_has_been_machine-translated_via_Google_Translate._You_can_help_to_correct_and_verify_the_translation._Click_here_for_instructions.
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
all_ofany_ofnone_ofhttps://it.cppreference.com/cpp/algorithm/all_any_none_of
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_all_any_none_of&action=edit
for_eachhttps://it.cppreference.com/cpp/algorithm/for_each
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_for_each&action=edit
countcount_ifhttps://it.cppreference.com/cpp/algorithm/count
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_count&action=edit
mismatchhttps://it.cppreference.com/cpp/algorithm/mismatch
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_mismatch&action=edit
equalhttps://it.cppreference.com/cpp/algorithm/equal
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal&action=edit
findfind_iffind_if_nothttps://it.cppreference.com/cpp/algorithm/find
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find&action=edit
find_endhttps://it.cppreference.com/cpp/algorithm/find_end
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_end&action=edit
find_first_ofhttps://it.cppreference.com/cpp/algorithm/find_first_of
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_first_of&action=edit
adjacent_findhttps://it.cppreference.com/cpp/algorithm/adjacent_find
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_find&action=edit
searchhttps://it.cppreference.com/cpp/algorithm/search
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search&action=edit
search_nhttps://it.cppreference.com/cpp/algorithm/search_n
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search_n&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
copycopy_ifhttps://it.cppreference.com/cpp/algorithm/copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy&action=edit
copy_nhttps://it.cppreference.com/cpp/algorithm/copy_n
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_n&action=edit
copy_backwardhttps://it.cppreference.com/cpp/algorithm/copy_backward
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_backward&action=edit
movehttps://it.cppreference.com/cpp/algorithm/move
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move&action=edit
move_backwardhttps://it.cppreference.com/cpp/algorithm/move_backward
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move_backward&action=edit
fillhttps://it.cppreference.com/cpp/algorithm/fill
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill&action=edit
fill_nhttps://it.cppreference.com/cpp/algorithm/fill_n
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill_n&action=edit
transformhttps://it.cppreference.com/cpp/algorithm/transform
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform&action=edit
generatehttps://it.cppreference.com/cpp/algorithm/generate
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate&action=edit
generate_nhttps://it.cppreference.com/cpp/algorithm/generate_n
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate_n&action=edit
removeremove_ifhttps://it.cppreference.com/cpp/algorithm/remove
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove&action=edit
remove_copyremove_copy_ifhttps://it.cppreference.com/cpp/algorithm/remove_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove_copy&action=edit
replacereplace_ifhttps://it.cppreference.com/cpp/algorithm/replace
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace&action=edit
replace_copyreplace_copy_ifhttps://it.cppreference.com/cpp/algorithm/replace_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace_copy&action=edit
swaphttps://it.cppreference.com/cpp/algorithm/swap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap&action=edit
swap_rangeshttps://it.cppreference.com/cpp/algorithm/swap_ranges
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap_ranges&action=edit
iter_swaphttps://it.cppreference.com/cpp/algorithm/iter_swap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
reversehttps://it.cppreference.com/cpp/algorithm/reverse
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse&action=edit
reverse_copyhttps://it.cppreference.com/cpp/algorithm/reverse_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse_copy&action=edit
rotatehttps://it.cppreference.com/cpp/algorithm/rotate
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate&action=edit
rotate_copyhttps://it.cppreference.com/cpp/algorithm/rotate_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate_copy&action=edit
random_shuffleshufflehttps://it.cppreference.com/cpp/algorithm/random_shuffle
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_random_shuffle&action=edit
uniquehttps://it.cppreference.com/cpp/algorithm/unique
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique&action=edit
unique_copyhttps://it.cppreference.com/cpp/algorithm/unique_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique_copy&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_partitionedhttps://it.cppreference.com/cpp/algorithm/is_partitioned
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_partitioned&action=edit
partitionhttps://it.cppreference.com/cpp/algorithm/partition
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition&action=edit
partition_copyhttps://it.cppreference.com/cpp/algorithm/partition_copy
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_copy&action=edit
stable_partitionhttps://it.cppreference.com/cpp/algorithm/stable_partition
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_partition&action=edit
partition_pointhttps://it.cppreference.com/cpp/algorithm/partition_point
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_point&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_sortedhttps://it.cppreference.com/cpp/algorithm/is_sorted
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted&action=edit
is_sorted_untilhttps://it.cppreference.com/cpp/algorithm/is_sorted_until
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted_until&action=edit
sorthttps://it.cppreference.com/cpp/algorithm/sort
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort&action=edit
partial_sorthttps://it.cppreference.com/cpp/algorithm/partial_sort
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort&action=edit
partial_sort_copyhttps://it.cppreference.com/cpp/algorithm/partial_sort_copy
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort_copy&action=edit
stable_sorthttps://it.cppreference.com/cpp/algorithm/stable_sort
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_sort&action=edit
nth_elementhttps://it.cppreference.com/cpp/algorithm/nth_element
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_nth_element&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
lower_boundhttps://it.cppreference.com/cpp/algorithm/lower_bound
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lower_bound&action=edit
upper_boundhttps://it.cppreference.com/cpp/algorithm/upper_bound
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_upper_bound&action=edit
binary_searchhttps://it.cppreference.com/cpp/algorithm/binary_search
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_binary_search&action=edit
equal_rangehttps://it.cppreference.com/cpp/algorithm/equal_range
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal_range&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
mergehttps://it.cppreference.com/cpp/algorithm/merge
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_merge&action=edit
inplace_mergehttps://it.cppreference.com/cpp/algorithm/inplace_merge
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inplace_merge&action=edit
includeshttps://it.cppreference.com/cpp/algorithm/includes
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_includes&action=edit
set_differencehttps://it.cppreference.com/cpp/algorithm/set_difference
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_difference&action=edit
set_intersectionhttps://it.cppreference.com/cpp/algorithm/set_intersection
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_intersection&action=edit
set_symmetric_differencehttps://it.cppreference.com/cpp/algorithm/set_symmetric_difference
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_symmetric_difference&action=edit
set_unionhttps://it.cppreference.com/cpp/algorithm/set_union
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_union&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
is_heaphttps://it.cppreference.com/cpp/algorithm/is_heap
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap&action=edit
is_heap_untilhttps://it.cppreference.com/cpp/algorithm/is_heap_until
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap_until&action=edit
make_heaphttps://it.cppreference.com/cpp/algorithm/make_heap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_make_heap&action=edit
push_heaphttps://it.cppreference.com/cpp/algorithm/push_heap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_push_heap&action=edit
pop_heaphttps://it.cppreference.com/cpp/algorithm/pop_heap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_pop_heap&action=edit
sort_heaphttps://it.cppreference.com/cpp/algorithm/sort_heap
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort_heap&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
maxhttps://it.cppreference.com/cpp/algorithm/max
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max&action=edit
max_elementhttps://it.cppreference.com/cpp/algorithm/max_element
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max_element&action=edit
minhttps://it.cppreference.com/cpp/algorithm/min
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min&action=edit
min_elementhttps://it.cppreference.com/cpp/algorithm/min_element
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min_element&action=edit
minmaxhttps://it.cppreference.com/cpp/algorithm/minmax
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax&action=edit
minmax_elementhttps://it.cppreference.com/cpp/algorithm/minmax_element
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax_element&action=edit
lexicographical_comparehttps://it.cppreference.com/cpp/algorithm/lexicographical_compare
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lexicographical_compare&action=edit
is_permutationhttps://it.cppreference.com/cpp/algorithm/is_permutation
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_permutation&action=edit
next_permutationhttps://it.cppreference.com/cpp/algorithm/next_permutation
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_next_permutation&action=edit
prev_permutationhttps://it.cppreference.com/cpp/algorithm/prev_permutation
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_prev_permutation&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
iotahttps://it.cppreference.com/cpp/algorithm/iota
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iota&action=edit
accumulatehttps://it.cppreference.com/cpp/algorithm/accumulate
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_accumulate&action=edit
inner_producthttps://it.cppreference.com/cpp/algorithm/inner_product
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inner_product&action=edit
adjacent_differencehttps://it.cppreference.com/cpp/algorithm/adjacent_difference
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_difference&action=edit
partial_sumhttps://it.cppreference.com/cpp/algorithm/partial_sum
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sum&action=edit
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
qsorthttps://it.cppreference.com/cpp/algorithm/qsort
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_qsort&action=edit
bsearchhttps://it.cppreference.com/cpp/algorithm/bsearch
Google Translatehttps://translate.google.com
herehttp://en.cppreference.com/w/Cppreference:MachineTranslations
[modifica]https://it.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_bsearch&action=edit
Categoriehttps://it.cppreference.com/Speciale:Categorie
Pagine che utilizzano tag source deprecatihttps://it.cppreference.com/index.php?title=Categoria:Pagine_che_utilizzano_tag_source_deprecati&action=edit&redlink=1
Pagine che utilizzano tag enclose deprecatihttps://it.cppreference.com/index.php?title=Categoria:Pagine_che_utilizzano_tag_enclose_deprecati&action=edit&redlink=1
Pagina principalehttps://it.cppreference.com/Pagina_principale
Ultime modifichehttps://it.cppreference.com/Speciale:UltimeModifiche
Una pagina a casohttps://it.cppreference.com/Speciale:PaginaCasuale
Aiuto su MediaWikihttps://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://it.cppreference.com/cpp/algorithm
Puntano quihttps://it.cppreference.com/Speciale:PuntanoQui/cpp/algorithm
Modifiche correlatehttps://it.cppreference.com/Speciale:ModificheCorrelate/cpp/algorithm
Carica un filehttp://upload.cppreference.com/w/Special:Upload
Pagine specialihttps://it.cppreference.com/Speciale:PagineSpeciali
Versione stampabilejavascript:print();
Link permanentehttps://it.cppreference.com/index.php?title=cpp/algorithm&oldid=27338
Informazioni paginahttps://it.cppreference.com/index.php?title=cpp/algorithm&action=info
العربيةhttp://ar.cppreference.com/cpp/algorithm
Deutschhttps://de.cppreference.com/cpp/algorithm
Englishhttp://en.cppreference.com/cpp/algorithm
Españolhttp://es.cppreference.com/cpp/algorithm
Françaishttp://fr.cppreference.com/cpp/algorithm
日本語http://ja.cppreference.com/cpp/algorithm
Portuguêshttp://pt.cppreference.com/cpp/algorithm
Русскийhttp://ru.cppreference.com/cpp/algorithm
Türkçehttp://tr.cppreference.com/cpp/algorithm
中文http://zh.cppreference.com/cpp/algorithm

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.