/Matrix

Hometask #3 for .NET courses

Primary LanguageC#

Matrix

Hometask #3 for Kottans.NET courses

** A little library for working with matricies

Instructions:

  • Fork or copy the contents of this repository to the folder with your hometasks

  • Open Matrix.sln in VS 2015. You will see one project with the name Matrix.Tests there.

  • Create one more project for the implementation.

  • Execute the following until all the tests pass:

    • Uncomment test
    • Do all that is necessary to build the project
    • Make the test to pass
    • Refactor if needed
  • Add your own test

Have fun :)