2 Replies - 7815 Views - Last Post: 25 April 2010 - 09:36 PM Rate Topic: -----

#1 Mawhonic   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 9
  • Joined: 22-April 10

Depth First Search Binary Tree Tutorial

Posted 25 April 2010 - 07:46 PM

I've got a program in which I am supposed to traverse a binary tree using Depth First Search, and then also move letters around on the tree as the search runs.

So does anybody know of a good tutorial online for Depth First Searching Binary trees and also moving around data on the tree? Thanks.
Is This A Good Question/Topic? 0
  • +

Replies To: Depth First Search Binary Tree Tutorial

#2 Galois   User is offline

  • D.I.C Head

Reputation: 28
  • View blog
  • Posts: 207
  • Joined: 27-March 10

Re: Depth First Search Binary Tree Tutorial

Posted 25 April 2010 - 08:57 PM

Err... by "tutorial" do you mean code that you can just copy-paste without actually designing your own algorithm?
Was This Post Helpful? 0
  • +
  • -

#3 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: Depth First Search Binary Tree Tutorial

Posted 25 April 2010 - 09:36 PM

Wikipedia is a great place to start.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1