Categorize the following data structures into static and non-static: arrays, lists, stacks, queues, maps, trees, graphs (1 point) Responses static: array non-static: lists, stacks, queues, maps, trees, and graphs static: array non-static: lists, stacks, queues, maps, trees, and graphs static: none non-static: array, lists, stacks, queues, maps, trees, and graphs static: none non-static: array, lists, stacks, queues, maps, trees, and graphs static: array, stack, and queues non-static: lists, maps, trees, and graphs static: array, stack, and queues non-static: lists, maps, trees, and graphs static: array and lists non-static: stack, queues, maps, trees, and graphs

The accurate categorization of the data structures is as follows:

Static: array
Non-static: lists, stacks, queues, maps, trees, and graphs