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 Shaun E 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: *

  1. Antzelinaki

    How to find 12 unique solutions of 8 queens problem?

    I have writen a program that finds 92 solutions of 8 queens placed on a chessboard without attack each other. I have found through a google search that 12 of these are unique from symmetry. So... I thought to take totally 368 solutions of 92 x 4 because, if we turn the chessbord which is a...
  2. Antzelinaki

    How to assign a value to a location.x of a picturebox programmatically?

    Hello!!! I have created an array of pictureboxes named pbs. Public pbs(8) As PictureBox And the what I want to do is to assign a different specific value for Location.X and Location.Y programmatically for each element. x,y are variables that change their values for each element...
  3. Antzelinaki

    Problem holding values in an array

    Hello everybody. I have a class Queen with row, col properties and I am declaring variable Queens as a list of Queens because it represents 8 queens with their positions (row,col) Public Queens As New Collections.Generic.List(Of Queen) So, I need an array that holds 92 solutions of the 8 Queens...

Part and Inventory Search

Back
Top