Add bubble sort, insertion sort.

This commit is contained in:
krahets
2022-11-22 04:17:46 +08:00
parent 01ccbb2cda
commit e60dc5dc49
13 changed files with 128 additions and 35 deletions

View File

@@ -7,34 +7,38 @@ hide:
=== " "
<div class="result" markdown>
![conceptual_rendering](index.assets/conceptual_rendering.jpg){ align=left width=300 }
</br>
![conceptual_rendering](index.assets/conceptual_rendering.png){ align=left width=300 }
</br>
</br>
</br>
<h1 style="text-align:center"> 《 Hello算法 》 </h1>
<h3 style="text-align:center"> 动画图解、能运行、可讨论的</br>数据结构与算法快速入门教程 </h3>
<h3 style="text-align:center"> [![github-stars](https://img.shields.io/github/stars/krahets/hello-algo?style=social)](https://github.com/krahets/hello-algo) </h3>
<p style="text-align:center"> [@Krahets](https://leetcode.cn/u/jyd/) </p>
<p style="text-align:center"> [![github-stars](https://img.shields.io/github/stars/krahets/hello-algo?style=social)](https://github.com/krahets/hello-algo) </p>
</br>
</div>
---
<h2 style="text-align:center">动画 + 图片 + HTML</h2>
<h2 style="text-align:center">清晰动画讲解</h2>
<p style="text-align:center"> 重点知识以动画和图解为主,提升知识吸收效率</br>由 MkDocs 构建文档,支持笔记本、平板、手机多种终端 </p>
<p style="text-align:center"> 借助动画介绍重点,提升知识吸收效率</br>HTML 文档,支持笔记本、平板、手机多种终端 </p>
![algorithm_animation](index.assets/algorithm_animation.gif)
![algorithm_animation](index.assets/animation.gif)
<h2 style="text-align:center"> 「面向代码,注重实践」 </h2>
---
<h2 style="text-align:center"> 「代码实践导向」 </h2>
<p style="text-align:center"> 示例代码皆可一键运行,在调试中加深理解</br>提供 Java, C++, Python 源码与详细注释 </p>
![running_code](index.assets/running_code.gif)
<h2 style="text-align:center"> 「可讨论,能提问」 </h2>
---
<p style="text-align:center"> 在评论区和小伙伴们一起讨论进步</br>作者定期回复评论问题(一般 < 72h </p>
<h2 style="text-align:center"> 「可讨论与提问」 </h2>
<p style="text-align:center"> 在评论区与小伙伴们一起学习进步</br>作者定期回复评论问题(一般 < 72h </p>
![comment](index.assets/comment.gif)