This commit is contained in:
krahets
2023-07-21 15:14:51 +08:00
parent 58c615f7fa
commit c64dcd39e7
117 changed files with 7149 additions and 410 deletions

View File

@@ -2896,6 +2896,8 @@
@@ -3001,6 +3003,34 @@
<li class="md-nav__item">
<a href="../../chapter_greedy/max_capacity_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.3. &nbsp; 最大容量问题
</span>
<span class="md-status md-status--new" title="最近添加">
</span>
</a>
</li>
</ul>
</nav>

View File

@@ -15,7 +15,7 @@
<link rel="canonical" href="https://www.hello-algo.com/chapter_appendix/">
<link rel="prev" href="../chapter_greedy/fractional_knapsack_problem/">
<link rel="prev" href="../chapter_greedy/max_capacity_problem/">
<link rel="next" href="installation/">
@@ -2896,6 +2896,8 @@
@@ -3001,6 +3003,34 @@
<li class="md-nav__item">
<a href="../chapter_greedy/max_capacity_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.3. &nbsp; 最大容量问题
</span>
<span class="md-status md-status--new" title="最近添加">
</span>
</a>
</li>
</ul>
</nav>
@@ -3306,7 +3336,7 @@
<nav class="md-footer__inner md-grid" aria-label="页脚" >
<a href="../chapter_greedy/fractional_knapsack_problem/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 15.2. &amp;nbsp; 分数背包问题" rel="prev">
<a href="../chapter_greedy/max_capacity_problem/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 15.3. &amp;nbsp; 最大容量问题" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
@@ -3316,7 +3346,7 @@
上一页
</span>
<div class="md-ellipsis">
15.2. &nbsp; 分数背包问题
15.3. &nbsp; 最大容量问题
</div>
</div>
</a>

View File

@@ -2896,6 +2896,8 @@
@@ -3001,6 +3003,34 @@
<li class="md-nav__item">
<a href="../../chapter_greedy/max_capacity_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.3. &nbsp; 最大容量问题
</span>
<span class="md-status md-status--new" title="最近添加">
</span>
</a>
</li>
</ul>
</nav>