Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 247 Bytes

JavaDemos

Java demos for basic data structures and algorithms

1: Rotate Matrix Given an image represented by an NXN matrix, write a method to rotate the image 90 degrees. To Run: javac rotateMatrix.java java rotateMatrix Enter matrix size: n