Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

LinkedList_utils_version_1-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file LinkedList_utils_version_1-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for LinkedList_utils_version_1-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5a8d1d7ac1994427e18a7fa2a076247d4997efce74f57f345c62f649cf90147
MD5 e843535078028eb41a498253d85fc5c4
BLAKE2b-256 586e650fbdcc130fd5ea7b031397dc79ea61c62dae55ef11889eb0daa5074568

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page