Subject: | LinkedList-Single: Orthography |
See patch.
Subject: | Single.pm.patch |
121c121
< # list size. fix is converting it to iterateive by replacing the
---
> # list size. fix is converting it to iterative by replacing the
126,127c126,127
< # probelem is that destroy pukes after
< # returning. only fixe so far is keeping the
---
> # problem is that destroy pukes after
> # returning. only fix so far is keeping the
140c140
< # wierd thing is that it blows up after DESTROY returns,
---
> # weird thing is that it blows up after DESTROY returns,
147c147
< # variable gits the sigfault ( i.e.,
---
> # variable gets the sigfault ( i.e.,
581c581
< # a stack use unsift and shift; for a que
---
> # a stack use unshift and shift; for a queue
599c599
< # sequences of pushes are effecient for adding
---
> # sequences of pushes are efficient for adding
631c631
< # immediatley.
---
> # immediately.