Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 204 Bytes

README.md

File metadata and controls

executable file
·
6 lines (5 loc) · 204 Bytes

numericalalgs

Fast numerical algorithms in C.

  • Strassen's algorithm for matrix multiplication
  • Partitioning using Karmarkar-Karp and simulated annealing
  • Find minimum spanning trees using min-heaps