Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coelhoreinaldo/ting
A program that simulates a document indexing system, allowing the attachment and search of text files, applying concepts of data structures like lists, stacks, queues, and handling TXT files.
https://github.com/coelhoreinaldo/ting
algorithms algorithms-and-data-structures pytest python3
Last synced: 27 days ago
JSON representation
A program that simulates a document indexing system, allowing the attachment and search of text files, applying concepts of data structures like lists, stacks, queues, and handling TXT files.
- Host: GitHub
- URL: https://github.com/coelhoreinaldo/ting
- Owner: coelhoreinaldo
- Created: 2023-10-02T20:08:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T22:47:35.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:26:28.715Z (3 months ago)
- Topics: algorithms, algorithms-and-data-structures, pytest, python3
- Language: Python
- Homepage:
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 Trybe Is Not Google - TING
![Project](./project.png)
## 📘 Sobre
Um programa que simula um sistema de indexação de documentos, permitindo anexar e buscar arquivos de texto, aplicando conceitos de estruturas de dados como listas, pilhas, filas e manipulação de arquivos TXT.
## ⚛️ Ferramentas
- Python
- Pytest
- Algoritmos de busca e ordenação
- Pilhas e Filas
- P.O.O## 🛠️ Como executar o projeto?
1. criar o ambiente virtual
```python3 -m venv .venv```
2. ativar o ambiente virtual
```source .venv/bin/activate```
3. instalar as dependências no ambiente virtual
```python3 -m pip install -r dev-requirements.txt```## 📝 Nota
![100% de aprovação no projeto](./grade.png)