leetcode-rust
leetcode-rust copied to clipboard
filter useless snippets when add a problem and rustfmt code
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
*
*/
I format the two rust file with rustfmt
Sorry for the late response, the patch looks good to me! could you please resolve the merge conflicts?