摘要:
```python 算法时间复杂度:,最坏:k=2/n,O(n^2);最好:k=1或者n 1,O(n) 本算法不用排序 def n_k(list_input,k): for i in range(k,len(list_input)): max = float(" inf") for j in ran 阅读全文
摘要:
Winedt10 添加自定义功能,并在toolbar上添加快捷命令 功能描述: 用宏实现latex+bib参考文献的一键编译。 Remark: The toolbar is the most visible and commonly used interface to many actions (e 阅读全文