Skip to content

rtk-rnjn/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALGORITHMS Codacy Badge

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.

About

Collection of useful algorithms for my college project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10