Crate brads_leet_code_string_to_integer

Source
Expand description

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.

Structs§

Solution
An empty struct with implementation solving the my_atoi leet code problem.