mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-30 22:03:47 +08:00
deploy
This commit is contained in:
19
index.html
19
index.html
@ -271,7 +271,7 @@
|
||||
|
||||
|
||||
<div class="md-nav__link md-nav__link--index ">
|
||||
<a href="chapter_preface/">0. 写在前面</a>
|
||||
<a href="chapter_preface/">0. 前言</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. 写在前面
|
||||
0. 前言
|
||||
</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. 引言</a>
|
||||
<a href="chapter_introduction/">1. 初识算法</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. 引言
|
||||
1. 初识算法
|
||||
</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. 初识动态规划
|
||||
13.1. 初探动态规划
|
||||
</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">
|
||||
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user