Skip to content

ImVictorM/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Algorithms ๐Ÿ”„

Project Context ๐Ÿ’ก

In this project, I solved algorithm-related challenges and practiced concepts such as algorithm complexity and recursivity.

Acquired Knowledge ๐Ÿ“–

In this project, I was able to:

  • Analise algorithms' complexity;
  • Optimize algorithms;
  • Exercise my capability of solving problems;
  • Implement recursive solutions.

Main Technologies ๐Ÿงฐ

Python Pytest
python pytest

Running the application โš™๏ธ

  1. Clone the repository and enter it
git clone git@github.com:ImVictorM/Algorithms.git && cd Algorithms
  1. Create the virtual environment
python3 -m venv .venv && source .venv/bin/activate
  1. Install the dependencies
python3 -m pip install -r dev-requirements.txt

Testing ๐Ÿ› ๏ธ

To run all tests:

python3 -m pytest

Running only one test file:

python3 -m pytest {test_file_path}.py

About

Solving algorithm challenges ๐Ÿ‹๏ธโ€โ™‚๏ธ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages