GithubHelp home page GithubHelp logo

algo2-tp3's Introduction

algo2-tp3

TP3 Implementacion.

Archivos en la carpeta "Base" (puede cambiarse)

IMPORTANTE NOTA POST CUATRI:

En los ultimos dias antes de la entrega tuvimos un pico de commits y branches desesperados, un test de la catedra nos fallaba y no podiamos encontrar el error. Termino siendo un problema del bot de la catedra, que pudimos resorverlo en los labos del dc con nuestro ayudante corrector.

Por este motivo, no garantizo que el repo en su version actual sea la version que fue entregada, sobre todo en el CasoMov1. Ni siquiera garantizo que compile (aunque deberia)

Espero que te sirva para algo (budum tss)


Como hacer un rebase

http://stackoverflow.com/questions/5601931/best-and-safest-way-to-merge-a-git-branch-into-master

git checkout master
git pull
git checkout NombreDelBranch
git pull
git rebase -i master
git checkout master
git merge NombreDelBranch

Como se compila (en teoria)

desde la carpeta "Base"

para el test general:

make

make valgrind

para el test de Mapa:

make test_mapa

para valgrind de Mapa:

make val_mapa

para el test de ColaPrioridad:

make test_cola

para valgrind de ColaPrioridad:

make val_cola

para el test de DiccString:

make test_dicc

para valgrind de DiccString:

make val_dicc

para borrar:

make clean

algo2-tp3's People

Contributors

jonseijo avatar lcordoba avatar ldebortoli avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.