[PR #880] [CLOSED] Create rotate_array.cpp #1395

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/880
Author: @jhonDoe15
Created: 10/10/2021
Status: Closed

Base: masterHead: patch-1


📝 Commits (4)

  • 20548d0 Create rotate_array.cpp
  • c6f8f41 updated file with clang-tidy standards
  • c6b8af4 convert cpp std lib to c std lib using stdio.h
  • 3f8a61c make use of C I/O functions instead of cpp ones

📊 Changes

1 file changed (+43 additions, -0 deletions)

View changed files

misc/rotate_array.c (+43 -0)

📄 Description

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:
transform array sideways like rotating the array if it were a box rotated on it's side


🔄 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/880 **Author:** [@jhonDoe15](https://github.com/jhonDoe15) **Created:** 10/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`20548d0`](https://github.com/TheAlgorithms/C/commit/20548d05d533bf0caed09b1087d6fd3986e1d155) Create rotate_array.cpp - [`c6f8f41`](https://github.com/TheAlgorithms/C/commit/c6f8f412fdebcbc4d4b423a1473363d577cc671f) updated file with clang-tidy standards - [`c6b8af4`](https://github.com/TheAlgorithms/C/commit/c6b8af4d4ec9ae129e1cb03ffe8bd1aac0cdb50a) convert cpp std lib to c std lib using stdio.h - [`3f8a61c`](https://github.com/TheAlgorithms/C/commit/3f8a61c1c87d634c736bc1a346fc61d40a4d0f62) make use of C I/O functions instead of cpp ones ### 📊 Changes **1 file changed** (+43 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/rotate_array.c` (+43 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: transform array sideways like rotating the array if it were a box rotated on it's side <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/880"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> --- <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:20:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1395