vault backup: 2022-07-16 10:13:40

This commit is contained in:
juan 2022-07-16 10:13:40 +08:00
parent f899170817
commit ec7733cae6
4 changed files with 5 additions and 2 deletions

2
.obsidian/app.json vendored
View file

@ -9,7 +9,7 @@
"foldHeading": true, "foldHeading": true,
"alwaysUpdateLinks": true, "alwaysUpdateLinks": true,
"showUnsupportedFiles": true, "showUnsupportedFiles": true,
"attachmentFolderPath": "files", "attachmentFolderPath": "_files",
"defaultViewMode": "preview", "defaultViewMode": "preview",
"fileSortOrder": "byCreatedTime", "fileSortOrder": "byCreatedTime",
"showFrontmatter": true, "showFrontmatter": true,

View file

@ -71,7 +71,10 @@ simple BFS, for each level, connect the node to the next.
Remember to get the for loop right. Remember to get the for loop right.
##### ##### BFS-like iteration, two pointers
We utilize the ->next property to link ptr->left->right->next to ptr->right->left
##### Also can be done with DFS ##### Also can be done with DFS

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB