Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Latest commit

Β 

History

History
47 lines (23 loc) Β· 1 KB

File metadata and controls

47 lines (23 loc) Β· 1 KB

🧠 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! πŸ§ πŸ’»