aylei / aylei/leetcode-rust

Manipulating rust iterators

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
764
Forks
145
PR merge metrics
No merged PRs in 30d

Description

Hi,

Out of interest, I read one of your solution s0007.

I was given the impression from problem desc that a solution would be like
```
str.push('-');
str[1..].chars().rev().collect::().parse().unwrap_or(0)
```

Your code is much like c than rust.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.