#solution #integer #string #problem #leetcode #atoi

brads_leet_code_string_to_integer

LeetCode string to integer (atoi) problem solution

2 releases

0.1.1 Jul 16, 2022
0.1.0 Jul 16, 2022

#38 in #leetcode

MIT license

4KB
69 lines

Now you read me, ha!


lib.rs:

A library crate with the sole purpose of building out a solution to the 'string_to_integer, atoi' LeetCode problem. This was a particularly performant solution, though a bit messily coded.

No runtime deps