Skip to content

Commit

Permalink
update from gridea: 2020-02-28 17:20:40
Browse files Browse the repository at this point in the history
  • Loading branch information
hkr04 committed Feb 28, 2020
1 parent f398f0d commit dfc018b
Show file tree
Hide file tree
Showing 11 changed files with 1,108 additions and 17 deletions.
22 changes: 20 additions & 2 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>hkr04</title>
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881238664">
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881596776">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="hkr04 - Atom Feed" href="https://hkr04.github.io/atom.xml">
Expand All @@ -18,7 +18,7 @@
<div class="main-content">
<div class="site-header">
<a href="https://hkr04.github.io">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881238664" alt="">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881596776" alt="">
</a>
<h1 class="site-title">
hkr04
Expand Down Expand Up @@ -76,6 +76,24 @@ <h1 class="site-title">
<h2 class="year">2020</h2>


<a href="https://hkr04.github.io/post/pilots-matching/" class="post">
<h2 class="post-title">
飞行员配对方案
</h2>
<div class="time">2020-02-28</div>
</a>



<a href="https://hkr04.github.io/post/round-table-problem/" class="post">
<h2 class="post-title">
圆桌问题
</h2>
<div class="time">2020-02-28</div>
</a>



<a href="https://hkr04.github.io/post/the-smallest-path-cover/" class="post">
<h2 class="post-title">
最小路径覆盖问题
Expand Down
16 changes: 15 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,28 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://hkr04.github.io</id>
<title>hkr04</title>
<updated>2020-02-28T09:14:15.923Z</updated>
<updated>2020-02-28T09:20:40.151Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://hkr04.github.io"/>
<link rel="self" href="https://hkr04.github.io/atom.xml"/>
<subtitle>温故而知新</subtitle>
<logo>https://hkr04.github.io/images/avatar.png</logo>
<icon>https://hkr04.github.io/favicon.ico</icon>
<rights>All rights reserved 2020, hkr04</rights>
<entry>
<title type="html"><![CDATA[飞行员配对方案]]></title>
<id>https://hkr04.github.io/post/pilots-matching/</id>
<link href="https://hkr04.github.io/post/pilots-matching/">
</link>
<updated>2020-02-28T09:18:51.000Z</updated>
</entry>
<entry>
<title type="html"><![CDATA[圆桌问题]]></title>
<id>https://hkr04.github.io/post/round-table-problem/</id>
<link href="https://hkr04.github.io/post/round-table-problem/">
</link>
<updated>2020-02-28T09:14:48.000Z</updated>
</entry>
<entry>
<title type="html"><![CDATA[最小路径覆盖问题]]></title>
<id>https://hkr04.github.io/post/the-smallest-path-cover/</id>
Expand Down
74 changes: 72 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>hkr04</title>
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881238664">
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881596776">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="hkr04 - Atom Feed" href="https://hkr04.github.io/atom.xml">
Expand All @@ -18,7 +18,7 @@
<div class="main-content">
<div class="site-header">
<a href="https://hkr04.github.io">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881238664" alt="">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881596776" alt="">
</a>
<h1 class="site-title">
hkr04
Expand Down Expand Up @@ -71,6 +71,68 @@ <h1 class="site-title">

<div class="post-container">

<article class="post">
<a href="https://hkr04.github.io/post/pilots-matching/">
<h2 class="post-title">飞行员配对方案</h2>
</a>
<div class="post-info">
<span>
2020-02-28
</span>
<span>
3 min read
</span>

<a href="https://hkr04.github.io/tag/rbBIcRlbH/" class="post-tag">
# 网络流24题
</a>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>

<a href="https://hkr04.github.io/tag/AUx6Qb151/" class="post-tag">
# 题解
</a>

</div>

<div class="post-abstract">

</div>
</article>

<article class="post">
<a href="https://hkr04.github.io/post/round-table-problem/">
<h2 class="post-title">圆桌问题</h2>
</a>
<div class="post-info">
<span>
2020-02-28
</span>
<span>
4 min read
</span>

<a href="https://hkr04.github.io/tag/rbBIcRlbH/" class="post-tag">
# 网络流24题
</a>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>

<a href="https://hkr04.github.io/tag/AUx6Qb151/" class="post-tag">
# 题解
</a>

</div>

<div class="post-abstract">

</div>
</article>

<article class="post">
<a href="https://hkr04.github.io/post/the-smallest-path-cover/">
<h2 class="post-title">最小路径覆盖问题</h2>
Expand All @@ -83,6 +145,10 @@ <h2 class="post-title">最小路径覆盖问题</h2>
5 min read
</span>

<a href="https://hkr04.github.io/tag/rbBIcRlbH/" class="post-tag">
# 网络流24题
</a>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>
Expand Down Expand Up @@ -110,6 +176,10 @@ <h2 class="post-title">魔术球问题</h2>
5 min read
</span>

<a href="https://hkr04.github.io/tag/rbBIcRlbH/" class="post-tag">
# 网络流24题
</a>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>
Expand Down
10 changes: 7 additions & 3 deletions post/magic-balls-problem/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>魔术球问题 | hkr04</title>
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881238664">
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881596776">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="魔术球问题 | hkr04 - Atom Feed" href="https://hkr04.github.io/atom.xml">
Expand All @@ -15,7 +15,7 @@
题目希望我们在nnn个柱子放上最多的球,并且要求相邻的球之间满足相加为完全平方数的条件。
题解
较显然的一点是,对于递增的nnn来说,其所能放的最多球的数量一定是单调上升的。因为新增加的柱子至少可以比前一个的最大方案多放一个。同时..." />
<meta name="keywords" content="网络流,题解" />
<meta name="keywords" content="网络流24题,网络流,题解" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
</head>
Expand All @@ -24,7 +24,7 @@
<div class="main-content">
<div class="site-header">
<a href="https://hkr04.github.io">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881238664" alt="">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881596776" alt="">
</a>
<h1 class="site-title">
hkr04
Expand Down Expand Up @@ -87,6 +87,10 @@ <h2 class="post-title">
5 min read
</span>

<a href="https://hkr04.github.io/tag/rbBIcRlbH/" class="post-tag">
# 网络流24题
</a>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>
Expand Down
Loading

0 comments on commit dfc018b

Please sign in to comment.