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: 8 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T22:47:35.000Z (about 2 years ago)
- Last Synced: 2025-02-05T21:28:43.242Z (10 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

## 📘 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
