1
0
Fork 0
This repository has been archived on 2021-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
uni-m.cds-adv-prog/ex6.3/remarks.txt
Eric Teunis de Boone 6591677706 Finished ex6.*
2020-01-06 13:28:39 +01:00

2 lines
142 B
Text

The implementation of Stack requires to use _s[0] whenever I want to operate on the array directly.
I don't understand why this is necessary.