Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
4 Cards in this Set
- Front
- Back
Procedure for a Push |
Increment stack pointer Add data at stack pointer |
|
Pop procedure |
Item = value at stack pointer Decrement stack pointer Return item |
|
Remove procedure |
Item =value at start pointer Increment start pointer Return item |
|
Add to queue procedure |
Add data at next pointer Increment next pointer |