Skip to content

Aditya002500/Python-Matrix-Reloaded-Challenge

Β 
Β 

Repository files navigation

🧠 Matrix Operations Challenge

Welcome to the Matrix Operations Challenge, hosted as part of the "Python Matrix Reloaded" Workshop! This challenge will test your ability to implement and optimize a custom Matrix class in Python.

πŸ“… Deadline

πŸ•˜ Submit before: 9 PM today

πŸ“₯ Submission Instructions

  1. Fork this repository.
  2. Add your completed files to your forked repository.
  3. Name your files using the following format:
matrix_challenge_<Name>_<USN>.py
report_<Name>_<USN>.md
  1. Create a Pull Request to this repository before the deadline.

πŸ—‚οΈ Files to Submit

  • matrix_challenge_<Name>_<USN>.py
  • report_<Name>_<USN>.md

Your report should include:

  • Profiling outputs (cProfile, line_profiler)
  • Time and memory comparisons (before vs after optimization)
  • Explanation of optimizations and their impact

πŸ’Ž Bonus

Re-implement part of your Matrix class in Cython for additional performance gains.

Happy Hacking! πŸ§ πŸ’»

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.5%
  • Python 29.5%