Coder Social home page Coder Social logo

lego-prolog's Introduction

Hi there! 👋

I'm Victor and I love 💻, programming and hacking.

I used to work with blockchain technologies, now I'm a security analyst 😄

You can find me on

follow on Twitter HackerOne profile Hack the box profile follow on Linkedin my GitHub my gists

Languages and Tools:

NOTE: Most Used Languages does not indicate my skill level or something like that, it's a GitHub metric of which languages I have the most code on GitHub, automatically generated with github-readme-stats.

VictorNS69's github stats

lego-prolog's People

Contributors

dmorgera avatar victorns69 avatar

Watchers

 avatar  avatar  avatar

lego-prolog's Issues

coloresIncluidos/2

coloresIncluidos(Construccion1,Construccion2): predicado que se verifica si todos los colores de la Construccion1 también están en los de la Construccion2.

Es necesario que Construccion1 y Construccion2 sean torres (hay que comprobarlo).

esEdificioPar/1

esEdificioPar(Construccion): predicado que es cierto si Construccion es un edificio que cumple que cada nivel tiene un número par de clavos.

esTorre/1

esTorre(Construccion): predicado que se verifica si Construccion cumple las condiciones para ser una torre.

Las construcciones tipo torre se representan como listas de estructuras pieza/4, donde la cima de la torre (es decir, la pieza más elevada) es la cabeza de la lista.

alturaTorre/2

alturaTorre(Construccion,A): predicado que se verifica si el primer argumento Construccion es una torre, y el segundo argumento A es la altura de la torre.

coloresTorre/2

coloresTorre(Construccion,Colores): predicado que se verifica si el primer argumento Construccion es una torre y el segundo argumento Colores es una lista con los colores de la torre.

Escribir memoria

El archivo debe llamarse memoria.txt. La memoria debe indicar claramente los nombres de los alumnos que forman el grupo, así como sus números de matrícula.
La memoria debe incluir:

  • (a) el código, junto con la explicación y justificación de las decisiones;
  • (b) las consultas realizadas con el programa y las respuestas obtenidas con dichas consultas; y
  • (c) opcionalmente, cualquier comentario aclaratorio que se estime oportuno.

esEdificioPiramide/1

esEdificioPiramide(Construccion): predicado que se verifica si Construccion es un edificio que cumple que cada nivel tiene un ancho estrictamente mayor que el nivel de arriba.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.