Tagged Questions

1
vote
2answers
55 views

given N stacks and no dynamic memory

Many programming languages and Operating Systems have means of providing dynamic memory: new, malloc, etc. What-if: a program is restricted by using only stacks, with predefined (i.e. compile-time) ...