You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found this now where I just opened a PR for this exact issue in the contain-rs/linked-list project.
It is actually quite easily fixed, I'd be happy to open a PR in this project, too. I'm just not sure how exactly the structure of this project works, e.g. how can I run the code part of src/sixth-final.rs? Sixth is also not implemented as a "proper" list in the lists folder, is there a specific reason for that?
I'd be happy to open a PR adding a sixth.rs with the full implementation and all the tests.
I just found this now where I just opened a PR for this exact issue in the contain-rs/linked-list project.
It is actually quite easily fixed, I'd be happy to open a PR in this project, too. I'm just not sure how exactly the structure of this project works, e.g. how can I run the code part of src/sixth-final.rs? Sixth is also not implemented as a "proper" list in the lists folder, is there a specific reason for that?
I'd be happy to open a PR adding a sixth.rs with the full implementation and all the tests.
Just copy the final code in the src/sixth-final.md, and I think it's equivalent to the lists/src/sixth.rs.
For example:
The text was updated successfully, but these errors were encountered: