Skip to content

Latest commit

 

History

History
112 lines (79 loc) · 6.01 KB

README-zh.md

File metadata and controls

112 lines (79 loc) · 6.01 KB

English | 中文

LeetCode 组队刷题

目录

介绍

代码仓库

 代码仓库的坐标:asdf2014 / algorithm

报名途径

 只需要在《Algorithm》文末的评论区,或者在 issues#40 中留言,即可随时参与

参与方式

 每位参与的小伙伴,都会获得代码仓库的 Collaborator 权限,可以自由地提交代码(不限制语种)。在 /Codes/${你的 Github 账号名} 目录下,每人都将拥有一个自己的代码库。留下 Github 名称后,将很快会收到邀请函,大家可以在 asdf2014 - algorithm - invitations 链接中认领(当然,也欢迎直接通过提交 Pull Request 参与进来)

# 一键完成您的第一次代码提交
bash -c "$(curl -L https://raw.githubusercontent.com/asdf2014/algorithm/master/first_commit.sh)"

刷题频率

 考虑到可能大家的闲暇时间并不多,我们暂定刷题频率为“一周一题”

选题策略

 选题机器人会在每周五晚八点,自动地随机选定一个题目,当前题目如下:

ID Title
114 Flatten Binary Tree to Linked List

🤖:最近一次更新时间为 2024-09-13 20:05:04


排行榜

完成题目最多的小伙伴

User Completed
yore 591
oh-mybug 218
gracekoo 193
stardrewer 119
gmywq392 50
Liam 47
ZZhang 47
jxdeng3264 46
Buddy119 32
asdf2014 32

最活跃的小伙伴

User Latest Active Date
shengyaqingfeng 2023-08-28 00:05:35
asdf2014 2023-08-13 20:12:58
gmywq392 2023-02-20 00:23:14
P_fzr 2023-02-20 00:23:14
gracekoo 2023-02-20 00:23:14
GinRyan 2023-02-20 00:23:14
mrright2019 2023-02-20 00:23:14
fengxuanmo 2023-02-20 00:23:14
purebaba 2022-08-30 17:21:56
yore 2022-07-20 10:31:02

🤖:排行榜的更新会在提交后自动执行。


初衷

 纯属公益项目,号召大家一起刷题,互相交流,共同进步。

鸣谢


更多内容,详见《Algorithm》。另外,如果遇到 Git 操作相关的问题,详见《Git 高级玩法》。