PROLOG June 26, 2012 by Programming Techniques · Published June 26, 2012 · Last modified January 30, 2019 Solution of eight queens problem in Prolog
PROLOG June 22, 2012 by Programming Techniques · Published June 22, 2012 Simulation of Non-deterministic finite state automata using backtracking feature of prolog.
PROLOG June 21, 2012 by Programming Techniques · Published June 21, 2012 Visual Prolog Program to delete a given element from the list.
PROLOG June 21, 2012 by Programming Techniques · Published June 21, 2012 Visual Prolog Program to append two list.
PROLOG June 21, 2012 by Programming Techniques · Published June 21, 2012 Visual Prolog Program to find length of a list.
PROLOG June 21, 2012 by Programming Techniques · Published June 21, 2012 Visual Prolog Program to add the contents of an integer list.
PROLOG June 21, 2012 by Programming Techniques · Published June 21, 2012 Prolog program to find Factorial of an Integer