Content deleted Content added
→Pseudocode: since this code only represents backward part of the algorithm, changed function name accordingly |
|||
Line 286:
==Pseudocode==
<pre>
if sequenceIndex is past the end of the sequence, return 1
if (guessState, sequenceIndex) has been seen before, return saved result
|