mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-14 16:16:06 +00:00
deploy
This commit is contained in:
+23
-18
@@ -88,7 +88,12 @@
|
||||
<ul class="md-select__list">
|
||||
<li class="md-select__item">
|
||||
<a class="md-select__link" href="/" hreflang="zh">
|
||||
中文
|
||||
简体中文
|
||||
</a>
|
||||
</li>
|
||||
<li class="md-select__item">
|
||||
<a class="md-select__link" href="/zh-hant/" hreflang="zh-Hant">
|
||||
繁體中文
|
||||
</a>
|
||||
</li>
|
||||
<li class="md-select__item">
|
||||
@@ -174,85 +179,85 @@
|
||||
<div class="hero-div">
|
||||
<img alt="" src="assets/hero/ground.png" style="position: absolute; width: auto; height: 26.445%; left: 28.211%; top: 54.145%;"/>
|
||||
<img alt="" src="assets/hero/links.png" style="position: absolute; width: auto; height: 78.751%; left: 10.545%; top: 7.326%;"/>
|
||||
<a href="/chapter_introduction/">
|
||||
<a href="chapter_introduction/">
|
||||
<img alt="" src="assets/hero/astronaut.png" style="height: 46.673%; left: 35.413%; top: 24.343%;"/>
|
||||
<span style="left: 52.244%; top: 20.919%;">
|
||||
初识算法
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_computational_complexity/">
|
||||
<a href="chapter_computational_complexity/">
|
||||
<img alt="" src="assets/hero/chapter_computational_complexity.png" style="height: 12.347%; left: 36.267%; top: 37.653%;"/>
|
||||
<span style="left: 39.244%; top: 33.919%;">
|
||||
复杂度
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_array_and_linkedlist/">
|
||||
<a href="chapter_array_and_linkedlist/">
|
||||
<img alt="" src="assets/hero/chapter_array_and_linkedlist.png" style="height: 22.242%; left: 73.242%; top: 52.481%;"/>
|
||||
<span style="left: 90.897%; top: 76.259%;">
|
||||
数组与链表
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_stack_and_queue/">
|
||||
<a href="chapter_stack_and_queue/">
|
||||
<img alt="" src="assets/hero/chapter_stack_and_queue.png" style="height: 14.302%; left: 62.646%; top: 77.875%;"/>
|
||||
<span style="left: 77.571%; top: 91.25%;">
|
||||
栈与队列
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_hashing/">
|
||||
<a href="chapter_hashing/">
|
||||
<img alt="" src="assets/hero/chapter_hashing.png" style="height: 15.266%; left: 63.281%; top: 27.933%;"/>
|
||||
<span style="left: 68.862%; top: 46.292%;">
|
||||
哈希表
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_tree/">
|
||||
<a href="chapter_tree/">
|
||||
<img alt="" src="assets/hero/chapter_tree.png" style="height: 19.615%; left: 80.137%; top: 26.678%;"/>
|
||||
<span style="left: 96.159%; top: 44.8%;">
|
||||
树
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_heap/">
|
||||
<a href="chapter_heap/">
|
||||
<img alt="" src="assets/hero/chapter_heap.png" style="height: 10.566%; left: 77.226%; top: 11.559%;"/>
|
||||
<span style="left: 88.103%; top: 15.422%;">
|
||||
堆
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_graph/">
|
||||
<a href="chapter_graph/">
|
||||
<img alt="" src="assets/hero/chapter_graph.png" style="height: 16.112%; left: 51.854%; top: 5.575%;"/>
|
||||
<span style="left: 71.195%; top: 6.503%;">
|
||||
图
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_searching/">
|
||||
<a href="chapter_searching/">
|
||||
<img alt="" src="assets/hero/chapter_searching.png" style="height: 15.149%; left: 18.185%; top: 16.404%;"/>
|
||||
<span style="left: 14.556%; top: 20.876%;">
|
||||
搜索
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_sorting/">
|
||||
<a href="chapter_sorting/">
|
||||
<img alt="" src="assets/hero/chapter_sorting.png" style="height: 9.574%; left: 25.409%; top: 40.747%;"/>
|
||||
<span style="left: 28.805%; top: 53.808%;">
|
||||
排序
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_divide_and_conquer/">
|
||||
<a href="chapter_divide_and_conquer/">
|
||||
<img alt="" src="assets/hero/chapter_divide_and_conquer.png" style="height: 18.681%; left: 32.721%; top: 4.816%;"/>
|
||||
<span style="left: 31.42%; top: 8.679%;">
|
||||
分治
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_backtracking/">
|
||||
<a href="chapter_backtracking/">
|
||||
<img alt="" src="assets/hero/chapter_backtracking.png" style="height: 17.338%; left: 4.875%; top: 32.925%;"/>
|
||||
<span style="left: 4.742%; top: 50.113%;">
|
||||
回溯
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_dynamic_programming/">
|
||||
<a href="chapter_dynamic_programming/">
|
||||
<img alt="" src="assets/hero/chapter_dynamic_programming.png" style="height: 15.47%; left: 9.406%; top: 57.472%;"/>
|
||||
<span style="left: 8.561%; top: 75.351%;">
|
||||
动态规划
|
||||
</span>
|
||||
</a>
|
||||
<a href="/chapter_greedy/">
|
||||
<a href="chapter_greedy/">
|
||||
<img alt="" src="assets/hero/chapter_greedy.png" style="height: 14.127%; left: 23.132%; top: 75.803%;"/>
|
||||
<span style="left: 21.619%; top: 86.85%;">
|
||||
贪心
|
||||
@@ -265,7 +270,7 @@
|
||||
<p style="margin-top: max(-1vh, -2vw); margin-bottom: min(2vh, 3.5vw);">
|
||||
动画图解、一键运行的数据结构与算法教程
|
||||
</p>
|
||||
<a class="rounded-button" href="/chapter_hello_algo/">
|
||||
<a class="rounded-button" href="chapter_hello_algo/">
|
||||
<svg viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
|
||||
<path d="M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z">
|
||||
@@ -319,7 +324,7 @@
|
||||
<div class="section-content">
|
||||
<div class="reading-media">
|
||||
<div class="media-block">
|
||||
<a href="/chapter_paperbook/">
|
||||
<a href="chapter_paperbook/">
|
||||
<div style="height: 8.17%;">
|
||||
</div>
|
||||
<img alt="Cover" class="device-on-hover" src="assets/hero/cover_render.png" style="height: 66.83%;"/>
|
||||
@@ -335,7 +340,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="media-block">
|
||||
<a href="/chapter_hello_algo/">
|
||||
<a href="chapter_hello_algo/">
|
||||
<div style="height: 4.34%;">
|
||||
</div>
|
||||
<img alt="" class="device-on-hover" src="assets/hero/web_mac_iphone.png" style="height: 66.31%;"/>
|
||||
|
||||
Reference in New Issue
Block a user