DataScience ISCTE - Articles

Programming

On August 07, 2021

Lang: Portuguese




Algoritmo de genética

O objetivo deste trabalho é, por via de algoritmos de genética, determinar a solução ótima para um problema de seleção de produtos. Ao longo do trabalho foram desenvolvidas variadas funções, que juntas formam um algoritmo capaz de responder ao problema. Foi utilizada a linguagem de programação R.


Authors: Rodrigo Sarroeira Gabriel Pais Tiago Grancho Catarina Pontes

Keywords: Genetic, R, Populations, Generations

On March 23, 2021

Lang: English




Stack Data Structure

In this work we will be talking about de STACK data structure. To understand how this data structure works read the P2_QUEUE.docx, there we explain the logic behind it and different implementations. After you understood the concept you can also see the P2_QUEUE.py file, there you have access to the python code that creates this data structure. We hope you enjoy it!


Authors: Rodrigo Sarroeira Rodrigo Sarroeira

Keywords: Stack, Python, Data Structure

On March 23, 2021

Lang: English




Queue Data Structure

In this work we will be talking about de QUEUE data structure. To understand how this data structure works read the P2_QUEUE.docx, there we explain the logic behind it and different implementations. After you understood the concept you can also see the P2_QUEUE.py file, there you have access to the python code that creates this data structure. We hope you enjoy it!


Authors: Rodrigo Sarroeira Rodrigo Sarroeira

Keywords: Queue, Python, Data Structure