Search:

Type: Posts; User: HJoshy

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,079

    Backtracking plus Hanoi and Factorial

    I have included the complete programs for Hanoi, Factorial, and Backtracking below. I hope beginners will benefit from them. If anybody is not sure about VS2008 settings for interfacing C++ and...
  2. Replies
    1
    Views
    4,079

    Backtracking Problem

    Could someone please guide me through backtracking in Prolog-C using the simple example below?

    Here is my Prolog file:


    likes( john, mary ).

    likes( john, emma ).

    likes( john,...
Results 1 to 2 of 2