Шаблон:Algorithm: различия между версиями
Перейти к навигации
Перейти к поиску
[выверенная версия] | [непроверенная версия] |
м (Удаление кавычек.) |
(Добавление примера.) |
||
Строка 1: | Строка 1: | ||
− | {{infobox | + | <includeonly>{{infobox |
| style-options=max-width: 40% | | style-options=max-width: 40% | ||
| title={{{name|}}} | | title={{{name|}}} | ||
Строка 16: | Строка 16: | ||
| label-2.3=Ширина ярусно-параллельной формы | | label-2.3=Ширина ярусно-параллельной формы | ||
| data-2.3={{{pf_width|}}} | | data-2.3={{{pf_width|}}} | ||
+ | }}</includeonly><noinclude> | ||
+ | <source lang=html4strict> | ||
+ | {{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> | ||
}} | }} | ||
+ | </source> | ||
+ | </noinclude> |
Версия 00:43, 5 декабря 2015
{{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>
}}