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

Static data structures: arrays, lists

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