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)
- Reverse in Place
- Swap Pairs - Works only for Even length linked list
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
- 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)
- Reverse in Place
- Swap Pairs - Works only for Even length linked list
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
dat_struct_py-1.1.3.tar.gz
(17.0 kB
view hashes)
Built Distribution
Close
Hashes for dat_struct_py-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c0b631a57e00c569767159f832df95c5b3a5f98e2b9bf78d98e0988a1a757b |
|
MD5 | 9f8e9862b5013e9d49bc70f598a40d9c |
|
BLAKE2b-256 | bc34b74643af4cd41337338b366414bff084e0feb2b80ff74386fc66a5f18de2 |