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 TouchToneTommy 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: brodie23
  • Content: Threads
  • Order by date
  1. brodie23

    Breadth-first Eight Queens Problem

    Hi, I've done this depth-firs, but now doing it breadth-first is giving me some trouble. I'm pretty sure I'm queueing up right, etc... But, I think the checkvalid function is off a little. Can somebody give some suggestions? Thanks. Code: #include <queue> #include <iostream> #include <math.h>...

Part and Inventory Search

Back
Top