This commit is contained in:
krahets
2023-07-21 21:53:15 +08:00
parent c64dcd39e7
commit 872edb67c1
109 changed files with 11092 additions and 111 deletions

View File

@@ -2896,6 +2896,8 @@
@@ -3031,6 +3033,34 @@
<li class="md-nav__item">
<a href="../../chapter_greedy/max_product_cutting_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.4. &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/max_capacity_problem/">
<link rel="prev" href="../chapter_greedy/max_product_cutting_problem/">
<link rel="next" href="installation/">
@@ -2896,6 +2896,8 @@
@@ -3031,6 +3033,34 @@
<li class="md-nav__item">
<a href="../chapter_greedy/max_product_cutting_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.4. &nbsp; 最大切分乘积问题
</span>
<span class="md-status md-status--new" title="最近添加">
</span>
</a>
</li>
</ul>
</nav>
@@ -3336,7 +3366,7 @@
<nav class="md-footer__inner md-grid" aria-label="页脚" >
<a href="../chapter_greedy/max_capacity_problem/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 15.3. &amp;nbsp; 最大容量问题" rel="prev">
<a href="../chapter_greedy/max_product_cutting_problem/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 15.4. &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>
@@ -3346,7 +3376,7 @@
上一页
</span>
<div class="md-ellipsis">
15.3. &nbsp; 最大容量问题
15.4. &nbsp; 最大切分乘积问题
</div>
</div>
</a>

View File

@@ -2896,6 +2896,8 @@
@@ -3031,6 +3033,34 @@
<li class="md-nav__item">
<a href="../../chapter_greedy/max_product_cutting_problem/" class="md-nav__link">
<span class="md-ellipsis">
15.4. &nbsp; 最大切分乘积问题
</span>
<span class="md-status md-status--new" title="最近添加">
</span>
</a>
</li>
</ul>
</nav>