are trees implemented in the minesweeper game? if yes, then how?
I don't think so, since the Mine Sweeper will use two Dimensional array as a Data Structure to assign a random number of mines in random cells.
But i think tress can be used implicitly by implementing recursive functions.
That's my thoughts

.