Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MatrixTranspose.cpp #770

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Max-CoderBoi
Copy link

ptimizations:
Removed unnecessary if conditions – The formatting is now handled within the loop. Used variable-length arrays (VLAs) – Instead of defining a fixed-size 10x10 array, the program now dynamically allocates the exact required size based on user input. Formatted output for better readability – Removed extra blank lines and improved the structure.

ptimizations:
Removed unnecessary if conditions – The formatting is now handled within the loop.
Used variable-length arrays (VLAs) – Instead of defining a fixed-size 10x10 array, the program now dynamically allocates the exact required size based on user input.
Formatted output for better readability – Removed extra blank lines and improved the structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant