1
0
Fork 0
This repository has been archived on 2021-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
uni-m.cds-adv-prog/ex6.3/remarks.txt

3 lines
142 B
Plaintext

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.