https://github.com/maraxd/proiect_sdd
🧠a stressful mini project made in one day and a half
https://github.com/maraxd/proiect_sdd
Last synced: 11 months ago
JSON representation
🧠a stressful mini project made in one day and a half
- Host: GitHub
- URL: https://github.com/maraxd/proiect_sdd
- Owner: MaraxD
- Created: 2022-06-01T09:36:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T07:26:55.000Z (about 4 years ago)
- Last Synced: 2025-06-26T11:49:51.981Z (12 months ago)
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sa se defineasca propria structura (alta decat cele utilizate la seminar) care sa contina:
-cel putin o variabila de tip float;
-cel putin o variabila de tip long;
-cel putin o variabila de tip char*;
-cel putin o variabila de tip int;
-cel putin o variabila de tip enum;
-cel putin o variabila de tip int*(vector alocat dinamic);
Pornind de la exemplele de la seminar sa se defineasca si sa se testeze urmatoarele functii:
a) Stergerea si dezalocarea unui nod dupa id dintr-un graf; --ONLY DEALLOCATION DONE
b)Stergerea si dezalocarea grafului( toate nodurile); --ONLY DEALLOCATION DONE
c)Stergerea unui nod din arbore dupa id; --DONE
d)Stergere nod dupa un camp de tip char* dintr-o lista dubla; --DONE
e)Sa se citeasca din fisier cel putin 8 elemente de tip struct (pe care l-ati ales) --DONE