This commit is contained in:
krahets
2023-07-01 03:04:10 +08:00
parent 1423398c4d
commit cf83819278
91 changed files with 689 additions and 538 deletions

View File

@ -271,7 +271,7 @@
<div class="md-nav__link md-nav__link--index ">
<a href="chapter_preface/">0. &nbsp; &nbsp; 写在前面</a>
<a href="chapter_preface/">0. &nbsp; &nbsp; 前言</a>
<label for="__nav_1">
<span class="md-nav__icon md-icon"></span>
@ -282,7 +282,7 @@
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_1_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_1">
<span class="md-nav__icon md-icon"></span>
0. &nbsp; &nbsp; 写在前面
0. &nbsp; &nbsp; 前言
</label>
<ul class="md-nav__list" data-md-scrollfix>
@ -368,7 +368,7 @@
<div class="md-nav__link md-nav__link--index ">
<a href="chapter_introduction/">1. &nbsp; &nbsp; 引言</a>
<a href="chapter_introduction/">1. &nbsp; &nbsp; 初识算法</a>
<label for="__nav_2">
<span class="md-nav__icon md-icon"></span>
@ -379,7 +379,7 @@
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
1. &nbsp; &nbsp; 引言
1. &nbsp; &nbsp; 初识算法
</label>
<ul class="md-nav__list" data-md-scrollfix>
@ -1920,7 +1920,7 @@
<li class="md-nav__item">
<a href="chapter_dynamic_programming/intro_to_dynamic_programming/" class="md-nav__link">
13.1. &nbsp;动态规划
13.1. &nbsp;动态规划
</a>
</li>
@ -2101,12 +2101,11 @@
<p align="center">
<a href="https://github.com/krahets/hello-algo">
<img src="index.assets/btn_download_code_light.png#only-light" width="140">
<img src="index.assets/btn_download_code_dark.png#only-dark" width="140">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/krahets/hello-algo?style=social&link=https%3A%2F%2Fgithub.com%2Fkrahets%2Fhello-algo">
</a>
<a href="https://github.com/krahets/hello-algo/releases">
<img src="index.assets/btn_download_pdf_light.png#only-light" width="140">
<img src="index.assets/btn_download_pdf_dark.png#only-dark" width="140">
&nbsp;
<a href="https://github.com/krahets/hello-algo">
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors-anon/krahets/hello-algo?style=social&logo=handshake&logoColor=%23101010">
</a>
</p>