Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 282 Bytes

unificationalgorithm

The Prolog Unification algorithm

Input rules for program to get a valid output

  • The function name and constants are provided via small case letter
    • i.e. f(a) is valid input
  • The variables should provided via capital case letter
    • i.e. X,f(X,Y)