This commit is contained in:
Anurag Pandey 2024-11-25 10:50:27 +00:00 committed by GitHub
commit b383cab493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 53 additions and 44 deletions

View file

@ -1,4 +1,4 @@
<!--Section: hero --> <!-- Section: hero -->
<section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div" <section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div"
style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;"> style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;">
<!-- hero image --> <!-- hero image -->
@ -288,8 +288,7 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/curtishd"> <a href="https://github.com/curtishd">
<img class="profile-img" src="assets/avatar/avatar_curtishd.jpg" <img class="profile-img" src="assets/avatar/avatar_curtishd.jpg" alt="Reviewer: curtishd" />
alt="Reviewer: curtishd" />
<br><b>curtishd</b> <br><b>curtishd</b>
<br><sub>Kotlin</sub> <br><sub>Kotlin</sub>
</a> </a>
@ -378,4 +377,4 @@
</a> </a>
</div> </div>
</div> </div>
</section> </section>

View file

@ -1,4 +1,4 @@
<!--Section: hero --> <!-- Section: hero -->
<section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div" <section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div"
style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;"> style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;">
<!-- hero image --> <!-- hero image -->
@ -44,7 +44,8 @@
<span style="left: 71.195%; top: 6.503%;">Graph</span> <span style="left: 71.195%; top: 6.503%;">Graph</span>
</a> </a>
<a href="chapter_searching/"> <a href="chapter_searching/">
<img src="../assets/hero/chapter_searching.png" alt="" style="height: 15.149%; left: 18.185%; top: 16.404%;"> <img src="../assets/hero/chapter_searching.png" alt=""
style="height: 15.149%; left: 18.185%; top: 16.404%;">
<span style="left: 14.556%; top: 20.876%;">Searching</span> <span style="left: 14.556%; top: 20.876%;">Searching</span>
</a> </a>
<a href="chapter_sorting/"> <a href="chapter_sorting/">
@ -57,7 +58,8 @@
<span style="left: 29.42%; top: 6.679%;">Divide and conquer</span> <span style="left: 29.42%; top: 6.679%;">Divide and conquer</span>
</a> </a>
<a href="chapter_backtracking/"> <a href="chapter_backtracking/">
<img src="../assets/hero/chapter_backtracking.png" alt="" style="height: 17.338%; left: 4.875%; top: 32.925%;"> <img src="../assets/hero/chapter_backtracking.png" alt=""
style="height: 17.338%; left: 4.875%; top: 32.925%;">
<span style="left: 4.742%; top: 50.113%;">Backtracking</span> <span style="left: 4.742%; top: 50.113%;">Backtracking</span>
</a> </a>
<a href="chapter_dynamic_programming/"> <a href="chapter_dynamic_programming/">
@ -128,7 +130,8 @@
<img src="https://img.shields.io/badge/Dart-snow?logo=dart&logoColor=0175C2" alt="" /> <img src="https://img.shields.io/badge/Dart-snow?logo=dart&logoColor=0175C2" alt="" />
<img src="https://img.shields.io/badge/Zig-snow?logo=zig&logoColor=F7A41D" alt="" /> <img src="https://img.shields.io/badge/Zig-snow?logo=zig&logoColor=F7A41D" alt="" />
</div> </div>
<p style="margin-top: 2em;">500 animated illustrations, 14 programming languages, and 3000 community Q&As to help you quickly get started with data structures and algorithms</p> <p style="margin-top: 2em;">500 animated illustrations, 14 programming languages, and 3000 community Q&As to
help you quickly get started with data structures and algorithms</p>
</div> </div>
</section> </section>
@ -144,7 +147,8 @@
<div class="media-block"> <div class="media-block">
<a href="chapter_paperbook/"> <a href="chapter_paperbook/">
<div style="height: 8.17%;"></div> <div style="height: 8.17%;"></div>
<img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png" alt="Cover"> <img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png"
alt="Cover">
<div class="text-button"> <div class="text-button">
<span>Paperbook</span> <span>Paperbook</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
@ -190,11 +194,14 @@
<h3 style="text-align: center; margin: 1em auto;">Endorsements</h3> <h3 style="text-align: center; margin: 1em auto;">Endorsements</h3>
<div class="intro-container" style="margin: 0 auto;"> <div class="intro-container" style="margin: 0 auto;">
<div class="intro-text endor-text"> <div class="intro-text endor-text">
<p style="margin-bottom: 0;">“An easy-to-understand book on data structures and algorithms, which guides readers to learn by minds-on and hands-on. Strongly recommended for algorithm beginners!”</p> <p style="margin-bottom: 0;">“An easy-to-understand book on data structures and algorithms, which guides
<p style="font-weight: bold;">—— Junhui Deng, Professor, Department of computer science and technology, Tsinghua University</p> readers to learn by minds-on and hands-on. Strongly recommended for algorithm beginners!”</p>
<p style="font-weight: bold;">—— Junhui Deng, Professor, Department of computer science and technology,
Tsinghua University</p>
</div> </div>
<div class="intro-text endor-text"> <div class="intro-text endor-text">
<p style="margin-bottom: 0;">“If I had 'Hello Algo' when I was learning data structures and algorithms, it would have been 10 times easier!”</p> <p style="margin-bottom: 0;">“If I had 'Hello Algo' when I was learning data structures and algorithms,
it would have been 10 times easier!”</p>
<p style="font-weight: bold;">—— Mu Li, Senior principal scientist, Amazon</p> <p style="font-weight: bold;">—— Mu Li, Senior principal scientist, Amazon</p>
</div> </div>
</div> </div>
@ -214,7 +221,8 @@
</svg> </svg>
<h3 style="margin-left: 0.5em;">Animated illustrations</h3> <h3 style="margin-left: 0.5em;">Animated illustrations</h3>
</div> </div>
<p style="margin: 0;">It's crafted for ease of understanding, ensuring a smooth learning journey.</p> <p style="margin: 0;">It's crafted for ease of understanding, ensuring a smooth learning journey.
</p>
<p class="intro-quote">"A picture is worth a thousand words."</p> <p class="intro-quote">"A picture is worth a thousand words."</p>
</div> </div>
</div> </div>
@ -232,7 +240,8 @@
</svg> </svg>
<h3 style="margin-left: 0.5em;">Off-the-shelf code</h3> <h3 style="margin-left: 0.5em;">Off-the-shelf code</h3>
</div> </div>
<p style="margin: 0;">Featuring multiple programming languages, all runnable with a single click.</p> <p style="margin: 0;">Featuring multiple programming languages, all runnable with a single click.
</p>
<p class="intro-quote">"Talk is cheap. Show me the code."</p> <p class="intro-quote">"Talk is cheap. Show me the code."</p>
</div> </div>
</div> </div>
@ -288,8 +297,7 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/curtishd"> <a href="https://github.com/curtishd">
<img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg" <img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg" alt="Reviewer: curtishd" />
alt="Reviewer: curtishd" />
<br><b>curtishd</b> <br><b>curtishd</b>
<br><sub>Kotlin</sub> <br><sub>Kotlin</sub>
</a> </a>
@ -303,7 +311,8 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/gvenusleo"> <a href="https://github.com/gvenusleo">
<img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg" alt="Reviewer: gvenusleo" /> <img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg"
alt="Reviewer: gvenusleo" />
<br><b>gvenusleo</b> <br><b>gvenusleo</b>
<br><sub>Dart</sub> <br><sub>Dart</sub>
</a> </a>
@ -317,14 +326,16 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/justin-tse"> <a href="https://github.com/justin-tse">
<img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg" alt="Reviewer: justin-tse" /> <img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg"
alt="Reviewer: justin-tse" />
<br><b>justin-tse</b> <br><b>justin-tse</b>
<br><sub>JS, TS</sub> <br><sub>JS, TS</sub>
</a> </a>
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/khoaxuantu"> <a href="https://github.com/khoaxuantu">
<img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg" alt="Reviewer: khoaxuantu" /> <img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg"
alt="Reviewer: khoaxuantu" />
<br><b>khoaxuantu</b> <br><b>khoaxuantu</b>
<br><sub>Ruby</sub> <br><sub>Ruby</sub>
</a> </a>
@ -381,15 +392,13 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/K3v123"> <a href="https://github.com/K3v123">
<img class="profile-img" src="../assets/avatar/avatar_K3v123.jpg" <img class="profile-img" src="../assets/avatar/avatar_K3v123.jpg" alt="Reviewer: K3v123" />
alt="Reviewer: K3v123" />
<br><b>K3v123</b> <br><b>K3v123</b>
</a> </a>
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/QiLOL"> <a href="https://github.com/QiLOL">
<img class="profile-img" src="../assets/avatar/avatar_QiLOL.jpg" <img class="profile-img" src="../assets/avatar/avatar_QiLOL.jpg" alt="Reviewer: QiLOL" />
alt="Reviewer: QiLOL" />
<br><b>QiLOL</b> <br><b>QiLOL</b>
</a> </a>
</div> </div>
@ -402,15 +411,13 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/SamJin98"> <a href="https://github.com/SamJin98">
<img class="profile-img" src="../assets/avatar/avatar_SamJin98.jpg" <img class="profile-img" src="../assets/avatar/avatar_SamJin98.jpg" alt="Reviewer: SamJin98" />
alt="Reviewer: SamJin98" />
<br><b>SamJin98</b> <br><b>SamJin98</b>
</a> </a>
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/yanedie"> <a href="https://github.com/yanedie">
<img class="profile-img" src="../assets/avatar/avatar_yanedie.jpg" <img class="profile-img" src="../assets/avatar/avatar_yanedie.jpg" alt="Reviewer: yanedie" />
alt="Reviewer: yanedie" />
<br><b>yanedie</b> <br><b>yanedie</b>
</a> </a>
</div> </div>
@ -423,15 +430,13 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/pengchzn"> <a href="https://github.com/pengchzn">
<img class="profile-img" src="../assets/avatar/avatar_pengchzn.jpg" <img class="profile-img" src="../assets/avatar/avatar_pengchzn.jpg" alt="Reviewer: pengchzn" />
alt="Reviewer: pengchzn" />
<br><b>pengchzn</b> <br><b>pengchzn</b>
</a> </a>
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/thomasq0"> <a href="https://github.com/thomasq0">
<img class="profile-img" src="../assets/avatar/avatar_thomasq0.jpg" <img class="profile-img" src="../assets/avatar/avatar_thomasq0.jpg" alt="Reviewer: thomasq0" />
alt="Reviewer: thomasq0" />
<br><b>thomasq0</b> <br><b>thomasq0</b>
</a> </a>
</div> </div>
@ -448,7 +453,8 @@
<!-- contributors --> <!-- contributors -->
<div style="margin: 2em auto;"> <div style="margin: 2em auto;">
<h3>Contributors</h3> <h3>Contributors</h3>
<p>This book has been enhanced through the collaborative efforts of more than 100 contributors. Thanks for their invaluable time and input!</p> <p>This book has been optimized by the efforts of over 100 contributors. We sincerely thank them for their
invaluable time and contributions!</p>
<a href="https://github.com/krahets/hello-algo/graphs/contributors"> <a href="https://github.com/krahets/hello-algo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krahets/hello-algo&max=300&columns=16" alt="Contributors" <img src="https://contrib.rocks/image?repo=krahets/hello-algo&max=300&columns=16" alt="Contributors"
style="width: 100%; max-width: 38.5em;"> style="width: 100%; max-width: 38.5em;">

View file

@ -1,4 +1,4 @@
<!--Section: hero --> <!-- Section: hero -->
<section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div" <section data-md-color-scheme="slate" data-md-color-primary="grey" class="home-div"
style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;"> style="height: min(100vh, 120vw); position: relative; margin-top:-2.4rem; padding: 0; overflow: hidden;">
<!-- hero image --> <!-- hero image -->
@ -44,7 +44,8 @@
<span style="left: 71.195%; top: 6.503%;"></span> <span style="left: 71.195%; top: 6.503%;"></span>
</a> </a>
<a href="chapter_searching/"> <a href="chapter_searching/">
<img src="../assets/hero/chapter_searching.png" alt="" style="height: 15.149%; left: 18.185%; top: 16.404%;"> <img src="../assets/hero/chapter_searching.png" alt=""
style="height: 15.149%; left: 18.185%; top: 16.404%;">
<span style="left: 14.556%; top: 20.876%;">搜尋</span> <span style="left: 14.556%; top: 20.876%;">搜尋</span>
</a> </a>
<a href="chapter_sorting/"> <a href="chapter_sorting/">
@ -57,7 +58,8 @@
<span style="left: 31.42%; top: 8.679%;">分治</span> <span style="left: 31.42%; top: 8.679%;">分治</span>
</a> </a>
<a href="chapter_backtracking/"> <a href="chapter_backtracking/">
<img src="../assets/hero/chapter_backtracking.png" alt="" style="height: 17.338%; left: 4.875%; top: 32.925%;"> <img src="../assets/hero/chapter_backtracking.png" alt=""
style="height: 17.338%; left: 4.875%; top: 32.925%;">
<span style="left: 4.742%; top: 50.113%;">回溯</span> <span style="left: 4.742%; top: 50.113%;">回溯</span>
</a> </a>
<a href="chapter_dynamic_programming/"> <a href="chapter_dynamic_programming/">
@ -144,7 +146,8 @@
<div class="media-block"> <div class="media-block">
<a href="/chapter_paperbook/"> <a href="/chapter_paperbook/">
<div style="height: 8.17%;"></div> <div style="height: 8.17%;"></div>
<img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png" alt="Cover"> <img class="device-on-hover" style="height: 66.83%;" src="../assets/hero/cover_render.png"
alt="Cover">
<div class="text-button"> <div class="text-button">
<span>紙質書(簡中)</span> <span>紙質書(簡中)</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
@ -288,8 +291,7 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/curtishd"> <a href="https://github.com/curtishd">
<img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg" <img class="profile-img" src="../assets/avatar/avatar_curtishd.jpg" alt="Reviewer: curtishd" />
alt="Reviewer: curtishd" />
<br><b>curtishd</b> <br><b>curtishd</b>
<br><sub>Kotlin</sub> <br><sub>Kotlin</sub>
</a> </a>
@ -303,7 +305,8 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/gvenusleo"> <a href="https://github.com/gvenusleo">
<img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg" alt="Reviewer: gvenusleo" /> <img class="profile-img" src="../assets/avatar/avatar_gvenusleo.jpg"
alt="Reviewer: gvenusleo" />
<br><b>gvenusleo</b> <br><b>gvenusleo</b>
<br><sub>Dart</sub> <br><sub>Dart</sub>
</a> </a>
@ -317,14 +320,16 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/justin-tse"> <a href="https://github.com/justin-tse">
<img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg" alt="Reviewer: justin-tse" /> <img class="profile-img" src="../assets/avatar/avatar_justin-tse.jpg"
alt="Reviewer: justin-tse" />
<br><b>justin-tse</b> <br><b>justin-tse</b>
<br><sub>JS, TS</sub> <br><sub>JS, TS</sub>
</a> </a>
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/khoaxuantu"> <a href="https://github.com/khoaxuantu">
<img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg" alt="Reviewer: khoaxuantu" /> <img class="profile-img" src="../assets/avatar/avatar_khoaxuantu.jpg"
alt="Reviewer: khoaxuantu" />
<br><b>khoaxuantu</b> <br><b>khoaxuantu</b>
<br><sub>Ruby</sub> <br><sub>Ruby</sub>
</a> </a>
@ -381,8 +386,7 @@
</div> </div>
<div class="profile-cell"> <div class="profile-cell">
<a href="https://github.com/Dr-XYZ"> <a href="https://github.com/Dr-XYZ">
<img class="profile-img" src="../assets/avatar/avatar_Dr-XYZ.jpg" <img class="profile-img" src="../assets/avatar/avatar_Dr-XYZ.jpg" alt="Reviewer: Dr-XYZ" />
alt="Reviewer: Dr-XYZ" />
<br><b>Dr-XYZ</b> <br><b>Dr-XYZ</b>
</a> </a>
</div> </div>
@ -399,4 +403,4 @@
</a> </a>
</div> </div>
</div> </div>
</section> </section>