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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

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