Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afonsocalinas/iaed-project2
This is my second project for my class of Introduction to algorithms and data structures, which is the same as the first one but is using allocated memory
https://github.com/afonsocalinas/iaed-project2
Last synced: about 2 months ago
JSON representation
This is my second project for my class of Introduction to algorithms and data structures, which is the same as the first one but is using allocated memory
- Host: GitHub
- URL: https://github.com/afonsocalinas/iaed-project2
- Owner: AfonsoCalinas
- Created: 2023-04-27T22:21:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-27T22:44:33.000Z (over 1 year ago)
- Last Synced: 2023-10-24T01:51:01.790Z (about 1 year ago)
- Language: C
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAED-Project2
This is my second project for my class of Introduction to algorithms and data structures, which is basically the same as the first one (which can be found [here](https://github.com/AfonsoCalinas/IAED-Project1)), but now we were requested to use dynamic memory allocation.This project's statement is here > [enunciado.md](enunciado.md)
Some guidelines to how you should approach it [guidelines.md](guidelines.md), and some more usefull information here [information.md](information.md), the same as before.
There's 32 available tests of input right in [public-tests](public-tests), so you can test your code (these 32 are the private tests from the first project).
My project is [project2.c](project2.c), and is currently giving green light in 9 of the 32 private tests that school inputs in our code. The second phase of this project didn't go that well because dynamic memory allocation was a little hard to understand at first.