Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. %%latex
  2. usepackage[]{algorithmicx}
  3. begin{algorithmic}
  4. If {$igeq maxval$}
  5. State $igets 0$
  6. Else
  7. If {$i+kleq maxval$}
  8. State $igets i+k$
  9. EndIf
  10. EndIf
  11. end{algorithmic}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement