Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coelhoreinaldo/python-algorithms
- Owner: coelhoreinaldo
- Created: 2023-09-20T19:28:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T20:10:35.000Z (about 1 year ago)
- Last Synced: 2023-09-21T10:16:06.244Z (about 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 450 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)