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]
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 details)
File details
Details for the file algorthm-0.6.tar.gz
.
File metadata
- Download URL: algorthm-0.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb58f03ea79cdd86fc9718872b157433e08e37307616870598de49a300ad242b |
|
MD5 | b803b124b210b69d7b3e8ab36ab0144e |
|
BLAKE2b-256 | 20fc66fb547824951f2551ea007c480dcb67ae1880b38b079ebdfa5b775a5fc7 |