Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.88 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.88 KB

Monaco.Algorithms

Collection of Reference Algorithms implemented in C#. Most implemented with generics where possible. Not intended for production use.

Sorting Algorithms

Search Algorithms

Sequence Algorithms

Image Algorithms

Linear Algebra Algorithms

Data Structures

Miscellaneous

Dependencies

  • NUnit : Unit Tests
  • ImageSharp : Image format support
  • MathNET.Numerics : Matrix support
  • CsvHelper : Integration test data loading