About 5,850,000 results
Open links in new tab
  1. SORT Definition & Meaning - Merriam-Webster

    The meaning of SORT is a group set up on the basis of any characteristic in common : class, kind. How to use sort in a sentence. Synonym Discussion of Sort.

  2. SORT | English meaning - Cambridge Dictionary

    SORT definition: 1. a group of things that are of the same type or that share similar qualities: 2. the type of…. Learn more.

  3. SORT Definition & Meaning | Dictionary.com

    Sort definition: a particular kind, species, variety, class, or group, distinguished by a common character or nature.. See examples of SORT used in a sentence.

  4. Array.prototype.sort () - JavaScript | MDN

    Jul 20, 2025 · The sort() method of Array instances sorts the elements of an array in place and returns the reference to the same array, now sorted. The default sort order is ascending, built …

  5. sort () in Python - GeeksforGeeks

    May 5, 2025 · sort () method in Python sort the elements of a list in ascending or descending order. It modifies the original list in place, meaning it does not return a new list, but instead …

  6. Sort - Definition, Meaning & Synonyms | Vocabulary.com

    6 days ago · As a verb, it means "organize, categorize, or resolve" like when you sort your earrings by size or your math teacher helps you sort out what went wrong on the latest test.

  7. sort () in C++ STL - GeeksforGeeks

    Oct 10, 2025 · The sort () function is used to sort elements in a container or array. It provides a simple and efficient way to sort data in C++. Works on random-access iterators (arrays, …

  8. Sorting algorithm - Wikipedia

    In computer science, a sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order and lexicographical order, and either …

  9. Sort - definition of sort by The Free Dictionary

    1. To place or arrange according to class, kind, or size; classify: sorted the books into boxes by genre. See Synonyms at arrange. 2. To separate from others: sort the wheat from the chaff.

  10. Sort Visualizer

    A visualization of 15+ sorting algorithms, including Quick Sort, Merge Sort, Selection Sort and more!