MilindGupta-Creator / Competitive-Coding-Section

Create sections labbled further in issue section
MIT License
21 stars 72 forks source link

Implemented Atoi (GFG Practice Solution) #26

Closed nishamehra closed 3 years ago

nishamehra commented 3 years ago

Implement Atoi: The function takes a string(str) as argument and converts it to an integer and returns it.

MilindGupta-Creator commented 3 years ago

Well done