Skip to main content

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


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.2.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

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

ashok_ll-0.1.2-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file ashok_ll-0.1.2.tar.gz.

File metadata

  • Download URL: ashok_ll-0.1.2.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

Hashes for ashok_ll-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6cdc23de943debdbc2bd9b6a623cf85ea1d0ac088a6d50aa47b499aec8cbd3c6
MD5 c851ccb0971cefa63b08380d88a3965d
BLAKE2b-256 d2d4ba61f048e8c9232899b9426f2fc33d4eb3a9e3150544e36285af5b29064b

See more details on using hashes here.

File details

Details for the file ashok_ll-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: ashok_ll-0.1.2-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

Hashes for ashok_ll-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 94db553323ffedca9a7de2759509e4927c9cb3388dbe873c1f01475360388076
MD5 0ccd0b46c63ac8419d0a925163597aa0
BLAKE2b-256 c4076935c27e891d7fb2fbfee16633521d23585ddcd08f863e9445a953c4f082

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