This is being worked on after Arai 60: https://github.com/ryosuketc/leetcode_arai60.
- https://www.techinterviewhandbook.org/grind75/
- LeetCode list: https://leetcode.com/problem-list/rab78cw1/
Refer to PRs.
- Open PRs: https://github.com/ryosuketc/leetcode_grind75/pulls
- All PRs: https://github.com/ryosuketc/leetcode_grind75/pulls?q=is%3Apr
- C++
- Python
- https://github.com/hayashi-ay/leetcode/pulls
- https://github.com/olsen-blue/Arai60/pulls
- https://github.com/fuga-98/arai60/pulls
- https://github.com/nittoco/leetcode/pulls
- https://github.com/t0hsumi/leetcode/pulls
- https://github.com/Mike0121/LeetCode/pulls
- https://github.com/TORUS0818/leetcode/pulls
- https://github.com/Fuminiton/LeetCode/pulls
- https://github.com/shining-ai/leetcode/
- Rust
- マニュアル
- コメント集
- Discord rytc_ channel connected via Webhook
- Arai 60: https://github.com/ryosuketc/leetcode_arai60.
- C++ 入門系
- Run
create.shto make the relevant resources (branch, folder, files). - Work on the problem (from step1 to step3, per manual).
- Run
prcreate.shto make a PR. - Post a review request to Discord: レビュー依頼.
- Work on review comments.
- Merge the PR (for better code search).
# Both take <directory_name> and <URL>
$ ./create.sh "8. String to Integer (atoi)" https://leetcode.com/problems/string-to-integer-atoi/description/
$ ./prcreate.sh "8. String to Integer (atoi)" https://leetcode.com/problems/string-to-integer-atoi/description/