Page 1 of 1

2-Write a prolog program to reverse a list. For example ?- reversing ([a,b,c,d],Q). Q=[d,c,b,a] Please also show the tra

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
2 Write A Prolog Program To Reverse A List For Example Reversing A B C D Q Q D C B A Please Also Show The Tra 1
2 Write A Prolog Program To Reverse A List For Example Reversing A B C D Q Q D C B A Please Also Show The Tra 1 (11.01 KiB) Viewed 36 times
2-Write a prolog program to reverse a list. For example ?- reversing ([a,b,c,d],Q). Q=[d,c,b,a] Please also show the tracing model for the above example