Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmoraes003/algorithms

Project that worked on concepts such as complexity of algorithms, recursion, iteractivity and implementation of sorting algorithms.
https://github.com/rafaelmoraes003/algorithms

algorithms complexity recursion sorting-algorithms

Last synced: 1 day ago
JSON representation

Project that worked on concepts such as complexity of algorithms, recursion, iteractivity and implementation of sorting algorithms.

Awesome Lists containing this project

README

        

Algorithms

###

The project aimed to work with the complexity of algorithms, recursion, iteractivity and implementation of sorting algorithms.

###

Technologies used

###


python logo

###

How to use the application

###

Clone the application using the `git clone` command. After that, enter the project folder using the command `cd algorithms`.

###

How to run the application

1. Create the virtual environment for the project
- `python3 -m venv .venv && source .venv/bin/activate`

2. Install the dependencies
- `python3 -m pip install -r dev-requirements.txt`

###

Challenges

- The challenges can be found in the `/challenges` folder.
- To run a challenge, use the command `python3 -m challenges..py`