Skip to content

Aditya002500/Python-Matrix-Reloaded-Challenge

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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%