stl sort in c++


// STL IN C++ FOR SORING
#include <bits/stdc++.h> 
#include <iostream> 
using namespace std; 
int main() 
{ 
    int arr[] = {1, 5, 8, 9, 6, 7, 3, 4, 2, 0}; 
    int n = sizeof(arr)/sizeof(arr[0]); 
    sort(arr, arr+n);  // ASCENDING SORT
    reverse(arr,arr+n);   //REVERESE ARRAY 
    sort(arr, arr + n, greater<int>());// DESCENDING SORT
  } 

4
2
Mason M2J 85 points

                                    sort(arr, arr+n); // sorts in ascending order

4 (2 Votes)
0
0
8
Yashel 95 points

                                    std::vector s = {5, 1, 3, 6, 2,};
std::sort(s.begin(), s.end());

0
0
4.17
6
3jane 120 points

                                    #include &lt;algorithm&gt;    // std::sort

int myints[] = {32,71,12,45,26,80,53,33};
// using default comparison (operator &lt;):
std::sort (myvector.begin(), myvector.begin()+4);           //(12 32 45 71)26 80 53 33

// fun returns some form of a&lt;b
std::sort (myvector.begin()+4, myvector.end(), myfunction); // 12 32 45 71(26 33 53 80)

4.17 (6 Votes)
0
4.2
5
P edant 95 points

                                    sort(arr, arr+n, greater&lt;int&gt;()); // sorts in descending order

4.2 (5 Votes)
0
3
1
CDCM 125 points

                                     int arr[]= {2,3,5,6,1,2,3,6,10,100,200,0,-10};
    int n = sizeof(arr)/sizeof(int);  
    sort(arr,arr+n);

    for(int i: arr)
    {
        cout &lt;&lt; i &lt;&lt; &quot; &quot;;
    }

3 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
sort string in c++ using stl sorting function tc in c++ stl cpp sort function\ sort() in c++ library sorting using c++ std array sort in c++ function for sorting array in c++ stl what sort does sort stl in cpp use array sort in stl arrays.sort c++ sorting using standard libraryu cpp sort a array using stl sorting in place c++ stl sorting used in stl implement sort in cpp how can you sort array in c++ using stl c++ sort array method sorting algorithms in c++ stl sort decending cpp stl sort in c++ by which sort what sorting algorithm does stl.sort use how to sort data in cpp stl which sorting algorithm is used in the c++ sort stl c plus plus sort c++ sort syntax sort() cpp which sort algorithm does c++ how to use sort function in c++ sort() is stl? sort in std c++ custom sorting a strign in c++ cpp sort an array sort function code in c++ stl sort array sort c++ code STL sort c++ how to sort an array in c++ stl which sorting algorithm sort() function in cpp uses sorting in c++ program function sort c++ sort stl library c++ Sort Array function in c++ sorting std c++ sorting array in c++ stl sort array in c++ using stl cpp stl sorting stl sort function use string sort stl sort function syntax in c++ sort technique in c ++ c++ std sort by array sort function in c++ which sorting algorithm C++ stl sort uses sort () in c++ sorting for cpp stl sort implementation which sorting algorithm is used in stl in c++ sort algorith stl c++ sort arr in C++ stl stl for sorting an array cpp array sort string sort in c++ stl std::sort in cpp how to make sort function in c++ inbuilt sorting in c++ sorting in cpp what does stl sort use sort function library in c++ what sorting algorithm does sort function in c++ use how to use sort stl function stl sort function in c++ sort function in c++ operator array sort c++ sort function in c++ uses sort method in stl which sort is used in cpp stl how to use this in sort c++ stl sort for cpp stl sort cpp reference stl sort in cpp implementation of c++ stl sort sort() in c++ stl sort structure c++ c++ use which sort c++ sorting algorithm std::sort() in C++ sort stl in c++ code sort c++ syntax include sort c++ sort stl in cpp stl sorting method sort cpp easiest sorting algorithm c++ to implement c++ stl sort of arr in c++ c++ standard sorting algorithm c++ stl sorting algorithms sort function of stl uses which sorting? best sorting in c++ best sorting in c+= which sort does stl sort use sort according to function c++ sort() in cpp how to include sort c++ inbuilt function for sorting in c++ what is sort function in c++ sorting a structure in c++ stl sorting using std sort c++ order by cpp sorting algorithm c++ incresing order sort cpp which sorting method does the stl sort function use in c++ which sorting method does the stl sort function use stl function to sort an array sort() library in c++ sort command c++ cpp sort function is which sort algorithm STL sort function of c++ sorting in c++ using srtlo sort() in c++ how to sort in stl which sorting stl use sort stl sort in c++ coustom function sort function in cpp how to use sort() in c++ sort() inc ++ sort string c++ stl when we use the sort function in c++ which sort is used array sort stl sort stl function in c++ sorting program c++ cpp std::sort using sort algorithm c++ declare function in sort stl sort c++ algorithm sorting a string in c++ using stl sort stl in c++ sort with stl sort in c++ stl sorting stl in c++ stl sort algorithm c++ sorting in stl stl sort array in c++ sort in stl c++ std sort which sorting algorithm does STL use stl cpp sort std sort in c++ sort an array in c++ using stl sort array cpp arr sort cpp sort stl function using sort function in c++ sort() function in c++ using stl c++ sort on a array c++ sort sorting with c++ sort in cpp stl sort function cpp stl array sort how to sort in c++ stl std::string sort in cpp how to sort using stl in built sort function in c++ sort an array of integers in non-increasing order c++ sort algorithm.h sorting template c++ sorting with comparator c++ sort fuction in cpp compartor function in c++ sorting logic c++ how to give our own comparator for array in c++ sort function for array in c++ cpp sort decending order header file for sort descending sort cpp sorting an array using stl sort in descending order in stl c++ sorting an array c++ std sort array sorting the array in c++ how to sort array in c++ with for sort header in cpp std::sort for array sort algorithm c++ array cpp sort array sort highest to lowest c++ compare function in sort c++ compare function c++ sort sorting in c++ with custom function sorting in c++ geeksforgeeks c++ order array by size algorithm sortc++ sort stl array c++ sort class sort an array using stl sort array of integers cpp sorting stl in cpp sort by function c++ c++ sort string string array sort c++ how to sort array elements in cpp sort a list of strings in c++ stl sorting in c++ sort a string array ascendingl c++ c++ stl sort descending order how to sort a c++ array array sorting algorithms c++ array sorting algorims c++ sort according to a function c++ array sorting in algorithm library c++ sort by similar elements array c++ sorting array c++ return type of sort stl how to sort an array c++ by value size sorting code in c++ sort in reverse c++ how to sort a array in cpp sort arr c++ sort array of integers c++ how to sort array cpp sort numbers in c++ sort elements in c++ STL sort function cpp sort in c++ header file cpp std sort reverse sort with our function c++ defining another function for sort in C++ sort array c++ ascending function sorting array cpp cpp stl sort sort array int in c++ how to sort int array in c++ sort funtion stl sorting function in cpp sort function comparator c++ sort stl gfg sort stl first uses gfg import short in c++ std sort array c++ sorting comparator how to use sort function in cpp library package for sort function in c++ stl sort array using stl is sort a function in a c sorting using comparator c++ c++ sort algorithm library comparator in sort c++ sort(all(s)) is stl sort c++ is best built in function to sort array in c++ function to make array elementd ordered in cpp sort class c++ c++ built in sorting algorithms sorting in any order in C++ ascending order and descending number using algorithm library c++ syntax for sort in stl c++ sorting array in c++ code sort(arr arr+n) in c++ stl sort in c++descending c++ built in sort sort using c++ function to sort an array in cpp function to sort a array in cpp sort using stl sort in array c++ sort an array in c++ command sort in descending order stl default sort in c++\ compare sorting function in c++ c++ stl sort array Sorting in array in c++ custom comparator in sort c++ c++ sort array by value compare functiokn in stl sort stl algorithms in c++ sort compare function c++ arr.sort in c++ sort(a,a+n,greater&lt;int&gt;()); stl library for sorting STL liib for sorting sort without library in cpp sort comparator function c++ what is the meaning of sort(a,a+n) in cpp sort() in c sort in c++ using stl how to use comp function in sort in stl c++ selection sort c++ sort array std sort function sort an array in cpp sort(arr arr+n) sort(arr , arr+n) header file for sort in c++ sort c++ stl with comparotor compartor sort c++ stl custom sort c++ stl sort functionn in stl sorting arrays in c++ c++ sorting using stl sort with stl template sort an array in descending order cpp stl sort reverse c++ sort greater int c++ sort array stl sort array in stl stl c++ sort time complexity stl c++ count sort predefined sort function in vector c++ in built function in c ++ to sort the array sort array c++ stl sort arrays in c++ sorting order in c++ sorting inreverse direction sorting algo in c++ custom sort function c++ array sort using stl sorting cpp user defined sorting in c++ using comparator bubble sort c++ reverse sort in c++ how to write array sort function c++ std sort sort std c++ sort by comparator c++ sort c++ stl working sort c++ function sort in c++ algorithm.h cpp custom sort vector sort function sorting an array in c++ with inbuilt sort function sort in c++ using function sort()in c++ how to sort using c++ stl std::sort cpp stl sort header file cpp inbuilt sorting definition of c++ std::sort c++ sorting algorithms array sorting algorithm c++ std::sort in c of sort function in c++ comparator function for sort for descending order stl sort array c++ sorting an array in c++ program sort funtion in cpp array,sort in cpp cpp stl sort arra cpp sort algorithm using sort func\ sort(a,a+6) cplus array.sort in cpp sort a string in c++ how to sort an integer in ascending order using C++ function sorting algorithms in cpp predefined function in c++ for sorting an array array sort library c++ sorting function in c++ sort array by size c++ std::sort vs array.sort cpp sorting algorithms c++ sort array +/c+ sort array function in cpp array sorting in cpp sort function in array sort in array cpp sort() stl sport an array c++ can we sort an array in o(n) c++ c++ sort an array library for sort function in c++ c++ array sort algorithm sort an array in c++ code c++ sort algorithm function sort function use sorting algorithms using stl library sorting using stl library sort in c++ function sorting part of array cpp sorting string in cpp order crossover c++ sort function in c++ library standard lib to sort array in c++ sort syntax in standard template library c++ predefined sorting array in c++ sorting array using stl sort descending stl sort string in c++ inbuilt sort in c++ code how to write a sort function like stl in c++ decreasing sort stl in C++ how to sort array c++ c++ inbuilt sort function array sort c++ stl syntax of sort function in c++ sort array c++ ascending sort an array in ascending order c++ sorting an array in cpp sorting in descending order c++ sort set c++ sort in stl c++ is there any sort function in array in c++ stl sort descending sort array in c++ function sort cpp library to print in ascendiung order using sort in c++ stl sort ascending inbuilt c++ function to sort an array sort std in c++ std::Array sort front and back c++ sort array function c++ sorted array sort array in c++ sort() stl returns what std srot how c std sort works c++ include sorting c++ include sort how to sort using comparator c++ sort arrays inn c++ is sort a built in function in c++ sort array in ascending order c++ sort string c++ sort(a+p,a+q) c++ what file is needed for sorting in c++ custom comparator sort c++ std vector sort stl c++ sort c+ sorting c++ sort array library algorithm sort c++ comparison function sort c++ c++ sort array ascending sort with user defined comparator c++ funcrion for reverse sorting in c++ sorting function for array in cpp with 3 arguments how to sort array using stl c++ c++ sort compare function sort function in c++ in descending order vector functions c++ sort sorting sytems c++ algorithm sort c++ iterator parameters of inbuilt sort function sort function header file function for sorting array in c++ sort array in ascending order cpp void Sort c++ how to arrange elements in ascending order in array in c++ user defined function for sorting using c++ sort using some function in c++ how to sort an array in descending order in c++ using stl; override default sort function in c++ sort() descending c++ vector sort algorithm c++ c++ sorted how to sort array in descending order in c++ order array c++ sorting a vector c++ method to sort array in c++ c++ algorithm sorting how to sort numbers in increasing order in c++ with sort sorting c++ std library for sort in c++ stl for sort stl for sort c++ program stdlib c++ sort() c++ function for sortin comparator for sort c++ sort array c++ c++ algorithm library sort c++ sort function syntax stl sort begin sort in c++ on array standard library in c++ for sort how to use sorting algorithm as stl c++ writing function to sort algorithm sort an array in descending order in c++ a, b, c = sorted c++ arrays.sort in c++ sort st c++ c++ sort function array C algorithm sort how to sort an array in cpp using sort function sort in stl library stl sorting algorithms c++ sort an array of integers how to sort a array in c++ C++ how to sort an array C++ how to sort and array c++ sort array functionm sort in descinding order c++ stl compare function cpp in sort stl for soting c++ stl sort comparator std::sort c++ array sort c++ cmp how to use sort stl in c++ sorting stl soritng an array c++ how ot sort array in c++ sort( greater&lt;int&gt;) c++ array sort in function in c++ stl for sorting IN C++ sort() c++ array sort in algorithm c++ sort array in c++ with stl using comparator in c++ sort sort() c++ library c++ sort compare function' cpp import sort sort an arr in c++ self defined in sort in c++ sorte c+= example sorting function c++ stl sort c++ sort reverse sort(all(vals))c++ bool compare function c++ sort descending c++ stl sort c++ manual writing comparator for sort in c++ sort function in c++ uses which algorithm how to use inbuilt sort function in c++ sort a segment of an array in c++ using stl c++ sort vector custom function header for sort in c++ how to write compare function for sort in c++ sort documentation cpp in-order function c++ c++ .sort std sort c++ sorting c++ custom sort comparator c++ sorts c++ sorting library in c++ c++ sort algorithm sort array from least to greatesr c++ function how to use sort in Cpp c++ sort exaple sort array using sort function c++ how to sort an array using stl sort comparator c++ c++ sort comparator write own bool comp in sort c++ c++ sort comparator function example what is greater&lt;int&gt; in sort function of c++ descending order sorting in c++ C++ order array compare function of sort in c++ c++ custom sort sorting of array in cpp header file for sort function in c++ sort array in c++ ascending order c++ sort stl sortingf c++ .sort in c++ comparator function in c++ array sort in cpp how to change the sort in c++ sort header c++ defining your own sort c++ sort in c++; array sort c++ function sort greater int c++ sort array of int c++ sort in increasing using comparator c++ sample sort c++ sort(budget,budget+n); means in c++ which sort used in setl function cpp sort in cpp std sort algorithm c++ sorting in c++ stl comparator sort cpp reverse sorting in c++ sort based on comp c++ sort with respect to a parameter in c++ sorting a in c++ c++ inbuilt sorting function algorithms custom comparator c++ comparator in c++ gfg comparator class in c++ gfg comparator sort c++ sort an array cpp sort array in cpp stl import in c++ for sort comparator c++ is there any direct sort function in strings in c++ comp function c++ sort() c++ doc sorting array in c++ reverse sort c++ string sort comparator c++ c++ array sort how to sort array in c++ sorting of array in c++ sort function in stl c++ sorting array sort function stl c++ soring in cpp arry in accending order in c++ inbuilt sort function in c++ code to sort an array in c++ sorting comparartor function ([]) conditional sorting in c++ inbuilt funcion sort library in c++ c++ predefined sort function array sort a array cpp std sort c++ string standard sort c++ hoe to sort an array in c++ sort a array c++ std::sort c++ sorting an array using sort function in c++ sort c++\ built in sort function in c++ sort c++ custom comparator sort int vector c++ compator to sort strings cpp sorting inplace STL C++ inbuilt function to sort a vector in c++ decending sort in c++ sorting an array cpp write custom comparator for sort in c++ c++ module to sort an array which library do sort in c++ c++ comparator c++ sort() how does sort work c++ how to specify which sort to apply in C++ sort vector in c++ sort array in cpp cutom comparator c++ stl how to sort in c++ how to customize sort stl in cpp c++ sorting a predefined array number of operations of sorting in c++ order of sorting in c++ sort with comparator c++ compare function for sort in c++ sort(arr ,arr+n) by default uses which type of sort function sort array cpp function sort c++ library sort array stl how to sort array in C++; sort stl c++ modifing sort condittion in c++ stl function of sort in c++ sorting an array stl sort array function c++ sort function in algorithm c++ sort descending c++ sort decreasing c++ sort c++ reverse sort in descending order in c++ include for sort c++ sort in descending order c++ sort using key stl c++ sorting array in cpp using sort function in c++ for competitve programming array sorting in c++ sort with function c++ sort in c++ array sort fn in c++ c++ sorting library how sort array in c++ sorting an array in C++ c++ all stl sorts how to sort an array c++ function to sort array in c++ sort an array in c++ cpp comparator how to sort by second value where first must be small in cpp c++ sort array maintain order in custom sort c++ sorting with comparator cpp compare function in c++ sorting sort array in c++ using sort custom compare function in sort c++ custom sort c++ c++ sorrt USING SORT IN C++ sort numbers in descending order c++ how to sort in cpp comparator in c++ use std sort in c++ sort an array c++ sort in c++ descending order sort cpp stl vector.sort comp in sort c++ C++ library sorting sorting arrays in c++ wit libraries sort array by increasing or decreasing value cpp std:;sort c++ first sort algorithm c++ cmp sort stl sort function array.sort in c++ sort function in c++ stl c++ vector.sort comp function sort c++ what is the sort algorithm in the stl sort std::sort operator&lt; c++ sort include array sort cpp sort function in bits/stdc++.h sort comparator cpp cmp function in cpp for sort how does the sort compare function actually work in cpp sort stl cpp sort stl c++ is which sort simple c++ sorting program .begin .end sorting c++ how to sort an array by value in c+= how to return sorted array in cpp sort vector c++ sorting c++ stl cpp sort function stl sort in c++ c++ sort vector sort function c++ documentation c++ sort vector header file c++ std::sort sort in c++ library sorting in function c++ sort c++ stl cpp sort sort method c++ h sort c++ .sort() c++ sorting in c++ sort in c++ c++ sort library sort function in c++ sort function c++ sorting header file in c++ what header is sort in c++ sort c++ comp example sort algorithm c++ c++ algorithm sort sort() C++ sort cpp sort library c++ c++ sort function c++ vector sort c++ sorting sort c++ c++ stl sort c++ sort
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source