Skip to content

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

Merged
merged 10 commits into from
Nov 1, 2022
Merged

Conversation

adjamalbek
Copy link
Contributor

  • 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.

adjamalbek and others added 5 commits October 31, 2022 14:44
There is a method in C++, which converts String to an Integer, called Atoi function, this is my own implementation of this function.
@adjamalbek
Copy link
Contributor Author

Requesting review from @siriak and @yanglbme and @debasishbsws for approval and merging.

@debasishbsws debasishbsws enabled auto-merge (squash) November 1, 2022 06:29
debasishbsws
debasishbsws previously approved these changes Nov 1, 2022
Copy link
Member

@debasishbsws debasishbsws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@adjamalbek adjamalbek changed the title My Atoi Function Create Atoi Function.java Nov 1, 2022
auto-merge was automatically disabled November 1, 2022 10:05

Head branch was pushed to by a user without write access

@adjamalbek
Copy link
Contributor Author

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

@debasishbsws debasishbsws merged commit fea982d into TheAlgorithms:master Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants