Skip to main content

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

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

hsbmaulana-pycollection-1.0.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

hsbmaulana_pycollection-1.0.0-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

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