Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 1.46 KB

File metadata and controls

8 lines (4 loc) · 1.46 KB

Length of String 3 hard

by Eosellmay Li @E0SelmY4V

Take the Challenge

Implement a type LengthOfString<S> just like Array#length:

Differing to two previous challenges about strings' length, this times the type must support strings about $10^6$ characters long, which makes it more challenging.


Back Share your Solutions Check out Solutions

Related Challenges

298・Length of String