Difference between revisions of "Template:Algorithm"
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
Nebaruzdin (talk | contribs) (Transfer the template from Russian edition of Algowiki.) |
Nebaruzdin (talk | contribs) (Add interwiki.) |
||
Line 29: | Line 29: | ||
}} | }} | ||
</source> | </source> | ||
+ | |||
+ | [[ru:Template:Algorithm]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:11, 1 February 2016
{{algorithm
| name = Cholesky decomposition
| serial_complexity = <math>O(n^3)</math>
| pf_height = <math>O(n)</math>
| pf_width = <math>O(n^2)</math>
| input_data = <math>\frac{n (n + 1)}{2}</math>
| output_data = <math>\frac{n (n + 1)}{2}</math>
}}