diff --git a/数据结构与算法之美/数据结构和算法的碎片记录.md b/数据结构与算法之美/数据结构和算法的碎片记录.md new file mode 100644 index 0000000..26058be --- /dev/null +++ b/数据结构与算法之美/数据结构和算法的碎片记录.md @@ -0,0 +1,2 @@ +- 要有对时间复杂度的敏感性,如 length 不能遍历查找 +- 数据结构的选择,要比算法优化更重要 \ No newline at end of file