Advantages & disadvantages of dynamic data structire
Ace your homework & exams now with Quizwiz!
Disadvantage - Memory
Can overflow if too much memory is usde than allocated
Disadvantage - Programmming
It is harder to program as it needs to keep track of the size and location of the data structure
Advantage
Makes the most of the memory as data structure only uses as much memory as it needs.