scratches-algorithms
English
Scratches Algorithms – this package is a Python client library with classic sorting and search algorithms and simple utilities for working with numbers, number systems and code performance control.
You can find the source code on GitHub.
Installation
Install the current version from PyPI:
pip install scratches-algorithms
Structure
- algorithms
- Sort
- bubble
- shaker
- insertion
- selection
- counting
- merge
- quick
- Find
- linear
- binary
- utils
- NumbersProperties
- divisors
- count_divisors
- fibonacci
- is_prime
- is_square
- NumeralSystem
- to_base
- PerformanceTracking
- __init__
- __del__
- func_timer
- get_size
Русский
Scratch Algorithms – это пакет, который представляет собой клиентскую библиотеку Python с классическими алгоритмами сортировки и поиска и простыми утилитами для работы с числами, системами счисления и контроля производительности кода.
Вы можете найти исходный код на Github.
Установка
Установить текущую версию с PyPI:
pip install scratch-algorithms
Структура
- algorithms
- Sort
- bubble
- shaker
- insertion
- selection
- counting
- merge
- quick
- Find
- linear
- binary
- utils
- NumbersProperties
- divisors
- fibonacci
- is_prime
- is_square
- NumeralSystem
- to_base
- PerformanceTracking
- __init__
- __del__
- func_timer
Release files for scratches-algorithms 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scratches-algorithms-0.1.2.tar.gz | 9.8 kB | Details |
Release files / scratches-algorithms-0.1.2.tar.gz
| Download URL | scratches-algorithms-0.1.2.tar.gz |
|---|---|
| Size | 9.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2f71075c1e2db93591c86a9d6cdd9aa30519046d6d5916396887e08abd2454e
|
|
BLAKE2b-256 checksum How to use checksums |
4dc2c2ea6aed89c83489f51bf320fe9a7131a92c2642fc5ef468b1fc4a32319f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|