Skip to content

OmkarPathak/pygorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygorithm

Packagist

Downloads

Documentation Status

Python 3.6

Say Thanks!

Contributors

A Python module to learn all the major algorithms on the go!
Purely for educational purposes

image

Features

  • Super easy to use
  • A very easy to understand Documentation
  • Get the code right in your editor
  • Get time complexities on the go

Installation

  • Just fire the following command in your terminal:
pip3 install pygorithm
  • It's that easy. If you are using Python 2.7 use pip instead. Depending on your
    permissions, you might need to use pip install --user pygorithm to install.
  • Or you can download the source code from here, and then just install the package using
python setup.py install

Quick Start Guide

  • To sort your list
  • To get the code for function used
  • To get the time complexity of an algorithm
  • To see all the available functions in a module, you can just type help() with the module name as argument. For example,

Tests

* Just type in the following command to run the tests :

python3 -m unittest
  • This will run all the tests defined in the files of the tests/ directory

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)