Skip to content

String to int (atoi) #929

Closed
Closed
@raksha009

Description

@raksha009

🚀 Feature

Implement atoi which converts a string to an integer.

The function first discards as many whitespace characters as necessary until the first non-whitespace character is found. Then, starting from this character, takes an optional initial plus or minus sign followed by as many numerical digits as possible, and interprets them as a numerical value.

The string can contain additional characters after those that form the integral number, which are ignored and have no effect on the behavior of this function.

If the first sequence of non-whitespace characters in str is not a valid integral number, or if no such sequence exists because either str is empty or it contains only whitespace characters, no conversion is performed.

If no valid conversion could be performed, a zero value is returned.

Have you read the Contributing Guidelines on Pull Requests?
Yes

Motivation
Adding new algorithm and hence making the repo more extensive.

I would love to contribute and work on this issue.
Plz assign me this issue in Java and C++ .
@Kajol-Kumari @iamrajiv @SKAUL05

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions