Thread: Nilsson' sequence score

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    4

    Nilsson' sequence score

    Hi, I'm working eight puzzle game.And I want to use A* algorithm.When I look at the A* algorithm, I encountered Nilsson's sequence score method, but I don't understand how to calculate the Nillson's Sequence Score.Can anyone tell me this method?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You mean you didn't find the answer using google?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Dec 2010
    Posts
    4
    I found the using google.But the expression was very short.I don't understand Nilsson's sequence score method.I need a broader expression.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Same problem - we don't know what it is that is confusing you.

    Your (unspecified web pages) have failed to explain (unspecified) problem.

    Sure we could spend hours of research and copy/paste a whole bunch of stuff here, and it still wouldn't do you a bean of good.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Extracting lowest and highest score from array
    By sjalesho in forum C Programming
    Replies: 6
    Last Post: 03-01-2011, 06:24 PM
  2. Can anyone help?
    By javalurnin in forum C Programming
    Replies: 11
    Last Post: 12-02-2009, 06:02 AM
  3. C program using structs to calculate grades
    By TampaTrinDM88 in forum C Programming
    Replies: 4
    Last Post: 07-06-2009, 12:33 PM
  4. trouble with creating a loop to read certain number of inputs
    By import tuner650 in forum C++ Programming
    Replies: 2
    Last Post: 03-20-2008, 07:28 PM
  5. Immediate programming help! Please!
    By xMEGANx in forum C++ Programming
    Replies: 6
    Last Post: 02-20-2008, 12:52 PM