Skip to content

Commit

Permalink
Site updated: 2023-10-06 00:37:01
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigZagKmp committed Oct 5, 2023
1 parent 9810aa5 commit 323107f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
20 changes: 5 additions & 15 deletions 2023/10/05/Algorithm-Design-Note-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

<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":null},"fold":{"enable":true,"height":500},"bookmark":{"enable":false,"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 name="description" content="[2023 秋] 算法设计 第一课课堂笔记 [2023 Fall] Algorithm Design Lecture 1 Notes">
<meta name="description" content="[2023 秋] 算法设计 第一课课堂笔记[2023 Fall] Algorithm Design Lecture 1 Notes">
<meta property="og:type" content="article">
<meta property="og:title" content="Algorithm Design Note 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:description" content="[2023 秋] 算法设计 第一课课堂笔记 [2023 Fall] Algorithm Design Lecture 1 Notes">
<meta property="og:description" content="[2023 秋] 算法设计 第一课课堂笔记[2023 Fall] Algorithm Design Lecture 1 Notes">
<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-05T16:20:20.340Z">
<meta property="article:modified_time" content="2023-10-05T16:36:40.749Z">
<meta property="article:author" content="ZigZagKmp">
<meta property="article:tag" content="算法">
<meta property="article:tag" content="算法匹配">
Expand Down Expand Up @@ -243,7 +243,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 00:20:20" itemprop="dateModified" datetime="2023-10-06T00:20:20+08:00">2023-10-06</time>
<time title="修改时间:2023-10-06 00:36:40" itemprop="dateModified" datetime="2023-10-06T00:36:40+08:00">2023-10-06</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -275,18 +275,8 @@ <h1 class="post-title" itemprop="name headline">



<div class="post-body" itemprop="articleBody"><center>

[2023 秋] 算法设计 第一课课堂笔记
</center>
<center>
[2023 Fall] Algorithm Design Lecture 1 Notes
</center>


<div class="post-body" itemprop="articleBody"><p>[2023 秋] 算法设计 第一课课堂笔记<br>[2023 Fall] Algorithm Design Lecture 1 Notes</p>
<span id="more"></span>
<div class="note info"><p><strong>有关语言</strong><br>课程是英文授课,因此笔记中大部分内容为<strong>英文</strong><br>可能会在<strong>较难理解</strong> <del>老师用中文讲</del> 的地方使用中文。</p>
</div>
<h2 id="Chapter-0-Logistics"><a href="#Chapter-0-Logistics" class="headerlink" title="Chapter 0 Logistics"></a>Chapter 0 Logistics</h2><p><strong>Content</strong> : discrete(combinatorial) algorithm , Theoretical </p>
<ul>
<li>[minority] Complexity , NP-Completeness</li>
Expand Down
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h2 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 00:20:20" itemprop="dateModified" datetime="2023-10-06T00:20:20+08:00">2023-10-06</time>
<time title="修改时间:2023-10-06 00:36:40" itemprop="dateModified" datetime="2023-10-06T00:36:40+08:00">2023-10-06</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand All @@ -260,13 +260,7 @@ <h2 class="post-title" itemprop="name headline">


<div class="post-body" itemprop="articleBody">
<center>

[2023 秋] 算法设计 第一课课堂笔记
</center>
<center>
[2023 Fall] Algorithm Design Lecture 1 Notes
</center>
<p>[2023 秋] 算法设计 第一课课堂笔记<br>[2023 Fall] Algorithm Design Lecture 1 Notes</p>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/2023/10/05/Algorithm-Design-Note-1/#more" rel="contents">
Expand Down
12 changes: 1 addition & 11 deletions search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,8 @@
<entry>
<title>Algorithm Design Note 1</title>
<url>/2023/10/05/Algorithm-Design-Note-1/</url>
<content><![CDATA[<center>
[2023 秋] 算法设计 第一课课堂笔记
</center>
<center>
[2023 Fall] Algorithm Design Lecture 1 Notes
</center>
<content><![CDATA[<p>[2023 秋] 算法设计 第一课课堂笔记<br>[2023 Fall] Algorithm Design Lecture 1 Notes</p>
<span id="more"></span>
<div class="note info"><p><strong>有关语言</strong><br>课程是英文授课,因此笔记中大部分内容为<strong>英文</strong>。<br>可能会在<strong>较难理解</strong> <del>老师用中文讲</del> 的地方使用中文。</p>
</div>
<h2 id="Chapter-0-Logistics"><a href="#Chapter-0-Logistics" class="headerlink" title="Chapter 0 Logistics"></a>Chapter 0 Logistics</h2><p><strong>Content</strong> : discrete(combinatorial) algorithm , Theoretical </p>
<ul>
<li>[minority] Complexity , NP-Completeness</li>
Expand Down

0 comments on commit 323107f

Please sign in to comment.