TsingPig_Lab is a package for algorithm.
Project description
TsingPig - Lab
1. Introduction
This is a python package for simple algorithms and data structures which is developed by tsingpig.
Version: v0.1.3
Author: TsingPig
Repo: TsingPig / tsingpig_lab 路 GitLab
You can connect me by email: 1114196607@qq.com
Thanks for your support!
2. Functions
2.1. DataStructures
Sparse Table (ST)
A data structure ST table (Sparse Table) that supports interval contribution problem queries.
from tsingpig_lab import DataStructures
st = DataStructures.ST([1, 2, 3])
print(st.qry(0, 2)) # 3
2.2. Algorithms
2.2.1 BaseConverter
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
TsingPig_Lab-0.1.3.tar.gz
(3.6 kB
view details)
File details
Details for the file TsingPig_Lab-0.1.3.tar.gz
.
File metadata
- Download URL: TsingPig_Lab-0.1.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0c9c137c5d0b37926bf0e9a72b92e12e54672ea89f8daebf76b96d07468d1f7 |
|
MD5 | 53599abb2323e390caf48d1c6c00f36f |
|
BLAKE2b-256 | 84ae92139541e546cc12a40e471dbc3c72155061b8053cc75cf3785be70a4c16 |