rustindia / Rust-for-undergrads

C/C++ programming probelms re-written in Rust
https://rustindia.github.io/Rust-for-undergrads/
GNU General Public License v3.0
249 stars 113 forks source link

Create string_reverse #88

Open nsnk opened 5 years ago

swarnimarun commented 4 years ago

Not sure if such examples are needed that directly use std functions...

Nonetheless I am pretty sure we don't want to use this method for reverse because it ends up with reversed USVs which is likely not what we want.

For more details read the Unicode Docs and stuff...