Arai60を解くためのリポジトリ
ref: ソフトウェアエンジニアリング協会 LeetCode練習会の始め方(WEB版のGitHubを使用する方法)|午後のいろは
- Add file→Create new file.
- problem_name/problem_name.mdを作成し、その中にmemoとコードを混ぜたものを入れる。
- コードは```で囲って書く
- Commit changes→Create a new branch for this commit and start a pull request
- Add a descriptionに以下のtemplateで記載
This problem:
f{this_problem_url_link}
Next problem:
f{next_problem_url_link}- Discordに以下の文面でレビュー依頼
お世話になっております。
{problem_name}に取り組みました。
お忙しいところ恐縮ですが、レビューをお願いいたします。
問題: {this_problem_url_link}
PR: {this_problem_pull_request_url_link}
言語: {used_programming_language}
{review_request_usernames}