mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 22:28:40 +08:00 
			
		
		
		
	Update intro_to_sort.md (#310)
“运行地快”,本想修正为”运行得快“,但觉得过于口语化,”运行快“更加符合书面用语
This commit is contained in:
		@ -66,7 +66,7 @@ comments: true
 | 
			
		||||
 | 
			
		||||
## 理想排序算法
 | 
			
		||||
 | 
			
		||||
- **运行地快**,即时间复杂度低;
 | 
			
		||||
- **运行快**,即时间复杂度低;
 | 
			
		||||
- **稳定排序**,即排序后相等元素的相对位置不变化;
 | 
			
		||||
- **原地排序**,即运行中不使用额外的辅助空间;
 | 
			
		||||
- **正向自适应性**,即算法的运行效率不会在某些输入数据下发生劣化;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user