mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-30 22:03:47 +08:00
deploy
This commit is contained in:
15
index.html
15
index.html
@ -6,7 +6,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<meta name="description" content="一本动画图解、能运行、可提问的数据结构与算法入门书">
|
||||
<meta name="description" content="在动画与代码中掌握数据结构与算法">
|
||||
|
||||
|
||||
<meta name="author" content="Krahets">
|
||||
@ -2024,21 +2024,22 @@
|
||||
<h1 align="center"> </h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="index.assets/conceptual_rendering.png" width="270">
|
||||
   
|
||||
<img src="index.assets/conceptual_rendering.png" width="250">
|
||||
<img src="index.assets/hello_algo_knowledge_map_tp.png" width="400">
|
||||
</p>
|
||||
|
||||
<h2 align="center"> 《 Hello 算法 》</h2>
|
||||
|
||||
<p align="center"> 动画图解、能运行、可提问的数据结构与算法教程 </p>
|
||||
<p align="center"> 在动画与代码中掌握数据结构与算法 </p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/krahets/hello-algo">
|
||||
<img src="index.assets/btn_download_code.png" width="150">
|
||||
<img src="index.assets/btn_download_code_light.png#only-light" width="150">
|
||||
<img src="index.assets/btn_download_code_dark.png#only-dark" width="150">
|
||||
</a>
|
||||
<a href="https://github.com/krahets/hello-algo/releases">
|
||||
<img src="index.assets/btn_download_pdf.png" width="150">
|
||||
<img src="index.assets/btn_download_pdf_light.png#only-light" width="150">
|
||||
<img src="index.assets/btn_download_pdf_dark.png#only-dark" width="150">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@ -2093,7 +2094,7 @@
|
||||
<p>如果你也面临类似的困扰,那么很幸运这本书找到了你。本书是我对此问题的给出的答案,虽然不一定正确,但至少是一次积极的尝试。这本书虽然不足以让你直接拿到 Offer ,但会引导你探索数据结构与算法的“知识地图”,带你了解不同“地雷”的形状大小和分布位置,让你掌握各种“排雷方法”。有了这些本领,相信你可以更加自如地应对刷题和阅读文献,逐步构建起完整的知识体系。</p>
|
||||
<h3 align="left"> 作者简介 </h3>
|
||||
|
||||
<p>靳宇栋 (Krahets),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。</p>
|
||||
<p>靳宇栋 (<a href="https://leetcode.cn/u/jyd/">Krahets</a>),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。</p>
|
||||
<hr />
|
||||
<h2 align="center"> 致谢 </h2>
|
||||
|
||||
|
Reference in New Issue
Block a user