Skip to content

maciej7777/MatrixOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MatrixOperations

About the project

The project contains implementation of basic matrix operations in java. For now there is only one operation added - rotating the matrix. The project enables to rotate the NxM matrix with additional structure, or rotate NxN matrix in place, as it space efficient.

How does a matrix rotation work?

An example of such an operation is presented below. The frist matrix is a strat matrix:

By rotatin the matrix it can be transformed to the following matrix:

As one can note, the matrix is rotated by 90 degrees clockwise.

Notes

As the project is created for a self improvement reasons, it can be developed in a very unregullar way.

About

Implementation of basic matrix operations in java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages