A powerful custom LinkedList implementation with advanced methods.
Project description
LinkedList
A powerful and extensible implementation of a singly linked list in Python.
This LinkedList class supports standard linked list operations as well as advanced functional-style utilities such as map, filter, reduce, slicing, merging, sorting, and more. It’s perfect for learning data structures or using in custom projects that need a flexible list alternative.
🚀 Features
append,push,pop,insertBefore,insertAfter,removeByValue- Functional methods:
map,filteredList,reduceList - Utilities:
clone,reverse,contains,toList,fromList,detail,clear - Slicing:
sliceLinkedList(start, end) - Sorting:
sortedList(mode="asc|desc|random|reverse") - Pythonic magic methods:
__len__,__str__,__iter__,__getitem__,__setitem__ - Deep merge and deduplication
- Works with loops, indexing, and native functions like
len()
📦 Installation
pip install linkedlist
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 Distributions
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 LinkedList_utils_version_1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: LinkedList_utils_version_1-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a8d1d7ac1994427e18a7fa2a076247d4997efce74f57f345c62f649cf90147
|
|
| MD5 |
e843535078028eb41a498253d85fc5c4
|
|
| BLAKE2b-256 |
586e650fbdcc130fd5ea7b031397dc79ea61c62dae55ef11889eb0daa5074568
|