An open API service indexing awesome lists of open source software.

https://github.com/blakmatrix/stringtointeger

A simple String to Integer algorithm in Java not using parseInt
https://github.com/blakmatrix/stringtointeger

Last synced: 3 months ago
JSON representation

A simple String to Integer algorithm in Java not using parseInt

Awesome Lists containing this project

README

          

# StringToInteger in Java

Simple program that doesn't use built-in ```parseInt()``` w/ a few simple tests