Skip to content

Conversation

@julnox
Copy link

@julnox julnox commented Jul 11, 2023

Pull Request

Description

Implement the myAtoi(string s) function, which converts a string to a 32-bit signed integer (similar to C/C++'s atoi function). The language used is C++

https://leetcode.com/problems/string-to-integer-atoi/

Put check marks:

Have you made changes in README file ?

  • Added problem & solution under correct topic.
  • Specified Space & Time complexity.
  • Specified difficulty level, tag & Note(if any).

How Has This Been Tested?

I used unit tests with GoogleTest and CMake to practice TDD, basically the tests verified the requirements of the problem, I committed them on a different branch.

@welcome
Copy link

welcome bot commented Jul 11, 2023

I can tell this is your first pull request! Thank you I'm so honored. 🎉🎉🎉 I'll take a look at it ASAP!

@GouravRusiya30
Copy link
Member

Readme is not correctly updated @julnox

@julnox julnox closed this by deleting the head repository Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants