Skip to content

afshindini/Algorithm-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Programing

In this repository, some the algorithm problems from various resources have been solved.

Requirements

Install the requirements by running pip install -r requirements.txt.

Run Python

Most of the codes are developed in python. In order to run each solution, you should define an environmental variable as problem and then run the job_python.sh. The job_python.sh runs the pytype and mypy in order to check the python code from stylic point of view and then executes all the codes in the related folder.

chmod u+x job_python.sh
problem=INSERT PROBLEM NAME ./job_python.sh

About

Solving several algorithm problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published