Skip to content

cxyang101/6.172-Performance-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

6172 Project 1: Fast Matrix Rotation

This program rotates images by 90 degrees using an efficient O(n^2) algorithm.

Get Started

cd snailspeed
make
./rotate -t file -f img/speedlimit.bmp -o img/rotated_speedlimit.bmp
  • see help in ./rotate for more ways to test
  • Note: tiers only test speed of your code but not correctness. If you want to test for correctness, please use correctness option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published