[PR #490] [MERGED] Adding leetcode Rotate Array (189.c) #900

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/490
Author: @andre143
Created: 10/29/2019
Status: Merged
Merged: 10/30/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (2)

  • 2ec2f92 Adding leetcode Rotate Array (189.c) and Count Primes (204.c)
  • 7c0e52f Remove leetcode Count Primes (204.c)

📊 Changes

2 files changed (+12 additions, -0 deletions)

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/189.c (+11 -0)

📄 Description

Leetcode Solution:
Problem 189: Rotate Array


🔄 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/490 **Author:** [@andre143](https://github.com/andre143) **Created:** 10/29/2019 **Status:** ✅ Merged **Merged:** 10/30/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`2ec2f92`](https://github.com/TheAlgorithms/C/commit/2ec2f922844f53f0d764186133e165d11ddfe0c9) Adding leetcode Rotate Array (189.c) and Count Primes (204.c) - [`7c0e52f`](https://github.com/TheAlgorithms/C/commit/7c0e52f794b5ab87263cfd3f2b12eb534ed26281) Remove leetcode Count Primes (204.c) ### 📊 Changes **2 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/189.c` (+11 -0) </details> ### 📄 Description Leetcode Solution: Problem 189: Rotate Array --- <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:16:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#900