Skip to main content

Data Structures and Algorithms In Python

Project description

dsalib

A clean and minimal Data Structure And Algorithms Library Implemented in Python.




Currently in development process.

Install

If you have installed multiple versions of python then use:

pip3 install dsalib

and if you have only installed Python3 then use:

pip install dsalib

Usage

from dsalib import sort
arr = [21, 2, 3, 31, 45]
sort.merge_sort(arr)
print(arr)

Output:

[2, 3, 21, 31, 45]

Become a contributor

  • Fork
  • Create new branch, representing the changes
  • Make changes, ensure it's working
  • Push your own repo
  • Create PR, describe your changes
  • Thank You

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsalib-0.0.33.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dsalib-0.0.33-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file dsalib-0.0.33.tar.gz.

File metadata

  • Download URL: dsalib-0.0.33.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for dsalib-0.0.33.tar.gz
Algorithm Hash digest
SHA256 6ec8b01b3b6c69364b6c3ae7fbfa3394acb338d18ca3710345ca3c48b99fbadd
MD5 aabd6195af5712c8e6291259ad0a56af
BLAKE2b-256 c1ead96b981b6c55b99372008be36c252281227575467b9ae330e6ae0033a963

See more details on using hashes here.

File details

Details for the file dsalib-0.0.33-py3-none-any.whl.

File metadata

  • Download URL: dsalib-0.0.33-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for dsalib-0.0.33-py3-none-any.whl
Algorithm Hash digest
SHA256 4e24ad998d2ba74f66433d1a083bbdacc8e6ea0fd8710ed235f146c66e49cf3f
MD5 8d15f3dea53806d5cd6c4e1814c417dc
BLAKE2b-256 549f47dc97725e4d93e4a860947ea972bcf986b1e35a543d9d4a2ac61f1b84ae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page