Skip to content

eignatyev/python-algorithms-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Algorithms Practice

Requirements

  • Python 3.6+

Prepare the Working Space

  • Install Python3
  • Clone the repo git clone https://github.com/eignatyev/python-algorithms-practice.git
  • Open the root folder cd python-algorithms-practice
  • Set up environment variables
    • Windows set PYTHONPATH=%PYTHONPATH%;.
    • OS X, Linux export PYTHONPATH=.

Run Unit Tests

  • python3 -m unittest discover -v

About

A collection of algorithms implemented with Python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages