Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/algorithms
- Owner: rafaelmoraes003
- Created: 2023-01-26T00:03:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T16:56:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T23:15:59.921Z (almost 2 years ago)
- Topics: algorithms, complexity, recursion, sorting-algorithms
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
###
###
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`