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: n_queens.cpp
* Created Time: 2023-05-04
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: permutations_i.cpp
* Created Time: 2023-04-24
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: permutations_ii.cpp
* Created Time: 2023-04-24
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: preorder_traversal_i_compact.cpp
* Created Time: 2023-04-16
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: preorder_traversal_ii_compact.cpp
* Created Time: 2023-04-16
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: preorder_traversal_iii_compact.cpp
* Created Time: 2023-04-16
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: preorder_traversal_iii_template.cpp
* Created Time: 2023-04-16
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: subset_sum_i.cpp
* Created Time: 2023-06-21
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: subset_sum_i_naive.cpp
* Created Time: 2023-06-21
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"

View File

@ -1,7 +1,7 @@
/**
* File: subset_sum_ii.cpp
* Created Time: 2023-06-21
* Author: Krahets (krahets@163.com)
* Author: krahets (krahets@163.com)
*/
#include "../utils/common.hpp"