meaning of sort

1. Chance; lot; destiny.
2.
A kind or species; any number or collection of individual persons or things characterized by the same or like qualities; a class or order; as, a sort of men; a sort of horses; a sort of trees; a sort of poems.
3.
Manner; form of being or acting.
4.
Condition above the vulgar; rank.
5.
A chance group; a company of persons who happen to be together; a troop; also, an assemblage of animals.
6.
A pair; a set; a suit.
7.
Letters, figures, points, marks, spaces, or quadrats, belonging to a case, separately considered.
8.
To separate, and place in distinct classes or divisions, as things having different qualities; as, to sort cloths according to their colors; to sort wool or thread according to its fineness.
9.
To reduce to order from a confused state.
10.
To conjoin; to put together in distribution; to class.
11.
To choose from a number; to select; to cull.
12.
To conform; to adapt; to accommodate.
13.
To join or associate with others, esp. with others of the same kind or species; to agree.
14.
To suit; to fit; to be in accord; to harmonize.
15.
sort 1. algorithm> To arrange a collection of items in some specified order. The items - records in a file or data structures in memory - consist of one or more fields or members. One of these fields is designated as the "sort key" which means the records will be ordered according to the value of that field. Sometimes a sequence of key fields is specified such that if all earlier keys are equal then the later keys will be compared. Within each field some ordering is imposed, e. g. ascending or descending numerical, lexical ordering, or date. Sorting is the subject of a great deal of study since it is a common operation which can consume a lot of computer time. There are many well-known sorting algorithms with different time and space behaviour and programming complexity. Examples are quicksort, insertion sort, bubble sort, heap sort, and tree sort. These employ many different data structures to store sorted data, such as arrays, linked lists, and binary trees. 2. The Unix utility program for sorting lines of files. Unix manual page: sort1.
16.
an approximate definition or example; "she wore a sort of magenta dress"; "she served a creamy sort of dessert ">thing"


Related Words

sort | sort of | sort out | sort program | sortable | sortably | sortal | sortance | sorted | sorter | sortes | sortie | sortilege | sortilegious | sortilegy | sorting | sorting algorithm | sorting program | sortition | sortment |

Developed & Maintained By Taraprasad.com

Treasure Words