|
19 | 19 | <meta property="og:type" content="website" /> |
20 | 20 | <meta property="og:url" content="https://sin-coder.github.io/" /> |
21 | 21 |
|
22 | | -<meta property="og:updated_time" content="2020-02-20T22:31:32+08:00" /> |
| 22 | +<meta property="og:updated_time" content="2020-02-25T20:44:56+08:00" /> |
23 | 23 |
|
24 | 24 |
|
25 | 25 | </head> |
@@ -61,6 +61,17 @@ <h3><a href="/personal/introduce/" title="首页">个人简介</a></h3> |
61 | 61 | <h1>sin-coder</h1> |
62 | 62 | <ul class="posts-list"> |
63 | 63 |
|
| 64 | + <li class="posts-list-item"> |
| 65 | + <a class="posts-list-item-title" href="https://sin-coder.github.io/category/content/">技术博客分类目录</a> |
| 66 | + <span class="posts-list-item-description"> |
| 67 | + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock"> |
| 68 | + <title>clock</title> |
| 69 | + <circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline> |
| 70 | +</svg> 1 min read - |
| 71 | + Dec 20, 2019 |
| 72 | + </span> |
| 73 | + </li> |
| 74 | + |
64 | 75 | <li class="posts-list-item"> |
65 | 76 | <a class="posts-list-item-title" href="https://sin-coder.github.io/personal/introduce/">技术成长之路</a> |
66 | 77 | <span class="posts-list-item-description"> |
@@ -94,6 +105,17 @@ <h1>sin-coder</h1> |
94 | 105 | </span> |
95 | 106 | </li> |
96 | 107 |
|
| 108 | + <li class="posts-list-item"> |
| 109 | + <a class="posts-list-item-title" href="https://sin-coder.github.io/leetcode/dp/">动态规划解题思想总结</a> |
| 110 | + <span class="posts-list-item-description"> |
| 111 | + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock"> |
| 112 | + <title>clock</title> |
| 113 | + <circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline> |
| 114 | +</svg> 4 min read - |
| 115 | + Dec 3, 2019 |
| 116 | + </span> |
| 117 | + </li> |
| 118 | + |
97 | 119 | <li class="posts-list-item"> |
98 | 120 | <a class="posts-list-item-title" href="https://sin-coder.github.io/program/javapqueue/">Java和Python中如何使用大顶堆</a> |
99 | 121 | <span class="posts-list-item-description"> |
@@ -149,28 +171,6 @@ <h1>sin-coder</h1> |
149 | 171 | </span> |
150 | 172 | </li> |
151 | 173 |
|
152 | | - <li class="posts-list-item"> |
153 | | - <a class="posts-list-item-title" href="https://sin-coder.github.io/leetcode/printlistreverse/">从尾到头打印链表</a> |
154 | | - <span class="posts-list-item-description"> |
155 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock"> |
156 | | - <title>clock</title> |
157 | | - <circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline> |
158 | | -</svg> 2 min read - |
159 | | - Nov 15, 2019 |
160 | | - </span> |
161 | | - </li> |
162 | | - |
163 | | - <li class="posts-list-item"> |
164 | | - <a class="posts-list-item-title" href="https://sin-coder.github.io/datastructure/defindatastructure/">常见数据结构的定义</a> |
165 | | - <span class="posts-list-item-description"> |
166 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock"> |
167 | | - <title>clock</title> |
168 | | - <circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline> |
169 | | -</svg> 1 min read - |
170 | | - Nov 15, 2019 |
171 | | - </span> |
172 | | - </li> |
173 | | - |
174 | 174 | </ul> |
175 | 175 |
|
176 | 176 |
|
|
0 commit comments