Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Prolog Programming Code
Name: jabbarz Date: May 24, 2009 at 12:12:48 Pacific OS: Windows Vista Subcategory: General
Comment:
These are Prolog Questions can you please help me in Solving them: nest(N, L) that only succeeds if L is equal to [0, [1, [2, : : : [N] : : : ]]].
substitute(X, L, Y, M) that only succeeds if M is constructed from the elements of L except that X is substituted by Y in M.
Summary: Hi i have difficulty writing this program for my new project am working on the program is: - A program is required to search for a requested items from an array of records. THe program must locate th...
Summary: hi there! ive been writing a prolog program in which the program accepts a number phrase such as "thirty one" and in respnse outp[uts the value of this in digits ie 31. to enter a number you use the c...
Summary: Hi! I've seen the program included in this forum to translate program code in a format that is displayable on this site and I decided to modify it. Here is another version which will let alphanumerica...