Skip to content

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

Notifications You must be signed in to change notification settings

coelhoreinaldo/python-algorithms

Repository files navigation

🐍 Python - Algoritmos

Project

📘 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages