codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Create find_the_trace_of_a_matrix.pl #5648

Closed charan-hash closed 6 months ago

charan-hash commented 6 months ago

📑 Description This PR introduces a Perl program to calculate the trace of a square matrix. The trace of a square matrix is defined as the sum of its diagonal elements from the upper left to the lower right.

🐞 Related Issue Closes #3487

📦 Changes Made Added a new Perl file find_the_trace_of_a_matrix.pl. Implemented the program to calculate the trace of a square matrix. The program takes a square matrix as input, from user input. Utilized Perl's built-in functions and data structures to efficiently calculate the trace.

vercel[bot] commented 6 months ago

@charan-hash is attempting to deploy a commit to the Codinasion Team on Vercel.

A member of the Team first needs to authorize it.

codinasion-bot[bot] commented 6 months ago

👋🏻 Hey @charan-hash

💖 Thanks for opening this pull request 💖

This PR will be reviewed and merged shortly.

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: f92ebc02c2f01cdddc97e86a21b1ec53f7f5f914

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codinasion-bot[bot] commented 6 months ago

Thanks very much for contributing!

Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.

Support this project by giving it a star ⭐.

If you're looking for your next contribution, check out our help wanted issues :zap: