- #1
- 12
- 0
If you have a pointer that's pointing to one element in a list, can you do the following
(*biggestPtr-1).next := biggestPtr+1
?
This is pseudocode with := meaning the assignment operator.
(*biggestPtr-1).next := biggestPtr+1
?
This is pseudocode with := meaning the assignment operator.