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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file scratches-algorithms-0.1.2.tar.gz.
File metadata
- Download URL: scratches-algorithms-0.1.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f71075c1e2db93591c86a9d6cdd9aa30519046d6d5916396887e08abd2454e
|
|
| MD5 |
baecad157cc717686b1a73124290b740
|
|
| BLAKE2b-256 |
4dc2c2ea6aed89c83489f51bf320fe9a7131a92c2642fc5ef468b1fc4a32319f
|