[PR #473] [CLOSED] Adding leetcode Rotate Array (189.c) and Count Primes (204.c) #874

Open
opened 2026-01-29 15:15:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/473
Author: @andre143
Created: 10/26/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 2ec2f92 Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/473 **Author:** [@andre143](https://github.com/andre143) **Created:** 10/26/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2ec2f92`](https://github.com/TheAlgorithms/C/commit/2ec2f922844f53f0d764186133e165d11ddfe0c9) Adding leetcode Rotate Array (189.c) and Count Primes (204.c) ### 📊 Changes **3 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+2 -0) ➕ `leetcode/src/189.c` (+11 -0) ➕ `leetcode/src/204.c` (+16 -0) </details> ### 📄 Description Leetcode Solution: Problem 189: Rotate Array Problem 204: Count Primes #249 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#874