-
Notifications
You must be signed in to change notification settings - Fork 20k
Create Atoi Function.java #3756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
adjamalbek
commented
Oct 31, 2022
- I have read CONTRIBUTING.md.
- This pull request is all my own work -- I have not plagiarized it.
- All filenames are in PascalCase.
- All functions and variable names follow Java naming conventions.
- All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
There is a method in C++, which converts String to an Integer, called Atoi function, this is my own implementation of this function.
Requesting review from @siriak and @yanglbme and @debasishbsws for approval and merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Head branch was pushed to by a user without write access
Can you please approve it with HacktobeFest tag, seems like there was an issue with build, which was caused not by me, I just open a new pull request |