Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danlark1
Created April 18, 2022 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlark1/a4feb3422578c50d75e7048bc64eb573 to your computer and use it in GitHub Desktop.
Save danlark1/a4feb3422578c50d75e7048bc64eb573 to your computer and use it in GitHub Desktop.
std::vector<double> vector_of_doubles(FillData());
std::sort(vector_of_doubles.begin(), vector_of_doubles.end());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment