Skip to main content

A package for studying various Algorithms and visualizing the operations

Project description

algorthm

A python package for visualizing and learning algorithms.

Authors

Dinak Lal V -[www.dinaklal.in]

dinaklal@gmail.com

Usage

  • Install package - pip install algorthm

  • Import into your code - import algorthm

  • Use methods. Default case the algorithms in this package give you step wise result so that one can understand the back ground operations- algorthm.sort.bubbleSort(list)

  • For using algorithms without stepwise result, pass "False" as last argument eg -: algorthm.sort.bubbleSort(list,False)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

algorthm-0.6.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page