xpadro / python-algorithms

Python repository holding samples of algorithms and data structure problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-algorithms

Code repository for different examples of algorithms and data structures.

These examples are exercises done in several sites, like:

https://www.hackerrank.com/

https://leetcode.com/

Installation

1- Check if the folder where your modules are located is defined in the path:

> python -c "import sys; print(sys.path)"

2- If not defined, add the path to the folder to PYTHONPATH (following command will append the path. Just change the root path to your own path):

> export PYTHONPATH="/Users/xpadro/python-algorithms/app"

About

Python repository holding samples of algorithms and data structure problems


Languages

Language:Python 100.0%