Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coelhoreinaldo/python-algorithms

Applied my skills in analyzing the asymptotic complexity of algorithms, searching and sorting algorithms, testing, recursion, and call stacks.
https://github.com/coelhoreinaldo/python-algorithms

python

Last synced: 13 days ago
JSON representation

Applied my skills in analyzing the asymptotic complexity of algorithms, searching and sorting algorithms, testing, recursion, and call stacks.

Awesome Lists containing this project

README

        

# 🐍 Python - Algoritmos

![Project](./project.png)

## 📘 Sobre

Coloquei em prática minhas habilidades em análise da complexidade assintótica de algoritmos, algoritmos de busca e ordenação, testes, recursividade e call stacks.

## ⚛️ Ferramentas

- Python
- Pytest
- Algoritmos de busca e ordenaçã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)