Repository of activities for the subject Logic and Data Structure. 1st year subject of the Software Development Technique degree taught at the Instituto Superior Zona Oeste (ISPI 9045). The book "Programming in C: Methodologies, Algorithms and Data Structure" by Luis Joyanes Aguilar and Ignacio Zahonero Martinez is used as a study guide. In addition to the suggested bibliography, the following resources are used as complementary material (own search):
Since 09-01-23, the Visual Basic language began to be used instead of C for the exercise. As complementary material (own search) the following is used:
The main directory of this repository is the Classes folder. All the activities carried out during classes, or those assigned as tasks, are included there, separating them into directories that group them according to their date. Each sub-directory contains the exercise statements.
View files.
View files.
View files.
View files.
View files.
View files.
See file.
View files.
See file.
See file.
View files.
View files.
View files.
View files.
View files.
View files.
To test the code it is necessary to have an IDE compatible with C/C++ and a compiler for such languages. In this case Dev C++ is used. Download available here. Once the IDE is installed and opened, it will be easy to see that it allows you to compile (F9) and execute (F10), or both (F11), with the buttons also available on the toolbar. When compiling it, a file homonymous to the .c extension file in question will then be created that will run the program when it is executed.
In order to compile, run and test the code, Visual Studio Community Edition 2022 was used.
This repository is licensed under the MIT License.