-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
982 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha256-HtsXJanqjKTc8vVQjO4YMhiqFoXkfBsjBWcX91T1jr8=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous"> | ||
|
||
<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":false,"style":null},"fold":{"enable":false,"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} 个搜索结果"}}</script><script src="/js/config.js"></script> | ||
<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="Chapter 0 LogisticsContent : discrete(combinatorial) algorithm , Theoretical [minority] Complexity , NP-Completeness Basic Graph Algorithm , DFS / BFS Greedy Dynamic Programming Divide and Conquer"> | ||
<meta property="og:type" content="article"> | ||
|
@@ -27,7 +27,7 @@ | |
<meta property="og:description" content="Chapter 0 LogisticsContent : discrete(combinatorial) algorithm , Theoretical [minority] Complexity , NP-Completeness Basic Graph Algorithm , DFS / BFS Greedy Dynamic Programming Divide and Conquer"> | ||
<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-05T11:17:40.863Z"> | ||
<meta property="article:modified_time" content="2023-10-05T13:10:08.301Z"> | ||
<meta property="article:author" content="ZigZagKmp"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
@@ -62,6 +62,9 @@ | |
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container"> | ||
<div class="site-nav-toggle"> | ||
<div class="toggle" aria-label="切换导航栏" role="button"> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
</div> | ||
</div> | ||
|
||
|
@@ -77,15 +80,46 @@ | |
|
||
<div class="site-nav-right"> | ||
<div class="toggle popup-trigger" aria-label="搜索" role="button"> | ||
<i class="fa fa-search fa-fw fa-lg"></i> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<nav class="site-nav"> | ||
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-about"><a href="/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a></li><li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签</a></li><li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li> | ||
<li class="menu-item menu-item-search"> | ||
<a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索 | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
<div class="search-pop-overlay"> | ||
<div class="popup search-popup"><div class="search-header"> | ||
<span class="search-icon"> | ||
<i class="fa fa-search"></i> | ||
</span> | ||
<div class="search-input-container"> | ||
<input autocomplete="off" autocapitalize="off" maxlength="80" | ||
placeholder="搜索..." spellcheck="false" | ||
type="search" class="search-input"> | ||
</div> | ||
<span class="popup-btn-close" role="button"> | ||
<i class="fa fa-times-circle"></i> | ||
</span> | ||
</div> | ||
<div class="search-result-container no-result"> | ||
<div class="search-result-icon"> | ||
<i class="fa fa-spinner fa-pulse fa-5x"></i> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</header> | ||
|
||
|
@@ -111,6 +145,8 @@ | |
|
||
<div class="site-overview-wrap sidebar-panel"> | ||
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<img class="site-author-image" itemprop="image" alt="ZigZagKmp" | ||
src="/images/avatar/avatar.jpg"> | ||
<p class="site-author-name" itemprop="name">ZigZagKmp</p> | ||
<div class="site-description" itemprop="description"></div> | ||
</div> | ||
|
@@ -124,9 +160,21 @@ | |
</div> | ||
</nav> | ||
</div> | ||
<div class="links-of-author animated"> | ||
<span class="links-of-author-item"> | ||
<a href="https://github.com/ZigZagKmp" title="GitHub → https://github.com/ZigZagKmp" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a> | ||
</span> | ||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener me" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div class="back-to-top animated" role="button" aria-label="返回顶部"> | ||
<i class="fa fa-arrow-up"></i> | ||
<span>0%</span> | ||
</div> | ||
</div> | ||
|
||
|
||
|
@@ -149,7 +197,7 @@ | |
<link itemprop="mainEntityOfPage" href="https://zigzagkmp.github.io/2023/10/05/Algorithm-Design-Note-1/"> | ||
|
||
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<meta itemprop="image" content="/images/avatar.gif"> | ||
<meta itemprop="image" content="/images/avatar/avatar.jpg"> | ||
<meta itemprop="name" content="ZigZagKmp"> | ||
</span> | ||
|
||
|
@@ -176,10 +224,17 @@ <h1 class="post-title" itemprop="name headline"> | |
<span class="post-meta-item-text">发表于</span> | ||
|
||
|
||
<time title="创建时间:2023-10-05 18:14:22 / 修改时间:19:17:40" itemprop="dateCreated datePublished" datetime="2023-10-05T18:14:22+08:00">2023-10-05</time> | ||
<time title="创建时间:2023-10-05 18:14:22 / 修改时间:21:10:08" itemprop="dateCreated datePublished" datetime="2023-10-05T18:14:22+08:00">2023-10-05</time> | ||
</span> | ||
|
||
|
||
<span class="post-meta-item" title="阅读次数" id="busuanzi_container_page_pv"> | ||
<span class="post-meta-item-icon"> | ||
<i class="far fa-eye"></i> | ||
</span> | ||
<span class="post-meta-item-text">阅读次数:</span> | ||
<span id="busuanzi_value_page_pv"></span> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
@@ -370,17 +425,34 @@ <h3 id="1-2-BFS-amp-DFS"><a href="#1-2-BFS-amp-DFS" class="headerlink" title="1. | |
</span> | ||
<span class="author" itemprop="copyrightHolder">ZigZagKmp</span> | ||
</div> | ||
<div class="busuanzi-count"> | ||
<span class="post-meta-item" id="busuanzi_container_site_uv"> | ||
<span class="post-meta-item-icon"> | ||
<i class="fa fa-user"></i> | ||
</span> | ||
<span class="site-uv" title="总访客量"> | ||
<span id="busuanzi_value_site_uv"></span> | ||
</span> | ||
</span> | ||
<span class="post-meta-item" id="busuanzi_container_site_pv"> | ||
<span class="post-meta-item-icon"> | ||
<i class="fa fa-eye"></i> | ||
</span> | ||
<span class="site-pv" title="总访问量"> | ||
<span id="busuanzi_value_site_pv"></span> | ||
</span> | ||
</span> | ||
</div> | ||
<div class="powered-by">由 <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" rel="noopener" target="_blank">NexT.Gemini</a> 强力驱动 | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
|
||
<div class="back-to-top" role="button" aria-label="返回顶部"> | ||
<i class="fa fa-arrow-up fa-lg"></i> | ||
<span>0%</span> | ||
</div> | ||
<div class="reading-progress-bar"></div> | ||
|
||
<a href="https://github.com/ZigZagKmp" class="github-corner" title="在 GitHub 上关注我" aria-label="在 GitHub 上关注我" rel="noopener" target="_blank"><svg width="80" height="80" viewBox="0 0 250 250" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a> | ||
|
||
<noscript> | ||
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div> | ||
|
@@ -391,18 +463,27 @@ <h3 id="1-2-BFS-amp-DFS"><a href="#1-2-BFS-amp-DFS" class="headerlink" title="1. | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/next-boot.js"></script> | ||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-generator-searchdb/1.4.1/search.js" integrity="sha256-1kfA5uHPf65M5cphT2dvymhkuyHPQp5A53EGZOnOLmc=" crossorigin="anonymous"></script> | ||
<script src="/js/third-party/search/local-search.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script class="next-config" data-name="enableMath" type="application/json">true</script><script class="next-config" data-name="mathjax" type="application/json">{"enable":true,"tags":"none","js":{"url":"https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js","integrity":"sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI="}}</script> | ||
<script src="/js/third-party/math/mathjax.js"></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.