leetcode-rust 0.1.0

Some solutions about leetcode in rust lang
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "leetcode-rust"
version = "0.1.0"
authors = ["yjhmelody <465402634@qq.com>"]
keywords = ["LeetCode"]
description = "Some solutions about leetcode in rust lang"
homepage = "https://github.com/yjhmelody/leetcode-rust"
readme = "README.md"
repository = "https://github.com/yjhmelody/leetcode-rust"
license = "MIT"

edition = "2018"

[dependencies]
rand = "0.6"