Some improvements (#1073)

* Update avatar's link in the landing page

* Bug fixes

* Move assets folder from overrides to docs

* Reduce figures' corner radius

* Update copyright

* Update header image

* Krahets -> krahets

* Update the landing page
This commit is contained in:
Yudong Jin
2024-02-07 22:21:18 +08:00
committed by GitHub
parent b77abf058a
commit a005c6ebd3
323 changed files with 419 additions and 366 deletions

View File

@@ -1,7 +1,7 @@
<!--
File: bubble_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{bubble_sort}-[class]{}-[func]{bubble_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: bucket_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{bucket_sort}-[class]{}-[func]{bucket_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: counting_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{counting_sort}-[class]{}-[func]{counting_sort_naive} -->

View File

@@ -1,7 +1,7 @@
<!--
File: heap_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{heap_sort}-[class]{}-[func]{heap_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: insertion_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{insertion_sort}-[class]{}-[func]{insertion_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: merge_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{merge_sort}-[class]{}-[func]{merge_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: quick_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{quick_sort}-[class]{quick_sort}-[func]{partition} -->

View File

@@ -1,7 +1,7 @@
<!--
File: radix_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{radix_sort}-[class]{}-[func]{radix_sort} -->

View File

@@ -1,7 +1,7 @@
<!--
File: selection_sort.md
Created Time: 2024-01-05
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
--->
<!-- [file]{selection_sort}-[class]{}-[func]{selection_sort} -->