Explain why Stack is a recursive data structure Technology Community › Category: Data Structures › Explain why Stack is a recursive data structure 0 Vote Up Vote Down VietMX Staff asked 4 years ago A stack is a recursive data structure, so it’s: a stack is either empty or it consists of a top and the rest which is a stack by itself;