A Python package for Linked List operations by Ashok
Project description
ashok-ll
A lightweight Python module for performing various singly linked list operations like reversing, deleting head/tail, etc.
Example
from ashok_ll import ListNode, reverseLL, printList
head = ListNode(1, ListNode(2, ListNode(3)))
printList(head)
head = reverseLL(head)
printList(head)
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
ashok_ll-0.1.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ashok_ll-0.1.0.tar.gz.
File metadata
- Download URL: ashok_ll-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c80b86461fec5bd3d5ac077c87afa304b4d49465dc231095fec50d9e7b30b7f
|
|
| MD5 |
9e01c79c619711d5155ea94c867bad2a
|
|
| BLAKE2b-256 |
cafdabfd0a7e9b031249736d09e82b0ea4c9b074679a30ea5f00ae7f3f240f54
|
File details
Details for the file ashok_ll-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ashok_ll-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fcb0cdad7b0c45661ad1aea5546e7f94f6ada906d07ae90ec677c0861d5fcbe
|
|
| MD5 |
28ac282284bbe1a370ca0779f44a71bc
|
|
| BLAKE2b-256 |
3de3bb156533d2a50f131416ed9cd76355e0716db0445cddcf87c576a2520dcc
|