leetcode precompiled package
Project description
LeetCode Python Precompiled Library
Installation
You can install the library using the following commands:
Using pip
pip install precompiled
Using pdm
pdm add precompiled
Usage Instructions
Once installed, you can use the following import statements in your Python code to access all data structures from LeetCode:
python
from precompiled.listnode import ListNode
from precompiled.nestedinteger import NestedInteger
from precompiled.treenode import TreeNode`
Common Data Structures and Methods
- ListNode: Linked list node
- Default implementation of the
eqmethod array_to_list_node: Converts an array into a linked list, returning the head nodearrays_to_list_node: Converts multiple arrays into multiple linked lists, returning a tuple of linked lists
- Default implementation of the
- NestedInteger: Nested integer
- TreeNode: Tree node
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
precompiled-0.1.2.tar.gz
(2.5 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 precompiled-0.1.2.tar.gz.
File metadata
- Download URL: precompiled-0.1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.5 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d78d6aa3af963149a1c51f0da570c79293c01a05d23dc154e645a935390cc620
|
|
| MD5 |
47440e73a9324a054dc6b1e388bd2359
|
|
| BLAKE2b-256 |
d2e5cbea932b923fef7294a322a987fd3ec5d937a2cce0536420825277dd688f
|
File details
Details for the file precompiled-0.1.2-py3-none-any.whl.
File metadata
- Download URL: precompiled-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.5 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4213b77604d235d717b571bad12c41993d9e0d7193eec09e3ece0b64ac450f70
|
|
| MD5 |
d0a610f42b6ee84d5594e3de7df83505
|
|
| BLAKE2b-256 |
e9762cc46af3cccbe364909922f701787b2ee87a1ec950dce6056c6828ddb14c
|