aylei / leetcode-rust

my leetcode solutions in rust
Apache License 2.0
723 stars 141 forks source link

Fix the inconsistency #15

Closed mapx closed 4 years ago

mapx commented 4 years ago

There is some inconsistency between src/lib.rs and new problem-solving files, which is fixed in this PR.

All *.rs files are processed by rustfmt as well.

aylei commented 4 years ago

Thanks!