mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-18 06:05:09 +00:00
[PR #880] [CLOSED] Create rotate_array.cpp #1395
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/880
Author: @jhonDoe15
Created: 10/10/2021
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (4)
20548d0Create rotate_array.cppc6f8f41updated file with clang-tidy standardsc6b8af4convert cpp std lib to c std lib using stdio.h3f8a61cmake 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
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.