Template:Algorithm

From AlgowikiPool
Revision as of 11:28, 15 October 2016 by GrishinaAnna (talk | contribs)
Jump to navigation Jump to search
{{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>
}}