笔记备份:2025-06-27 15:17:05

This commit is contained in:
2025-06-27 15:17:05 +08:00
parent f22f9391d2
commit adf98308a2
5 changed files with 48 additions and 13 deletions

View File

@@ -280,11 +280,11 @@
}
},
"2025-06-27": {
"totalDelta": 2361,
"totalDelta": 2634,
"files": {
"A1-Work/数据结构与算法/笔记.md": {
"initial": 673,
"current": 3034
"current": 3307
}
}
}

View File

@@ -328,20 +328,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 2002,
"wordCount": 2086,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 6.673333333333333,
"characterCount": 3309,
"nonWhitespaceCharacterCount": 2801,
"newlineCount": 91,
"readingTimeInMinutes": 4.089132075471698,
"pageCount": 6.953333333333333,
"characterCount": 3630,
"nonWhitespaceCharacterCount": 3092,
"newlineCount": 103,
"readingTimeInMinutes": 4.271320754716981,
"linkCount": 0,
"embedCount": 2,
"embedCount": 3,
"aliases": null,
"createdDate": 1750925438433,
"modifiedDate": 1751008220860,
"sizeInBytes": 7575,
"modifiedDate": 1751008565077,
"sizeInBytes": 8052,
"sessionStart": {
"noteCount": 1,
"pageCount": 4.8566666666666665,
@@ -431,6 +431,33 @@
"nonWhitespaceCharacterCount": 0,
"newlineCount": 0
}
},
"A5-Attachments/rVyq9113x3um78ElSg0CC2Z5OK5L1G5HlYO7CdOyl2Qugr_IDYmcTn4wbcOBYzHrzNoxbW9e4d9tTgz0lEHEpQ.png": {
"isCountable": false,
"targetNodeType": "file",
"noteCount": 0,
"wordCount": 0,
"wordCountTowardGoal": 0,
"wordGoal": 0,
"pageCount": 0,
"characterCount": 0,
"nonWhitespaceCharacterCount": 0,
"newlineCount": 0,
"readingTimeInMinutes": 0,
"linkCount": 0,
"embedCount": 0,
"aliases": [],
"createdDate": 1751008564326,
"modifiedDate": 1751008564326,
"sizeInBytes": 55808,
"sessionStart": {
"noteCount": 0,
"pageCount": 0,
"wordCount": 0,
"characterCount": 0,
"nonWhitespaceCharacterCount": 0,
"newlineCount": 0
}
}
}
}

View File

@@ -260,6 +260,7 @@
},
"active": "e031a957e3c97dd2",
"lastOpenFiles": [
"A5-Attachments/rVyq9113x3um78ElSg0CC2Z5OK5L1G5HlYO7CdOyl2Qugr_IDYmcTn4wbcOBYzHrzNoxbW9e4d9tTgz0lEHEpQ.png",
"A5-Attachments/l8sP9_Qk3OEpp86Wf5_JiVUT86BHXQpefUD9M1ALmjYgqEeslm5W2EXGb0wY0Ec2hNQ4MvLZSSc9oowhlKWaqA.png",
"A1-Work/数据结构与算法/笔记.md",
"A5-Attachments/oKzpX-WM0UYTWyzmGVwow8EHzdE7huUI1vD71WM_6LkwvsU9IIFJC2GUmDKUnG1Zs_Pc9QvMWS-6oxR882wUcQ.png",
@@ -287,7 +288,6 @@
"A5-Attachments/W1OlwK1lt9yCH7nvcmxBJuv0J_Y_fQ0a8VYSMWTsJW8G9BnBk5RgCFojclQ5IKbYkfv9sUBWqow4ac8xK3DleQ.png",
"A5-Attachments/VlJetXxMbOmDIxOlHFMvI6VbBxJDialwh-oNKdq97kZsxMXX4XxrrHwNhDoloEb_o4Y887UpmYZHKtPD55vSyg.png",
"A5-Attachments/utqaWQNiBCINUfBf8zcZbb-lJoU8RzrDF4W4uy80h4oM9_s4tgPRDejfjfqIFhi9Y5GLYcJHtICSfDXRGyF3Tg.png",
"A5-Attachments/Tk_1Nbq-_mXdi8Y1undKb-qXpfKZ3s53WGgAE5oM3YBjxVlycjmCRL_iBqldivjezYdv-kDjRP5igVtgxjsG5g.png",
"conflict-files-obsidian-git.md",
"A3-Tools/SSH",
"A0-Diary/广铁笔试.md",

View File

@@ -92,4 +92,12 @@ $\text { 常数阶 }<\text { 对数阶 }<\text { 线性阶 }<\text { 线性对
我们通常只关注最差空间复杂度
- 以最差输入数据为准
- 以算法运行中的峰值内存为准
- 以算法运行中的峰值内存为准
在递归函数中需要注意统计栈帧空间
常见空间复杂度类型
$O(1)<O(\log n)<O(n)<O\left(n^{2}\right)<O\left(2^{n}\right)$
$\text { 常数阶 }<\text { 对数阶 }<\text { 线性阶 }<\text { 平方阶 }<\text { 指数阶 }$
![[A5-Attachments/rVyq9113x3um78ElSg0CC2Z5OK5L1G5HlYO7CdOyl2Qugr_IDYmcTn4wbcOBYzHrzNoxbW9e4d9tTgz0lEHEpQ.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB