diff --git a/408Notes/.vuepress/config.js b/408Notes/.vuepress/config.js index 198d86e..2b606d1 100644 --- a/408Notes/.vuepress/config.js +++ b/408Notes/.vuepress/config.js @@ -56,7 +56,19 @@ module.exports = { editLinks: true, // 默认为 "Edit this page" editLinkText: '帮助我们完善此页面吧~' - } + }, + plugins: { + '@vssue/vuepress-plugin-vssue': { + platform: 'github-v4', //v3的platform是github,v4的是github-v4 + locale: 'zh', //语言 + // 其他的 Vssue 配置 + owner: 'KimYangOfCat', //github账户名 + repo: '2021-CSPostgraduate-408', //github一个项目的名称 + clientId: '0b51066b027f4cb4a5a3',//注册的Client ID + clientSecret: '4b816edafb10d7e828c0faaaa18df1e7d08585c2',//注册的Client Secret + autoCreateIssue:true // 自动创建评论,默认是false,最好开启,这样首次进入页面的时候就不用去点击创建评论的按钮了。 + }, + }, } function getDataStructureSidebar() { diff --git a/408Notes/ComputerNetwork/README.md b/408Notes/ComputerNetwork/README.md index 004be4c..7bd66f0 100644 --- a/408Notes/ComputerNetwork/README.md +++ b/408Notes/ComputerNetwork/README.md @@ -1,3 +1,8 @@ # 计算机网络 -内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 \ No newline at end of file +内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 + + + + + \ No newline at end of file diff --git a/408Notes/ComputerOrganization/README.md b/408Notes/ComputerOrganization/README.md index 986e8b5..de2dba7 100644 --- a/408Notes/ComputerOrganization/README.md +++ b/408Notes/ComputerOrganization/README.md @@ -1,2 +1,7 @@ # 计算机组成原理 -内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 \ No newline at end of file +内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 + + + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_0_Introduction/Doc_0_0_数据结构基本概念.md b/408Notes/DataStructure/DS_0_Introduction/Doc_0_0_数据结构基本概念.md index 9dd8a56..b43cb9f 100644 --- a/408Notes/DataStructure/DS_0_Introduction/Doc_0_0_数据结构基本概念.md +++ b/408Notes/DataStructure/DS_0_Introduction/Doc_0_0_数据结构基本概念.md @@ -121,3 +121,5 @@ ADT 是用数学化的语言定义数据的逻辑结构、定义运算。与其 ![image-20200616212530957](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810001239.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_0_Introduction/Doc_0_1_算法基本概念.md b/408Notes/DataStructure/DS_0_Introduction/Doc_0_1_算法基本概念.md index ab56ecd..d47701e 100644 --- a/408Notes/DataStructure/DS_0_Introduction/Doc_0_1_算法基本概念.md +++ b/408Notes/DataStructure/DS_0_Introduction/Doc_0_1_算法基本概念.md @@ -132,3 +132,5 @@ ![image-20200617003857723](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810001418.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_0_Introduction/Doc_0_2_错题总结.md b/408Notes/DataStructure/DS_0_Introduction/Doc_0_2_错题总结.md index 61a7528..fd5755e 100644 --- a/408Notes/DataStructure/DS_0_Introduction/Doc_0_2_错题总结.md +++ b/408Notes/DataStructure/DS_0_Introduction/Doc_0_2_错题总结.md @@ -55,4 +55,5 @@ ![image-20200620145307619](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810001615.jpg) - + + diff --git a/408Notes/DataStructure/DS_0_Introduction/README.md b/408Notes/DataStructure/DS_0_Introduction/README.md index 5ba5993..d7e0091 100644 --- a/408Notes/DataStructure/DS_0_Introduction/README.md +++ b/408Notes/DataStructure/DS_0_Introduction/README.md @@ -8,4 +8,5 @@ - + + diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_0_线性表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_0_线性表.md index 5b9ab5d..6c4d8d3 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_0_线性表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_0_线性表.md @@ -37,3 +37,6 @@ ![image-20200617171547528](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810002137.jpg) 注意⚠️:位序是用1开始计算的!!! + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_1_顺序表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_1_顺序表.md index d7d21c7..c6823b7 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_1_顺序表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_1_顺序表.md @@ -200,3 +200,5 @@ int LocateElem(SeqList L,int e){ ![image-20200618215837154](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810002215.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_2_单链表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_2_单链表.md index 62c67dc..2311151 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_2_单链表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_2_单链表.md @@ -180,3 +180,5 @@ PS:找不到对象就娶一个数据元素吧!哈哈 ![image-20200619173925151](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810004843.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_3_双链表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_3_双链表.md index 6c28e91..e55ba61 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_3_双链表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_3_双链表.md @@ -34,3 +34,5 @@ ![image-20200620155909044](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810005103.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_4_循环链表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_4_循环链表.md index 7fe2c8d..e5d19a2 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_4_循环链表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_4_循环链表.md @@ -36,3 +36,5 @@ ![image-20200620161033347](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810005803.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_5_静态链表.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_5_静态链表.md index d5a4643..d47381d 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_5_静态链表.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_5_静态链表.md @@ -28,3 +28,5 @@ ![image-20200620162709709](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810005841.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_6_章节总结.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_6_章节总结.md index 4bf2147..fc37e15 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_6_章节总结.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_6_章节总结.md @@ -40,3 +40,5 @@ ![image-20200620164325277](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010012.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/Doc_1_7错题总结.md b/408Notes/DataStructure/DS_1_LinearList/Doc_1_7错题总结.md index 773cec0..8067216 100644 --- a/408Notes/DataStructure/DS_1_LinearList/Doc_1_7错题总结.md +++ b/408Notes/DataStructure/DS_1_LinearList/Doc_1_7错题总结.md @@ -24,3 +24,5 @@ **要仔细啊!!就少看了两个字!!** + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_1_LinearList/README.md b/408Notes/DataStructure/DS_1_LinearList/README.md index 39afac7..38fac52 100644 --- a/408Notes/DataStructure/DS_1_LinearList/README.md +++ b/408Notes/DataStructure/DS_1_LinearList/README.md @@ -12,5 +12,5 @@ * [错题总结](Doc_1_7错题总结.md) - - + + diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_0_栈.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_0_栈.md index dee702a..aaf8465 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_0_栈.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_0_栈.md @@ -22,3 +22,5 @@ ![image-20200624151001874](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010144.jpg) + + diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_1_顺序栈.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_1_顺序栈.md index 64f390a..60d8c99 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_1_顺序栈.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_1_顺序栈.md @@ -38,4 +38,7 @@ ## 总结 -![image-20200624152849214](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010316.jpg) \ No newline at end of file +![image-20200624152849214](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010316.jpg) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_2_链栈.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_2_链栈.md index 69a4b2f..9efdb53 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_2_链栈.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_2_链栈.md @@ -16,3 +16,6 @@ ![image-20200624153535956](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010350.jpg) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_3_队列.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_3_队列.md index e04eebe..39c174c 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_3_队列.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_3_队列.md @@ -16,4 +16,7 @@ ## 总结 -![image-20200624154248823](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010452.jpg) \ No newline at end of file +![image-20200624154248823](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010452.jpg) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_4_顺序队列.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_4_顺序队列.md index d169b43..8335481 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_4_顺序队列.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_4_顺序队列.md @@ -50,4 +50,6 @@ ## 总结 -![image-20200624160059508](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010648.jpg) \ No newline at end of file +![image-20200624160059508](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810010648.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_5_链式队列.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_5_链式队列.md index a94eef5..1c4928d 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_5_链式队列.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_5_链式队列.md @@ -39,6 +39,7 @@ ## 总结 ![image-20200624161134905](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810011021.jpg) - + + diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_6_双端队列.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_6_双端队列.md index 10154ca..51d5442 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_6_双端队列.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_6_双端队列.md @@ -31,4 +31,5 @@ ## 总结 ## ![image-20200624162951819](https://tva1.sinaimg.cn/large/007S8ZIlly1gg3gmivt6mj30xv09ddla.jpg) - + + diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_7_栈的应用.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_7_栈的应用.md index 1982ecc..4e23e83 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_7_栈的应用.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_7_栈的应用.md @@ -146,3 +146,5 @@ CPU只能执行单个的加减乘除运算,上边这么搞的意义就是为 ![image-20200624200214150](https://tva1.sinaimg.cn/large/007S8ZIlly1gg3mrhq6wnj30mq0adtbj.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_8_队列的应用.md b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_8_队列的应用.md index 5a5b565..24e9910 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_8_队列的应用.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/Doc_2_8_队列的应用.md @@ -23,4 +23,5 @@ **打印数据缓冲区** ![image-20200624201203709](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810011949.jpg) - + + diff --git a/408Notes/DataStructure/DS_2_StackAndQueue/README.md b/408Notes/DataStructure/DS_2_StackAndQueue/README.md index d9de546..2b0858b 100644 --- a/408Notes/DataStructure/DS_2_StackAndQueue/README.md +++ b/408Notes/DataStructure/DS_2_StackAndQueue/README.md @@ -12,3 +12,5 @@ * [栈的应用](Doc_2_7_栈的应用.md) * [队列的应用](Doc_2_8_队列的应用.md) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/Doc_3_0_串.md b/408Notes/DataStructure/DS_3_String/Doc_3_0_串.md index 2a1c07b..e16cf41 100644 --- a/408Notes/DataStructure/DS_3_String/Doc_3_0_串.md +++ b/408Notes/DataStructure/DS_3_String/Doc_3_0_串.md @@ -21,3 +21,6 @@ ![image-20200803214352811](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810012329.jpg) ![image-20200803215953538](https://tva1.sinaimg.cn/large/007S8ZIlly1ghdyy8zrrwj31sq0u0qv5.jpg) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/Doc_3_1_串的存储结构.md b/408Notes/DataStructure/DS_3_String/Doc_3_1_串的存储结构.md index c624265..aaa6da3 100644 --- a/408Notes/DataStructure/DS_3_String/Doc_3_1_串的存储结构.md +++ b/408Notes/DataStructure/DS_3_String/Doc_3_1_串的存储结构.md @@ -26,4 +26,5 @@ ![image-20200803215846955](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810012449.jpg) ![image-20200803215910897](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810012455.jpg) - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/Doc_3_2_模式匹配.md b/408Notes/DataStructure/DS_3_String/Doc_3_2_模式匹配.md index 5e7f196..c59de06 100644 --- a/408Notes/DataStructure/DS_3_String/Doc_3_2_模式匹配.md +++ b/408Notes/DataStructure/DS_3_String/Doc_3_2_模式匹配.md @@ -23,4 +23,5 @@ 思想总结 ![image-20200803232154853](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810012908.jpg) - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/Doc_3_3_KMP算法.md b/408Notes/DataStructure/DS_3_String/Doc_3_3_KMP算法.md index 198f09e..2fff246 100644 --- a/408Notes/DataStructure/DS_3_String/Doc_3_3_KMP算法.md +++ b/408Notes/DataStructure/DS_3_String/Doc_3_3_KMP算法.md @@ -53,4 +53,5 @@ ## 回顾总结 ![image](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013045.jpg) - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/Doc_3_4_KMP算法的优化.md b/408Notes/DataStructure/DS_3_String/Doc_3_4_KMP算法的优化.md index 18d8d7a..e0cf6f2 100644 --- a/408Notes/DataStructure/DS_3_String/Doc_3_4_KMP算法的优化.md +++ b/408Notes/DataStructure/DS_3_String/Doc_3_4_KMP算法的优化.md @@ -10,4 +10,6 @@ 总结: -![image-20200805133126340](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013109.jpg) \ No newline at end of file +![image-20200805133126340](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013109.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_3_String/README.md b/408Notes/DataStructure/DS_3_String/README.md index f582cd4..5f23e24 100644 --- a/408Notes/DataStructure/DS_3_String/README.md +++ b/408Notes/DataStructure/DS_3_String/README.md @@ -12,4 +12,5 @@ + [KMP算法的优化](Doc_3_4_KMP算法的优化.md) - \ No newline at end of file + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_0_树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_0_树.md index 2a54fcc..1a6030d 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_0_树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_0_树.md @@ -27,4 +27,5 @@ 总结: ![image-20200805135536601](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/007S8ZIlly1ghfw6z51b3j31f30u0b29.jpg) - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_10_树的存储结构.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_10_树的存储结构.md index b487ddd..ef2b45e 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_10_树的存储结构.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_10_树的存储结构.md @@ -1,3 +1,4 @@ # 数的存储结构 - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_11_数和森林的遍历.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_11_数和森林的遍历.md index e53d2dc..145ac36 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_11_数和森林的遍历.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_11_数和森林的遍历.md @@ -1,3 +1,4 @@ # 数和森林的遍历 - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_12_二叉排序树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_12_二叉排序树.md index a2c3ace..905bdc2 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_12_二叉排序树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_12_二叉排序树.md @@ -1,2 +1,4 @@ # 二叉排序树 + + diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_13_平衡二叉树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_13_平衡二叉树.md index eefe19a..af9f514 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_13_平衡二叉树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_13_平衡二叉树.md @@ -1,3 +1,5 @@ # 平衡二叉树 + + diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_14_哈夫曼树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_14_哈夫曼树.md index 324d4ea..d190a78 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_14_哈夫曼树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_14_哈夫曼树.md @@ -1 +1,4 @@ # 哈夫曼树 + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_1_树的性质.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_1_树的性质.md index c210df7..65fb6b7 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_1_树的性质.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_1_树的性质.md @@ -12,4 +12,6 @@ ![image-20200805182505953](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013225.jpg) -![image-20200805182524995](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013230.jpg) \ No newline at end of file +![image-20200805182524995](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013230.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_2_二叉树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_2_二叉树.md index d121549..35a32f8 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_2_二叉树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_2_二叉树.md @@ -16,4 +16,6 @@ 总结: -![image-20200805183503356](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg49qdqdxj320l0u07wh.jpg) \ No newline at end of file +![image-20200805183503356](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg49qdqdxj320l0u07wh.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_3_二叉树的性质.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_3_二叉树的性质.md index 8a8e5b2..90e8b2e 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_3_二叉树的性质.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_3_二叉树的性质.md @@ -14,4 +14,6 @@ ![image-20200805184122555](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013400.jpg) -![image-20200805184243281](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg4hpehe1j31ow0u0qv5.jpg) \ No newline at end of file +![image-20200805184243281](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg4hpehe1j31ow0u0qv5.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_4_二叉树的存储结构.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_4_二叉树的存储结构.md index e3e5a9b..72dfe34 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_4_二叉树的存储结构.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_4_二叉树的存储结构.md @@ -27,4 +27,7 @@ 总结回顾: ![image-20200805185538146](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013555.jpg) -![image-20200805185553685](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013603.jpg) \ No newline at end of file +![image-20200805185553685](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810013603.jpg) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_5_二叉树的遍历.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_5_二叉树的遍历.md index e7ccbe1..f73c2b1 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_5_二叉树的遍历.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_5_二叉树的遍历.md @@ -36,4 +36,6 @@ ### 代码实现 -![image-20200805191445914](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg5f1pfwcj31ju0u04qq.jpg) \ No newline at end of file +![image-20200805191445914](https://tva1.sinaimg.cn/large/007S8ZIlly1ghg5f1pfwcj31ju0u04qq.jpg) + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_6_二叉树的构造.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_6_二叉树的构造.md index 48d021e..5907380 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_6_二叉树的构造.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_6_二叉树的构造.md @@ -31,4 +31,5 @@ 若前序、后序、层序序列两两组合,是否能确定唯一的一颗二叉树? 答案是:不能,必须有中序序列划分左右子树🌲 - + + diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_7_线索二叉树.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_7_线索二叉树.md index 923b1fd..c15f615 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_7_线索二叉树.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_7_线索二叉树.md @@ -41,4 +41,5 @@ ## 总结回顾 ![image-20200810134838622](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810134838.png) - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_8_二叉树的线索化.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_8_二叉树的线索化.md index f01739f..7dd8371 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_8_二叉树的线索化.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_8_二叉树的线索化.md @@ -8,4 +8,8 @@ ## 中序线索化 -![image-20200810135151257](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810135151.png) \ No newline at end of file +![image-20200810135151257](https://cdn.jsdelivr.net/gh/KimYangOfCat/MyPicStorage/2021-CSPostgraduate-408/20200810135151.png) + + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_9_线索二叉树的前驱和后继.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_9_线索二叉树的前驱和后继.md index bcfdd10..f8a3392 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_9_线索二叉树的前驱和后继.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/Doc_4_9_线索二叉树的前驱和后继.md @@ -1,3 +1,4 @@ # 找线索二叉树结点的前驱和后继 - + + diff --git a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/README.md b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/README.md index 9cbf45d..6ff2889 100644 --- a/408Notes/DataStructure/DS_4_TreeAndBinaryTree/README.md +++ b/408Notes/DataStructure/DS_4_TreeAndBinaryTree/README.md @@ -12,3 +12,6 @@ * [二叉树的构造](Doc_4_6_二叉树的构造.md) * [线索二叉树](Doc_4_7_线索二叉树.md) * [二叉树的线索化](Doc_4_8_二叉树的线索化.md) + + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_5_Graph/Doc_5_0_图.md b/408Notes/DataStructure/DS_5_Graph/Doc_5_0_图.md index c441bea..7c15b42 100644 --- a/408Notes/DataStructure/DS_5_Graph/Doc_5_0_图.md +++ b/408Notes/DataStructure/DS_5_Graph/Doc_5_0_图.md @@ -1,2 +1,5 @@ # 图 + + + diff --git a/408Notes/DataStructure/DS_5_Graph/Doc_5_1_图的存储结构.md b/408Notes/DataStructure/DS_5_Graph/Doc_5_1_图的存储结构.md index 8a593a1..26aefcc 100644 --- a/408Notes/DataStructure/DS_5_Graph/Doc_5_1_图的存储结构.md +++ b/408Notes/DataStructure/DS_5_Graph/Doc_5_1_图的存储结构.md @@ -1,2 +1,4 @@ # 图的基本操作 + + diff --git a/408Notes/DataStructure/DS_5_Graph/Doc_5_2_图的基本操作.md b/408Notes/DataStructure/DS_5_Graph/Doc_5_2_图的基本操作.md index d2ef5eb..82c7f69 100644 --- a/408Notes/DataStructure/DS_5_Graph/Doc_5_2_图的基本操作.md +++ b/408Notes/DataStructure/DS_5_Graph/Doc_5_2_图的基本操作.md @@ -1 +1,3 @@ -# 图的基本操作 \ No newline at end of file +# 图的基本操作 + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_5_Graph/Doc_5_3_图的遍历.md b/408Notes/DataStructure/DS_5_Graph/Doc_5_3_图的遍历.md index 0862db9..4b5468c 100644 --- a/408Notes/DataStructure/DS_5_Graph/Doc_5_3_图的遍历.md +++ b/408Notes/DataStructure/DS_5_Graph/Doc_5_3_图的遍历.md @@ -1,2 +1,3 @@ # 图的遍历 - + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_5_Graph/README.md b/408Notes/DataStructure/DS_5_Graph/README.md index 2d7ddae..8a9c73c 100644 --- a/408Notes/DataStructure/DS_5_Graph/README.md +++ b/408Notes/DataStructure/DS_5_Graph/README.md @@ -2,4 +2,6 @@ ##本章目录 -内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 \ No newline at end of file +内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_6_Search/Doc_6_0_搜索.md b/408Notes/DataStructure/DS_6_Search/Doc_6_0_搜索.md index afeace1..a45a01c 100644 --- a/408Notes/DataStructure/DS_6_Search/Doc_6_0_搜索.md +++ b/408Notes/DataStructure/DS_6_Search/Doc_6_0_搜索.md @@ -1 +1,3 @@ -# 搜索 \ No newline at end of file +# 搜索 + + \ No newline at end of file diff --git a/408Notes/DataStructure/DS_6_Search/README.md b/408Notes/DataStructure/DS_6_Search/README.md index e6ba0cd..0e92a7d 100644 --- a/408Notes/DataStructure/DS_6_Search/README.md +++ b/408Notes/DataStructure/DS_6_Search/README.md @@ -1,4 +1,6 @@ # 查找 ## 本章目录 -内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 \ No newline at end of file +内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 + + \ No newline at end of file diff --git a/408Notes/DataStructure/README.md b/408Notes/DataStructure/README.md index b220f55..1c7a64f 100644 --- a/408Notes/DataStructure/README.md +++ b/408Notes/DataStructure/README.md @@ -9,4 +9,6 @@ * [图](DS_5_Graph) * [查找](DS_6_Search) * [排序](DS_7_Sort) + + diff --git a/408Notes/OperatingSystem/README.md b/408Notes/OperatingSystem/README.md index 052056c..52c92b7 100644 --- a/408Notes/OperatingSystem/README.md +++ b/408Notes/OperatingSystem/README.md @@ -1,2 +1,11 @@ # 操作系统 -内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 \ No newline at end of file +内容建设中~👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧👨🏻‍🔧 + + + + + + + + + diff --git a/408Notes/README.md b/408Notes/README.md index 5a9144d..5b92979 100644 --- a/408Notes/README.md +++ b/408Notes/README.md @@ -133,4 +133,4 @@ footer: GPL Licensed | Copyright © 2020-present Kim Yang 如果你有新的内容📜想要贡献到本仓库或者发现了本仓库的一些错误🐛,👏🏻欢迎阅读[贡献文档](CONTRIBUTE.md)提交Pr~ ## ❤️致谢 -欢迎你前来占据前排👏🏻~ \ No newline at end of file +欢迎你前来占据前排👏🏻~ diff --git a/408Notes/contact.md b/408Notes/contact.md index 1cfc4d3..939ea68 100644 --- a/408Notes/contact.md +++ b/408Notes/contact.md @@ -1,3 +1,17 @@ # 联系我 -给Kim发送邮件 \ No newline at end of file +给Kim发送邮件 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index b0a8b35..4be9125 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "vuepress": "^1.5.3" }, "dependencies": { + "@vssue/api-github-v4": "^1.4.0", + "@vssue/vuepress-plugin-vssue": "^1.4.6", "@vuepress/theme-default": "^1.5.3" } }