Git Product home page Git Product logo

aeda1718's Introduction

AEDA1718

AEDA (Algorythims and Data Structures in C++) is a second grade subject of FEUP's computer engineering course, MIEIC. In this repository I'll maintain my resolutions of exercices solved in its practical classes and tested using the CUTE plugin, mainly so other students can compare their answers.

Folder Meaning

Each folder represents a class and cointains all files needed to run the code. Here I'll give a quick explanation of what they mean, and update this section as necessary.

  • TP1: Implementation of class ParqueEstacionamento (parking lot) - using classes, const members, references, etc.
  • TP2: Implementation of class Zoo and related classes as well - using heritance, polymorphism, pointers, static members, etc. NOTE: the text file should be in your project's root folder, not src.
  • TP3: Implementation of class Grafo - using templates, exceptions, streams, etc.
  • TP5: Working with a modified version of ParqueEstacionamento - using sort and search algorithms, exceptions, overloading operators, etc.
  • CI1-PP-2016: Resolution of the first exam of 2016.
  • CI1-PP-2015: Resolution of the first exam of 2015.
  • CI1-PP-2013: Resolution of the first exam of 2013.
  • TP6: Working with lists.
  • TP7: Working with stacks and queues.
  • CI2-PP-2016: Resolution of the second exam of 2016.
  • CI3-PP-2014: Resolution of the third exam of 2014.
  • CI3-PP-2013: Resolution of the third exam of 2013.
  • CI3-PP-2015: Resolution of the third exam of 2015.
  • CI3-PP-2016: Resolution of the third exam of 2016.
  • CI4-PP-2015: Resolution of the fourth exam of 2015.

Usage

To run and test these files you'll need to have Eclipse installed along with CDT (C/C++ Development Tools) and CUTE.

  • Create a new C++ CUTE project, using an adequate compiler for your OS, and on the next screen select “Copy Boost headers into Project”.
  • Import your desired files into the project's src folder.
  • Build project.
  • Select Run Configurations - CUTE test, and run.

Test results should now appear on the bottom tab.

IMPORTANT: Before building, make sure that Eclipse is using the latest version of C++ (C++11), otherwise you might not be able to run my code. You can find tutorials on stackoverflow!

Note

If you happen to come across this repository, please take into consideration that I'm pretty much a beginner when it comes to programming. As stated above, this repository's only goal is to share my code with my fellow students and get accostumed to this platform, nothing else. However, if you have any suggestion when it comes to my structure, coding style, etc, feel free to contact me!

aeda1718's People

Contributors

pedromsfernandes avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.