leetcode precompiled package
Project description
LeetCode Python Debug in pycharm
How to debug leetcode problem
install leetcode-editor
click problem and init python file
replace arg and add test case
Install tool package
You can install the library using the following commands:
Using pip
pip install precompiled
Using pdm
pdm add precompiled
Usage
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 listsindex: get Returns the idx node of the linked list,
- 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.7.tar.gz
(5.6 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.7.tar.gz.
File metadata
- Download URL: precompiled-0.1.7.tar.gz
- Upload date:
- Size: 5.6 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 |
ce344c7738cf580aaef40be89b2cac03189c1a328c5e29b5454d0dda3cd4fa8c
|
|
| MD5 |
65b9d42c6bf4e743b314edd9bb6fb2f7
|
|
| BLAKE2b-256 |
11d36ec43068b068ac3b089481861eee08c76ec53c228e5e981e84a8c54be9af
|
File details
Details for the file precompiled-0.1.7-py3-none-any.whl.
File metadata
- Download URL: precompiled-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.5 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 |
637d847fa5f83b83841c396179faea94871e47461fb0427bbd5d58627f418cad
|
|
| MD5 |
16cf811d3dae9e19cb4b240ef5e89864
|
|
| BLAKE2b-256 |
6db35591b63921512e79ecfc1c3a45007fae8fd3b37464abd1e71d69955c2442
|