Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add stat app (#4747) #4762

Merged
merged 1 commit into from Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/related_contest_sites/algorithm.md
Expand Up @@ -22,6 +22,12 @@ title: 不定期開催

### 統計情報を見る

- [leetcode-stats](https://github.com/JeremyTsaii/leetcode-stats) ![GitHub Repo stars](https://img.shields.io/github/stars/JeremyTsaii/leetcode-stats?style=plastic) - ユーザの順位や解答状況を表示することができる。

<div align="center">
<img loading = "lazy" src="../../images/related_contest_sites/leetcode/leetcode_stats.png" alt="leetcode stats">
</div>

- [LeetCode Stats Card](https://github.com/JacobLinCool/LeetCode-Stats-Card) - ユーザの統計情報をGitHubのREADMEやWebサイトなどに表示することができる。

<div align="center">
Expand Down