Which data structure is used for implementing DFS (Depth First Search)?

Explanation:
DFS is implemented using stack (recursion).