Difference between revisions of "Template:Algorithm"
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
GrishinaAnna (talk | contribs) |
GrishinaAnna (talk | contribs) |
||
Line 29: | Line 29: | ||
}} | }} | ||
</source> | </source> | ||
+ | |||
+ | [[en:Template:Algorithm]] | ||
+ | </noinclude> |
Latest revision as of 11:57, 15 October 2016
{{algorithm
| name = Разложение Холецкого
| 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>
}}