mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 05:55:12 +00:00
[PR #475] [MERGED] Add leetcode String to Integer (atoi) (8.c) and Integer to Roman (12.c) #878
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/475
Author: @Paul-Fugmann
Created: 10/26/2019
Status: ✅ Merged
Merged: 10/28/2019
Merged by: @danghai
Base:
master← Head:master📝 Commits (3)
cd679fdAdd leetcode String to Integer (atoi) (8.c) and Integer to Roman (12.c)9c346deMerge branch 'master' into masterf5000f2Merge branch 'master' into master📊 Changes
3 files changed (+226 additions, -0 deletions)
View changed files
📝
leetcode/README.md(+2 -0)➕
leetcode/src/12.c(+164 -0)➕
leetcode/src/8.c(+60 -0)📄 Description
Leetcode Solution:
Problem 8: String to Integer (atoi)
Problem 12: Integer to Roman
#249
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.