An open API service indexing awesome lists of open source software.

https://github.com/calloc134/leetcode-you

leetcodeの練習。Rustを利用
https://github.com/calloc134/leetcode-you

Last synced: 4 months ago
JSON representation

leetcodeの練習。Rustを利用

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 でやるのが便利なのです