GabrielU3/ORI-Inverted-List
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== PROJECT DESCRIPTION === This was a project for a college discipline named Organization and Retrieval of Information, where we implemented several functions, as well as an inverted list to safely and optimally store data from a game similar to Minecraft. Note: most of the information are written in Brazillian Portuguese, since I'm from Brazil and it was made for my College. Note 2: The project was implemented in C programming language. === DESCRIPTION OF PROVIDED FILES === - ORI_T01_HEADER.c: this file contains the implementation of all functions/operations. - ORI_T01_HEADER.h: header file, with constants, records, defined types, prototypes and some functions. - ORI_T01.c: file with the main function. - makefile: compilation script and executable generation