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: bucket_sort.py
Created Time: 2023-03-30
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
"""

View File

@ -1,7 +1,7 @@
"""
File: counting_sort.py
Created Time: 2023-03-21
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
"""

View File

@ -1,7 +1,7 @@
"""
File: heap_sort.py
Created Time: 2023-05-24
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
"""

View File

@ -1,7 +1,7 @@
"""
File: merge_sort.py
Created Time: 2022-11-25
Author: timi (xisunyy@163.com), Krahets (krahets@163.com)
Author: timi (xisunyy@163.com), krahets (krahets@163.com)
"""

View File

@ -1,7 +1,7 @@
"""
File: radix_sort.py
Created Time: 2023-03-26
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
"""

View File

@ -1,7 +1,7 @@
"""
File: selection_sort.py
Created Time: 2023-05-22
Author: Krahets (krahets@163.com)
Author: krahets (krahets@163.com)
"""