baylor9199 baylor9199 11-03-2024 Computers and Technology contestada Show how to use a stack s and a queue q to generate all possible subsets of an n -element set t non-recursively.a) Depth-first searchb) Breadth-first searchc) Dynamic programmingd) Greedy algorithm