Skip to content

stalk-calvin/Python-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calvin's "Playground" Project

CI Code Coverage

Library of algorithms and data structures implemented in Python language. I created this repository for educational purpose, mainly for myself. This is where I play and learn different kind of algorithms, data structures, concepts, techniques, etc in Python. Most of the problems included are basics for now which I personally find them important. I plan to continue contributing more problems here in the future.

Contributors

Calvin Lee, @stalk.calvin

Add me to Instagram Instagram
Add me to Linkedin LinkedIn

Dependancies

See dependancies list from here

Dependancies are listed in the requirements.txt file.

License

Copyleft aka open but please leave my copyright comments alone.

Installation

 $ Clone this repo and cd into the directory
 $ sudo pip install -r requirements.txt .

Tests:

All Unit Tests can be run with:

 $ ./run_tests.py

CI determines using the same script run.

About

Algorithm Playground for Python related work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages