categorize the following data structures into static and non-static: arrays, lists, stacks, queues, maps trees graphs

1 answer

Static data structures: arrays, lists
Non-static data structures: stacks, queues, maps, trees, graphs