aylei / leetcode-rust

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

filter useless snippets when add a problem and rustfmt code #11

Open whalecold opened 4 years ago

whalecold commented 4 years ago

filter useless tag like this:

* Input: 
 * 
 * 1 0 1 0 0
 * 1 0 <font color="red">1 <font color="red">1 1
 * 1 1 <font color="red">1 <font color="red">1 1
 * 1 0 0 1 0
 * 
 * Output: 4
 * 
 */
whalecold commented 4 years ago

I format the two rust file with rustfmt

aylei commented 4 years ago

Sorry for the late response, the patch looks good to me! could you please resolve the merge conflicts?