This commit is contained in:
krahets
2025-01-14 19:33:35 +08:00
parent 84aefb5993
commit 40aa3668ce
11 changed files with 352 additions and 340 deletions
+14 -14
View File
@@ -114,18 +114,18 @@
<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.744%; top: 22.319%;">
Encounter with Algorithms
Encounter with Algos
</span>
</a>
<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: 40.244%; top: 33.919%;">
<span style="left: 36.244%; top: 34.919%;">
Complexity analysis
</span>
</a>
<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 style="left: 85.897%; top: 76.259%;">
Array and linked list
</span>
</a>
@@ -137,7 +137,7 @@
</a>
<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 style="left: 68.862%; top: 45.792%;">
Hash table
</span>
</a>
@@ -167,7 +167,7 @@
</a>
<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 style="left: 28.805%; top: 53.308%;">
Sorting
</span>
</a>
@@ -179,13 +179,13 @@
</a>
<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 style="left: 8.742%; top: 50.113%;">
Backtracking
</span>
</a>
<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 style="left: 14.561%; top: 75.351%;">
Dynamic programming
</span>
</a>
@@ -197,7 +197,7 @@
</a>
</div>
<div class="heading-div">
<img alt="" src="https://readme-typing-svg.demolab.com?font=Noto+Sans+SC&amp;weight=400&amp;duration=3500&amp;pause=2000&amp;color=21C8B8&amp;center=true&amp;vCenter=true&amp;random=false&amp;width=200&amp;lines=Hello%2C+Algo+!" style="height: min(9vh, 12vw);"/>
<img alt="" src="https://readme-typing-svg.demolab.com/?font=Noto+Sans+SC&amp;weight=400&amp;duration=3500&amp;pause=2000&amp;color=FFF&amp;center=true&amp;vCenter=true&amp;random=false&amp;width=200&amp;lines=Hello%2C+Algo+!" style="height: min(9vh, 12vw);"/>
<div style="pointer-events: auto;">
<p style="margin-top: max(-1vh, -2vw); margin-bottom: min(2vh, 3.5vw);">
Data structures and algorithms crash course with animated illustrations and off-the-shelf code
@@ -250,7 +250,7 @@
<img alt="" src="https://img.shields.io/badge/Zig-snow?logo=zig&amp;logoColor=F7A41D"/>
</div>
<p style="margin-top: 2em;">
500 animated illustrations, 14 programming languages, and 3000 community Q&amp;As to help you quickly get started with data structures and algorithms
500 animated illustrations, 14 programming languages, and 3000 community Q&amp;As to help you dive into data structures and algorithms.
</p>
</div>
</section>
@@ -282,7 +282,7 @@
</div>
<div class="text-button">
<span>
Read online
Web
</span>
<svg viewbox="0 0 320 512" xmlns="http://www.w3.org/2000/svg">
<path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z">
@@ -296,7 +296,7 @@
<img alt="" class="device-on-hover" src="../assets/hero/pdf_ipad.png" style="height: 75%;"/>
<div class="text-button">
<span>
Download PDF
PDF
</span>
<svg viewbox="0 0 320 512" xmlns="http://www.w3.org/2000/svg">
<path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z">
@@ -348,7 +348,7 @@
</h3>
</div>
<p style="margin: 0;">
It's crafted for ease of understanding, ensuring a smooth learning journey.
Its crafted for a smooth learning experience.
</p>
<p class="intro-quote">
"A picture is worth a thousand words."
@@ -371,7 +371,7 @@
</h3>
</div>
<p style="margin: 0;">
Featuring multiple programming languages, all runnable with a single click.
One click to run code in multiple languages.
</p>
<p class="intro-quote">
"Talk is cheap. Show me the code."
@@ -392,7 +392,7 @@
</h3>
</div>
<p style="margin: 0;">
Welcome discussions and questions with open arms.
Dont hesitate to ask or share your thoughts.
</p>
<p class="intro-quote">
"Learning by teaching."