|
|
|
|
|
by xavel
4106 days ago
|
|
The grand majority of programming language APIs do not use a stack-based API.
Really, stack-based APIs are an exception in just about every way, but not in a good way. If your question is about cheap memory storage, linked list algorithms already exist, so there's really no good reason to use a faux stack to store data. |
|
Did not see you answer the question here. You have a strong opinion, what would you like to see instead?