Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)