|
|
|
|
|
by eru
5541 days ago
|
|
The efficiency of algorithms depends on the language / model of computation you are using. For an extreme example, the best way to write an efficient matrix multiplication in Fortran is to write a naive matrix multiplication. The compiler will recognize the pattern, and transform it. |
|