Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ridoy
  • Content: Threads
  • Order by date
  1. ridoy

    DFS searching in Prolog

    I am new in Prolog,working with trees such as forming a tree,counting nodes etc.I had done those,face problems when i am trying to apply DFS search to find a node. Below is my code so far.. constructTree(tree(1, tree(2, tree(3,nil,nil)...

Part and Inventory Search

Back
Top