Sonatype interview question to convert a massive numeric integer into English words with REPL
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Added addendum to the readme about the purpose of this repo
355bdf2View on GitHubAdded a README file; added more documentation to each of the classes; built a JAR for Wordify located in the lib folder
1198828View on GitHubAdded a help message; added a 'max' and 'min' command; added a test for a mex representation
a6f077cView on GitHubFinished wordify and passed all unit tests to check if numbers are converted to English words properly
41f2cafView on GitHubAdded non-ASCII char test; simplified validity test to use no regex at all
b4cc77bView on GitHubAdded faster hint checking; added test for invisible space
f5ced4eView on GitHubAdded JUnit5 parameterized tests to test if a string integer is valid
834b23eView on GitHubAdded a dictionary of words; added a requirements reminder
80bd9edView on GitHub