Skip to main content

Basic Data Structures and Operations Implemented in Python

Project description

# dat_struct_py
Basic Data Structures and Operations Implemented in Python
## Installation Instructions
- Python 3.5 is currently supported
- Install from PyPI using
- pip install dat_struct_py

## Supported Data Structures
- Singly Linked List
- Doubly Linked List
- Circularly Singly Linked List

### Common Operations Supported for Linked Lists
- Creating a Linked List by inserting elements
- At the beginning
- At the end
- Any Position
- Delete a node carrying some value
- Size
- Print
- Quick check whether the list has even length
- Return nth element from the end
- Quick check whether a cycle exists
- Return cycle length(if one exists)

### Extra Support Operations for Singly and Doubly Linked Lists
- Reverse in Place
- Swap Pairs - Works only for Even length linked list


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

dat_struct_py-1.1.1.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

dat_struct_py-1.1.1-py3-none-any.whl (7.4 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