-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
1 lines (1 loc) · 7.16 KB
/
content.json
1
{"meta":{"title":"Hexo","subtitle":"","description":"","author":"John Doe","url":"https://wuzijian1997.github.io","root":"/"},"posts":[{"title":"Project3","date":"2022-08-10T17:03:27.000Z","path":"2022/08/10/Project3/","permalink":"https://wuzijian1997.github.io/2022/08/10/Project3/","categories":[],"tags":[]},{"title":"Project2","date":"2022-08-10T17:03:23.000Z","path":"2022/08/10/Project2/","permalink":"https://wuzijian1997.github.io/2022/08/10/Project2/","categories":[],"tags":[]},{"title":"","date":"2022-08-10T17:03:18.000Z","path":"2022/08/10/Project1/","permalink":"https://wuzijian1997.github.io/2022/08/10/Project1/","categories":[],"tags":[{"name":"Research Project","slug":"Research-Project","permalink":"https://wuzijian1997.github.io/tags/Research-Project/"}]},{"title":"ASBR Review - Sample-Based Path Planning Review","date":"2022-03-02T19:53:41.000Z","path":"2022/03/02/sample-based-path-planning-review/","permalink":"https://wuzijian1997.github.io/2022/03/02/sample-based-path-planning-review/","categories":[],"tags":[]},{"title":"ASBR Review - Robot Kinematics","date":"2022-02-28T15:49:27.000Z","path":"2022/02/28/ASBR-review-kinematics/","permalink":"https://wuzijian1997.github.io/2022/02/28/ASBR-review-kinematics/","categories":[{"name":"Algorithms for Sensor-Based Robotics","slug":"Algorithms-for-Sensor-Based-Robotics","permalink":"https://wuzijian1997.github.io/categories/Algorithms-for-Sensor-Based-Robotics/"}],"tags":[]},{"title":"Binary Search Tree","date":"2022-02-03T16:31:23.000Z","path":"2022/02/03/20220203BST/","permalink":"https://wuzijian1997.github.io/2022/02/03/20220203BST/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"BST","slug":"BST","permalink":"https://wuzijian1997.github.io/tags/BST/"}]},{"title":"DFS for Permutations","date":"2022-01-30T18:08:46.000Z","path":"2022/01/30/20200130subset/","permalink":"https://wuzijian1997.github.io/2022/01/30/20200130subset/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"DFS","slug":"DFS","permalink":"https://wuzijian1997.github.io/tags/DFS/"},{"name":"Permutations","slug":"Permutations","permalink":"https://wuzijian1997.github.io/tags/Permutations/"}]},{"title":"LeetCode 200. Number of Islands","date":"2022-01-24T23:59:54.000Z","path":"2022/01/24/number-of-island/","permalink":"https://wuzijian1997.github.io/2022/01/24/number-of-island/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"DFS","slug":"DFS","permalink":"https://wuzijian1997.github.io/tags/DFS/"},{"name":"BFS","slug":"BFS","permalink":"https://wuzijian1997.github.io/tags/BFS/"}]},{"title":"LeetCode 297. Serialize and Deserialize Binary Tree","date":"2022-01-15T20:18:10.000Z","path":"2022/01/15/serializebinarytree/","permalink":"https://wuzijian1997.github.io/2022/01/15/serializebinarytree/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"DFS","slug":"DFS","permalink":"https://wuzijian1997.github.io/tags/DFS/"},{"name":"BFS","slug":"BFS","permalink":"https://wuzijian1997.github.io/tags/BFS/"}]},{"title":"Contrust Binary Tree from Various Traversals","date":"2022-01-14T19:01:12.000Z","path":"2022/01/14/leetcode105/","permalink":"https://wuzijian1997.github.io/2022/01/14/leetcode105/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"Binary Tree","slug":"Binary-Tree","permalink":"https://wuzijian1997.github.io/tags/Binary-Tree/"}]},{"title":"Binary Tree Traversal","date":"2022-01-14T19:00:45.000Z","path":"2022/01/14/binaryTreeTraversal/","permalink":"https://wuzijian1997.github.io/2022/01/14/binaryTreeTraversal/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"Binary Tree","slug":"Binary-Tree","permalink":"https://wuzijian1997.github.io/tags/Binary-Tree/"}]},{"title":"Commonly Asked Sorting Algorithms Summary","date":"2022-01-14T03:14:34.000Z","path":"2022/01/13/SortSummary/","permalink":"https://wuzijian1997.github.io/2022/01/13/SortSummary/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"Sort","slug":"Sort","permalink":"https://wuzijian1997.github.io/tags/Sort/"}]},{"title":"Kadane's Algorithm","date":"2022-01-14T00:07:19.000Z","path":"2022/01/13/20200113/","permalink":"https://wuzijian1997.github.io/2022/01/13/20200113/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"Dynamic Programming","slug":"Dynamic-Programming","permalink":"https://wuzijian1997.github.io/tags/Dynamic-Programming/"}]},{"title":"LeetCode 76. Minimum Window Substring","date":"2022-01-11T20:52:37.000Z","path":"2022/01/11/20200111/","permalink":"https://wuzijian1997.github.io/2022/01/11/20200111/","categories":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"}],"tags":[{"name":"Sliding Window","slug":"Sliding-Window","permalink":"https://wuzijian1997.github.io/tags/Sliding-Window/"}]},{"title":"First-blog","date":"2022-01-11T01:26:09.000Z","path":"2022/01/10/second-blog/","permalink":"https://wuzijian1997.github.io/2022/01/10/second-blog/","categories":[{"name":"Rambling Digression","slug":"Rambling-Digression","permalink":"https://wuzijian1997.github.io/categories/Rambling-Digression/"}],"tags":[{"name":"love-letter","slug":"love-letter","permalink":"https://wuzijian1997.github.io/tags/love-letter/"}]}],"categories":[{"name":"Algorithms for Sensor-Based Robotics","slug":"Algorithms-for-Sensor-Based-Robotics","permalink":"https://wuzijian1997.github.io/categories/Algorithms-for-Sensor-Based-Robotics/"},{"name":"LeetCode","slug":"LeetCode","permalink":"https://wuzijian1997.github.io/categories/LeetCode/"},{"name":"Rambling Digression","slug":"Rambling-Digression","permalink":"https://wuzijian1997.github.io/categories/Rambling-Digression/"}],"tags":[{"name":"Research Project","slug":"Research-Project","permalink":"https://wuzijian1997.github.io/tags/Research-Project/"},{"name":"BST","slug":"BST","permalink":"https://wuzijian1997.github.io/tags/BST/"},{"name":"DFS","slug":"DFS","permalink":"https://wuzijian1997.github.io/tags/DFS/"},{"name":"Permutations","slug":"Permutations","permalink":"https://wuzijian1997.github.io/tags/Permutations/"},{"name":"BFS","slug":"BFS","permalink":"https://wuzijian1997.github.io/tags/BFS/"},{"name":"Binary Tree","slug":"Binary-Tree","permalink":"https://wuzijian1997.github.io/tags/Binary-Tree/"},{"name":"Sort","slug":"Sort","permalink":"https://wuzijian1997.github.io/tags/Sort/"},{"name":"Dynamic Programming","slug":"Dynamic-Programming","permalink":"https://wuzijian1997.github.io/tags/Dynamic-Programming/"},{"name":"Sliding Window","slug":"Sliding-Window","permalink":"https://wuzijian1997.github.io/tags/Sliding-Window/"},{"name":"love-letter","slug":"love-letter","permalink":"https://wuzijian1997.github.io/tags/love-letter/"}]}