Home >                  	Term: merge sort  
merge sort
A sort algorithm that splits the items to be sorted into two groups, recursively sorts each group, and merges them into a final, sorted sequence. Run time is Θ(n log n).
- ส่วนหนึ่งของคำพูด: noun
 - อุตสาหกรรม/ขอบเขต: Computer science
 - Category: Algorithms & data structures
 - Government Agency: NIST
 
 			0   			 		
 ผู้สร้าง
- GeorgeV
 - 100% positive feedback