Can anyone give me some examples on how to apply stacks and trees..
JONZ 0 Newbie Poster
Recommended Answers
Jump to Post0
Trees are applied where ever solution to the problem needs branching of decisions at various levels according to requisites.
Ex : T9 dictionary in mobiles.There also an important use of Trees in gaming Applications like in a Football game the movement of a Player is actually implemented using …
Jump to Postare 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 …
Jump to PostCheckers would be a good example. It would be a decent way to make an "AI" for it. Use trees to see all possible outcomes of a certain move, compare that with all the other outcomes to see the best move. (adding a limitation on the depth of analysis might …
All 9 Replies
priyankasaini -6 Newbie Poster
csurfer 422 Posting Pro
Ahmed_I 3 Light Poster
JONZ 0 Newbie Poster
Ahmed_I 3 Light Poster
csurfer 422 Posting Pro
JONZ 0 Newbie Poster
csurfer 422 Posting Pro
death_oclock 103 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.