Skip to main content

Binary min heap implemented with reference

Project description

k3heap

Action-CI Build Status Documentation Status Package

k3heap is a binary min heap implemented with reference

k3heap is a component of pykit3 project: a python3 toolkit set.

In this module RefHeap is a binary min heap implemented with reference: a parent has two references to two children and a child has a parent reference to its parent.

RefHeap is not thread safe::

import k3heap

h = k3heap.RefHeap()

x = []
h.push(x)
h.push(x)  # ValueError
h.push([]) # OK

Install

pip install k3heap

Synopsis

import k3heap

h = k3heap.RefHeap([5, 1, 4, 2, 3])

while h.size > 0:
    print(h.pop())

Author

Zhang Yanpo (张炎泼) drdr.xp@gmail.com

Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼) drdr.xp@gmail.com

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

k3heap-0.1.8.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

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

k3heap-0.1.8-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file k3heap-0.1.8.tar.gz.

File metadata

  • Download URL: k3heap-0.1.8.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3heap-0.1.8.tar.gz
Algorithm Hash digest
SHA256 f33635ba467944061a16a986cecb88f858e77abd265b100dcfab13ec3733114b
MD5 1d7078694911ed1332e9eeb0f920e735
BLAKE2b-256 5a6d9e44a44e4a143abd0d0af52f83e308696e9bae93ddcf946b7a0c02638867

See more details on using hashes here.

File details

Details for the file k3heap-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: k3heap-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3heap-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 1caa0324cd301042b1067c4ce09e93ba3ef9509652689c03cba0c2d8c1f41883
MD5 46a45dd926922a646a1c40071deb8d56
BLAKE2b-256 5fcb530c3d7dbc1945184faa2a26378c9c56edabd4f37a2037bdf8cf00e96591

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