Unidade curricular | Course Unit Estrutura de Dados e Algoritmos | Data Structures and Algorithms
Professor Luis Ramada Pereira
Curso|Course LCD-PL -- Ano letivo|Year 2019/2020
Autor|Author Joel Paula - nº 93393
28-03-2020
This work is an exercise for checking the balance of parentheses (or other delimiters) in an expression, using a Stack structure.
The Exercise is given here: Trabalho-1-C.pdf
To check the results, have a look at the Jupyter Notebook
This was my first ever Jupyter Notebook - comments and hints are welcomed. Feel free to ask questions by creating issues.
Miller, B., & Ranum, D. (2013). Problem Solving with Algorithms and Data Structures using Python - Release 3.0. https://www.cs.auckland.ac.nz/compsci105s1c/resources/ProblemSolvingwithAlgorithmsandDataStructures.pdf Chapter 3.3 - Stacks.