Lists In PROLOG
Book Details
Author(s)Ankur Suri
ISBN / ASINB0052ZLKW0
ISBN-13978B0052ZLKW1
Sales Rank1,845,911
MarketplaceUnited States 🇺🇸
Description
Lists In PROLOG. Built-in List Structure, List Representation, Head of a list, Tail of a list, member of a list, appending two given lists, tail-recursion, reverse of a given list, deletion of a specified member if present within a list, deletion of all occurrences of a specified member from within a given list, nth member of a list, last member of a list, null list, merging two ordered lists, replacing occurrence of a specified member by another, sorting the members of a list, using lists to represent sets, and operations like union, intersection of two given sets. Using list as if an abstract data type Queue, using list as if an abstract data type Stack

