/algorithms

Collection of useful algorithms for my college project

Primary LanguageCMIT LicenseMIT

ALGORITHMS Codacy Badge

This is a Algorithms repository made by the students of Galgotias University (section-6).

How to run?

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

Contributing

All contributions are welcome! But please have a look at the STYLE_GUIDE.md before contributing.

License

Distributed under the MPL-2.0 License. See LICENSE for more information.


Alt