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
- Host: GitHub
- URL: https://github.com/gabrielu3/ori-inverted-list
- Owner: GabrielU3
- Created: 2024-12-23T00:46:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T21:23:14.000Z (8 months ago)
- Last Synced: 2025-02-19T17:25:00.161Z (8 months ago)
- Topics: c, data, data-structures, index, inverted-index, list
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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