https://github.com/calloc134/leetcode-you
leetcodeの練習。Rustを利用
https://github.com/calloc134/leetcode-you
Last synced: 4 months ago
JSON representation
leetcodeの練習。Rustを利用
- Host: GitHub
- URL: https://github.com/calloc134/leetcode-you
- Owner: calloc134
- Created: 2024-10-02T06:06:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T03:51:53.000Z (about 1 year ago)
- Last Synced: 2025-08-02T19:22:33.095Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 概要
leetcode を Rust でやっていくリポジトリです。
ここで試行錯誤しています。
コードがところどころ汚いですが、ご容赦ください・・・
[https://zenn.dev/calloc134/scraps/8afa2fae389b1e](https://zenn.dev/calloc134/scraps/8afa2fae389b1e)
## Rust で leetcode をやるとここが嬉しい
- Rust の勉強になる
- Python みたいな便利な関数が使え、型も付く
- とりあえず速い
- Rust の VSCode 拡張機能が便利でテストもしやすい
leetcode は標準入出力を利用せず、関数を実装するだけなので、Rust でやるのが便利なのです