Skip to content

Commit 23c2aac

Browse files
committed
Use global authors
1 parent 36f60d9 commit 23c2aac

13 files changed

+46
-50
lines changed

blog/2020-09-02-welcome.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Welcome
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [welcome]
85
---
96

blog/2020-09-23-git-usage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Git 使用指南:理解 Git 工作原理
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [git, guide]
85
---
96

blog/2020-10-10-algorithm1.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: 斐波那契数列
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [algorithm]
85
---
96

blog/2020-11-04-algorithm3.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: 阶乘字符串
3-
author: DoremySwee
4-
authorTitle: Member of algorithm team
5-
authorURL: https://github.com/DoremySwee
6-
authorImageURL: https://avatars0.githubusercontent.com/u/66953201?s=400&u=58b3bbef3de5713252ff2d597346a72432399daf&v=4
3+
authors: doremyswee
74
tags: [algorithm]
85
---
96

blog/2020-12-02-algorithm5.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Livestock Lineup
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [algorithm]
85
---
96

blog/2021-11-24-network-flow.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
authors:
3-
name: 顾淇元 Alex
4-
url: https://github.com/phoeniiix1203
5-
image_url: https://github.com/phoeniiix1203.png
2+
authors: alex-gu
63
tags: [algorithm]
74
---
85

@@ -14,6 +11,8 @@ tags: [algorithm]
1411

1512
接下来通过不断优化算法,例如灵活运用 `Edmond-Karp` 动能算法(复杂度 $O(nm^2)$ ), `Dinic` 算法(复杂度 $O(n^2m)$ )和 `ISAP` 算法(复杂度 $O(n^2m)$ ,不需 BFS 多次)。此外还讲解了一个优美的定理:**最大流最小割定理**。这一定理在一些图论问题中有着有趣的应用:
1613

14+
<!-- truncate -->
15+
1716
## 例题
1817

1918
<question>

blog/authors.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
josh-cena:
2+
name: Josh Cena
3+
title: 信息化社 2022 届社长
4+
url: https://github.com/Josh-Cena
5+
image_url: https://github.com/Josh-Cena.png
6+
doremyswee:
7+
name: DoremySwee
8+
title: 2022 届算法小组成员
9+
url: https://github.com/DoremySwee
10+
image_url: https://github.com/DoremySwee.png
11+
alex-gu:
12+
name: 顾淇元 Alex
13+
title: 2023 届算法小组成员
14+
url: https://github.com/phoeniiix1203
15+
image_url: https://github.com/phoeniiix1203.png

i18n/en/docusaurus-plugin-content-blog/2020-09-02-welcome.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Welcome
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [welcome]
85
---
96

i18n/en/docusaurus-plugin-content-blog/2020-09-23-git-usage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: 'Git usage guide: understanding working principles of Git'
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [git, guide]
85
---
96

i18n/en/docusaurus-plugin-content-blog/2020-10-10-algorithm1.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Fibonacci sequence
3-
author: Josh Cena
4-
authorTitle: Leader of Computerization
5-
authorURL: https://github.com/Josh-Cena
6-
authorImageURL: https://avatars2.githubusercontent.com/u/55398995?s=400&u=88dc0dcb0691877524dd8739db9fde7ed4fa9721&v=4
3+
authors: josh-cena
74
tags: [algorithm]
85
---
96

@@ -20,8 +17,7 @@ export const Question = ({ children, color }) => (
2017
padding: '1em',
2118
marginBottom: '1em',
2219
marginTop: '1em',
23-
}}
24-
>
20+
}}>
2521
{children}
2622
</div>
2723
);

0 commit comments

Comments
 (0)