Skip to content

Collection of useful algorithms for my college project

License

Notifications You must be signed in to change notification settings

abhirai7/algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of useful algorithms for my college project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 31.4%
  • Python 23.2%
  • Java 15.6%
  • JavaScript 12.5%
  • C++ 11.8%
  • HTML 3.7%
  • Other 1.8%