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

 
 
 

Contributors

Languages

  • Jupyter Notebook 70.5%
  • Python 29.5%