This is a Algorithms repository made by the students of Galgotias University (section-6).
There is nothing to run. Just for the fun purpose there exists a main.py
file, which runs a web server on your local machine. You can run it by executing the following command:
python main.py
Make sure you have Python installed on your machine and required dependencies are installed. You can install the dependencies by running the following command:
pip install -r requirements.txt
Fuck it! You are better, you don't need Python3 or install any requirements. Use Docker like a better programmer.
docker build -t algorithms_app .
docker run -p 8000:8000 algorithms_app
All contributions are welcome! But please have a look at the STYLE_GUIDE.md
before contributing.
Distributed under the MPL-2.0 License. See LICENSE
for more information.