Skip to content

nischit7/algos-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code base describing different algos written in python

This is a practice repo for my own understanding programming languages. At the same time follow python standards when declaring python projects, usage of python virtual environment, pytests

Build and install

python3 setup.py clean build install

### Run tests
To run unit tests alone -

pytest tests

or

python3 setup.py test


### Lint the code

```pylint
cd algos
pylint  *

Lint the test cases too

cd tests/algos
pylint  *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages