Advertisement
Guest User

Untitled

a guest
May 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. begin{center}
  2. begin{algorithm}
  3. caption{My algorithmlabel{alg}}
  4. begin{tabular}{ c c }
  5. x $leftarrow$ NULL & $mathcal{O}(1)$ \
  6. y $leftarrow infty$ & $mathcal{O}(1)$ \
  7. end{tabular}
  8. end{algorithm}
  9. end{center}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement