pop()ing element
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-05-30T07:13:48Z
Indexed on
2010/05/30
7:22 UTC
Read the original article
Hit count: 243
In C, when making a pop function for a stack, do I need to rearrange every index, or would I just be able to remove the top index and everything shift up 1 place on it's own?
© Stack Overflow or respective owner