aylei / leetcode-rust

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

add feature - generate random problem #9

Closed yue2388253 closed 4 years ago

yue2388253 commented 5 years ago

use "cargo run random" to generate a random problem.

yue2388253 commented 5 years ago

Now that the program can handle the case that the problem has no rust version.

However, I don't know what "the problem is locked" means? Could you please say it in more details?

aylei commented 5 years ago

Now that the program can handle the case that the problem has no rust version.

However, I don't know what "the problem is locked" means? Could you please say it in more details?

I mean some problems are only available for leetcode premium, the subscription plan

yue2388253 commented 4 years ago

Sorry to late reply. This PR is ready for merge.

BTW, recently I am preparing my paper and thus might not be able to work on this repo.

aylei commented 4 years ago

@yue2388253 Thanks!