An open API service indexing awesome lists of open source software.

https://github.com/gabrielu3/ori-inverted-list

Inverted List made for a college discipline named Organization and Retrieval of Information
https://github.com/gabrielu3/ori-inverted-list

c data data-structures index inverted-index list

Last synced: 7 months ago
JSON representation

Inverted List made for a college discipline named Organization and Retrieval of Information

Awesome Lists containing this project

README

          

=== 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