User:Realazthat/Notes/Scrap: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 21: Line 21:
c\left(C,E,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & b\left(E,C_{p-1},C_{q+1}\right)+b\left(E,C_{q},C_{s}\right)+b\left(E,C_{p},C_{r}\right) \\
c\left(C,E,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & b\left(E,C_{p-1},C_{q+1}\right)+b\left(E,C_{q},C_{s}\right)+b\left(E,C_{p},C_{r}\right) \\


d\left(C,F,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & f\left(F,C_{p-1},C_{q+1}\right)+f\left(F,C_{q},C_{s}\right)+f\left(F,C_{p},C_{r}\right)\\
d\left(C,E,F,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & f\left(E,F,C_{p-1},C_{q+1}\right)+f\left(E,F,C_{q},C_{s}\right)+f\left(E,F,C_{p},C_{r}\right)\\


b,c,d,f \in O\left(1\right)\\
b,c,d,f \in O\left(1\right)\\

Revision as of 04:58, 30 December 2010

Du