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.1.tar.gz
(2.0 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.1.tar.gz.
File metadata
- Download URL: ashok_ll-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ee96b4f9cc00f4b080aa3685862898bc7e73f9e0465c273e7f02fe31d0a7f35
|
|
| MD5 |
1aeab7a5665da75c0060690944dc9072
|
|
| BLAKE2b-256 |
d790c2b96ff449ca17955d122113af1f49cca2a15c21e2169d08a0d1073b6d2c
|
File details
Details for the file ashok_ll-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ashok_ll-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
bd40424f9e4164202f52002343132e15baaf0d7d6da83ae3f8a5e13663c87e55
|
|
| MD5 |
53989d2af9e4c99677bb78036dbc51d4
|
|
| BLAKE2b-256 |
9bb3d275d3c2fcabc06decfbd7572cdc70f1a66cbdb00ca26c1c5a3181c34e4b
|