Sudip Ghoshimsudip.hashnode.dev·Sep 2, 2022Leetcode journey - Question 8 - String to Integer (atoi)Problem: Q8. String to Integer (atoi) Implement the myAtoi(string s) function, which converts a string to a 32-bit signed integer (similar to C/C++'s atoi function). The algorithm for myAtoi(string s) is as follows: Read in and ignore any leading wh...11 likes·32 readsleetcode-solutionAdd a thoughtful commentNo comments yetBe the first to start the conversation.