Data Structure and Algorithm
Project description
PYCollection
PYCollection provides convenient helper for working with data structures and algorithms.
Getting Started
Installation :
$ pip install hsbmaulana-pycollection
How to use :
from Pycollection.Lists.ArrayList import ArrayList
from Pycollection.Lists.LinkedList import LinkedList
list = ArrayList ()
list.add ("A")
list.add ("B")
list.add ("C")
list.add ("D")
list.add ("E")
assert (list.count () == 5)
Author
- Hasby Maulana (@hsbmaulana)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for hsbmaulana-pycollection-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d35fc6e784531b55dc8c1ace8399926c4bb9bca03b1e384bdba70ab32ac9d9dc |
|
MD5 | b9e3ade9b44c76f8ddeb856f2713a383 |
|
BLAKE2b-256 | cf37b5bac429ace41b12f1aa160f0e87922b555ef62a8b0cbebcaa282634245e |
Close
Hashes for hsbmaulana_pycollection-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d997b804351cab38e7c2d3566bfeab3f64e4411949e39125ea2f636c01aea6f5 |
|
MD5 | f4497e783dbd506e77aa08971bf999f5 |
|
BLAKE2b-256 | c9890519a0d1742817c850be8a2866f6154ccf433e863ef8d931758ae4ac86f8 |