diff --git a/数据结构与算法之美/数据结构和算法的碎片记录.md b/数据结构与算法之美/数据结构和算法的碎片记录.md index 26058be..bb74571 100644 --- a/数据结构与算法之美/数据结构和算法的碎片记录.md +++ b/数据结构与算法之美/数据结构和算法的碎片记录.md @@ -1,2 +1,4 @@ - 要有对时间复杂度的敏感性,如 length 不能遍历查找 -- 数据结构的选择,要比算法优化更重要 \ No newline at end of file +- 数据结构的选择,要比算法优化更重要 +- 凡有序,必二分 +- 凡二分,时间复杂度必包含 O(logn) \ No newline at end of file