Skip to content

Commit

Permalink
Site updated: 2023-10-06 16:38:07
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigZagKmp committed Oct 6, 2023
1 parent a0d30a5 commit 49722f8
Show file tree
Hide file tree
Showing 66 changed files with 1,861 additions and 95 deletions.
27 changes: 15 additions & 12 deletions 2023/10/05/Algorithm-Design-Note-1/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<script class="next-config" data-name="main" type="application/json">{"hostname":"zigzagkmp.github.io","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.18.1","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12},"copycode":{"enable":true,"style":"default","show_result":true},"fold":{"enable":true,"height":500},"bookmark":{"enable":true,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"},"path":"/search.xml","localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false}}</script><script src="/js/config.js"></script>

<meta property="og:type" content="article">
<meta property="og:title" content="Algorithm Design Note 1">
<meta property="og:title" content="Algorithm Design 1">
<meta property="og:url" content="https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/index.html">
<meta property="og:site_name" content="ZigZagKmp&#39;s Blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2023-10-05T10:14:22.000Z">
<meta property="article:modified_time" content="2023-10-06T04:03:08.535Z">
<meta property="article:modified_time" content="2023-10-06T08:37:33.122Z">
<meta property="article:author" content="ZigZagKmp">
<meta property="article:tag" content="算法">
<meta property="article:tag" content="算法-匹配">
Expand All @@ -37,10 +37,10 @@



<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":false,"isPost":true,"lang":"zh-CN","comments":true,"permalink":"https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/","path":"2023/10/05/Algorithm-Design-Note-1/","title":"Algorithm Design Note 1"}</script>
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":false,"isPost":true,"lang":"zh-CN","comments":true,"permalink":"https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/","path":"2023/10/05/Algorithm-Design-Note-1/","title":"Algorithm Design 1"}</script>

<script class="next-config" data-name="calendar" type="application/json">""</script>
<title>Algorithm Design Note 1 | ZigZagKmp's Blog</title>
<title>Algorithm Design 1 | ZigZagKmp's Blog</title>



Expand Down Expand Up @@ -155,7 +155,7 @@
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">2</span>
<span class="site-state-item-count">3</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand All @@ -166,7 +166,7 @@
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">4</span>
<span class="site-state-item-count">6</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
Expand Down Expand Up @@ -242,12 +242,12 @@
</span>

<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="Algorithm Design Note 1 | ZigZagKmp's Blog">
<meta itemprop="name" content="Algorithm Design 1 | ZigZagKmp's Blog">
<meta itemprop="description" content="[2023 秋] 算法设计 第一课课堂笔记 / [2023 Fall] Algorithm Design Lecture 1 Notes">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
Algorithm Design Note 1
Algorithm Design 1
</h1>

<div class="post-meta-container">
Expand All @@ -265,7 +265,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-10-06 12:03:08" itemprop="dateModified" datetime="2023-10-06T12:03:08+08:00">2023-10-06</time>
<time title="修改时间:2023-10-06 16:37:33" itemprop="dateModified" datetime="2023-10-06T16:37:33+08:00">2023-10-06</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -469,7 +469,7 @@ <h3 id="1-2-BFS-amp-DFS"><a href="#1-2-BFS-amp-DFS" class="headerlink" title="1.
</li>
<li class="post-copyright-link">
<strong>本文链接:</strong>
<a href="https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/" title="Algorithm Design Note 1">https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/</a>
<a href="https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/" title="Algorithm Design 1">https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/</a>
</li>
<li class="post-copyright-license">
<strong>版权声明: </strong>本博客所有文章除特别声明外,均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noopener" target="_blank"><i class="fab fa-fw fa-creative-commons"></i>BY-NC-SA</a> 许可协议。转载请注明出处!
Expand Down Expand Up @@ -519,6 +519,9 @@ <h3 id="1-2-BFS-amp-DFS"><a href="#1-2-BFS-amp-DFS" class="headerlink" title="1.
</a>
</div>
<div class="post-nav-item">
<a href="/2023/10/06/Algorithm-Design-Note-2/" rel="next" title="Algorithm Design 2">
Algorithm Design 2 <i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</footer>
Expand Down Expand Up @@ -555,13 +558,13 @@ <h3 id="1-2-BFS-amp-DFS"><a href="#1-2-BFS-amp-DFS" class="headerlink" title="1.
<span class="post-meta-item-icon">
<i class="fa fa-chart-line"></i>
</span>
<span title="站点总字数">1k</span>
<span title="站点总字数">2k</span>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span title="站点阅读时长">3 分钟</span>
<span title="站点阅读时长">7 分钟</span>
</span>
</div>
<div class="busuanzi-count">
Expand Down
12 changes: 6 additions & 6 deletions 2023/10/05/hello-world/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">2</span>
<span class="site-state-item-count">3</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand All @@ -166,7 +166,7 @@
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">4</span>
<span class="site-state-item-count">6</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
Expand Down Expand Up @@ -380,8 +380,8 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<div class="post-nav-item">
</div>
<div class="post-nav-item">
<a href="/2023/10/05/Algorithm-Design-Note-1/" rel="next" title="Algorithm Design Note 1">
Algorithm Design Note 1 <i class="fa fa-angle-right"></i>
<a href="/2023/10/05/Algorithm-Design-Note-1/" rel="next" title="Algorithm Design 1">
Algorithm Design 1 <i class="fa fa-angle-right"></i>
</a>
</div>
</div>
Expand Down Expand Up @@ -419,13 +419,13 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<span class="post-meta-item-icon">
<i class="fa fa-chart-line"></i>
</span>
<span title="站点总字数">1k</span>
<span title="站点总字数">2k</span>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span title="站点阅读时长">3 分钟</span>
<span title="站点阅读时长">7 分钟</span>
</span>
</div>
<div class="busuanzi-count">
Expand Down
Loading

0 comments on commit 49722f8

Please sign in to comment.