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 ', 4 years ago
by ', 4 years ago
by ', 4 years ago
by ', 4 years ago
Please
log in
to post a comment.
Fii
Inicio codificacion Garcia Castro
Prolog con arreglos
if anidado casi listo 7 sep
ESPEJEL MORAN SEBASTIAN arboles de decision
Json Basico
3nm70 2 marzo paso de parámetros (nombre del metodo)
Fii
Arreglos Segura_Sanchez
Luis Fernando Jiménez_Ejercicio1_Examen_IngenieriaDeConocimiento_3NM71

by ', 4 years agoby ', 4 years ago

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