Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nodups([2,3,2],Unique).
%commands to the interpreter are submitted from stdin input ('show input' box below) %'halt.' will be automatically appended to stdin input. %swi-prolog 7.2.3 program :- write('Hello, world!'). :- program. nodups([],[]). nodups([H|T],[H|Unique]) :- not(member(H,T)), nodups(T,Unique). nodups([H|T],Unique) :- member(H,T), nodups(T,Unique).
run
|
edit
|
history
|
help
0
by ', 3 years ago
by ', 3 years ago
by ', 3 years ago
by ', 3 years ago
Please
log in
to post a comment.
SQL Acosta
Astar
Final V5 con arreglos
EMPRESA_INICIO
Generador JSON con arreglos
...
1er Query
Salgado Sanchez Ivan_Examen1
Tarea 12-03-2021
Genetic Algorithm Robots

by ', 3 years agoby ', 3 years ago

by ', 3 years agoPlease log in to post a comment.