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
- Host: GitHub
- URL: https://github.com/blakmatrix/stringtointeger
- Owner: blakmatrix
- Created: 2011-10-14T07:46:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-14T07:53:51.000Z (about 14 years ago)
- Last Synced: 2024-02-29T14:32:00.421Z (almost 2 years ago)
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StringToInteger in Java
Simple program that doesn't use built-in ```parseInt()``` w/ a few simple tests