mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 21:51:05 +00:00
[PR #473] [CLOSED] Adding leetcode Rotate Array (189.c) and Count Primes (204.c) #874
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/473
Author: @andre143
Created: 10/26/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2ec2f92Adding leetcode Rotate Array (189.c) and Count Primes (204.c)📊 Changes
3 files changed (+29 additions, -0 deletions)
View changed files
📝
leetcode/README.md(+2 -0)➕
leetcode/src/189.c(+11 -0)➕
leetcode/src/204.c(+16 -0)📄 Description
Leetcode Solution:
Problem 189: Rotate Array
Problem 204: Count Primes
#249
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.