{"id":19229315,"url":"https://github.com/rajeshberwal/dsalib","last_synced_at":"2025-10-18T04:01:27.713Z","repository":{"id":57424275,"uuid":"285269996","full_name":"rajeshberwal/dsalib","owner":"rajeshberwal","description":"Official Repository for dsalib Python Package for Data Structure And Algorithms","archived":false,"fork":false,"pushed_at":"2021-04-07T05:27:17.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T07:02:38.618Z","etag":null,"topics":["algorithms","dsa","dsa-algorithm","library","package","python","python-package","python3"],"latest_commit_sha":null,"homepage":"https://dsalib.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajeshberwal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"theinterviewcodes","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/rajeshberwal"]}},"created_at":"2020-08-05T11:36:52.000Z","updated_at":"2020-10-02T02:41:48.000Z","dependencies_parsed_at":"2022-09-14T08:40:38.973Z","dependency_job_id":null,"html_url":"https://github.com/rajeshberwal/dsalib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajeshberwal%2Fdsalib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajeshberwal%2Fdsalib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajeshberwal%2Fdsalib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajeshberwal%2Fdsalib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajeshberwal","download_url":"https://codeload.github.com/rajeshberwal/dsalib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304571,"owners_count":19780312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","dsa","dsa-algorithm","library","package","python","python-package","python3"],"created_at":"2024-11-09T15:33:30.143Z","updated_at":"2025-10-18T04:01:27.618Z","avatar_url":"https://github.com/rajeshberwal.png","language":"Python","funding_links":["https://patreon.com/theinterviewcodes","https://www.buymeacoffee.com/rajeshberwal"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"/docs/_static/logo.png\" align=\"center\"\u003e\n    \u003cp align=\"center\"\u003eA clean and minimal Data Structure And Algorithms Library Implemented in Python.\u003c/p\u003e\n    \u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n[![PyPI version](https://badge.fury.io/py/dsalib.svg)](https://pypi.org/project/dsalib)\n[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.org/project/dsalib)\n[![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.org/project/dsalib)\n[![Documentation Status](https://readthedocs.org/projects/dsalib/badge/?version=latest)](https://dsalib.readthedocs.io/en/latest/)\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n\nCurrently in development process.\n\n**Documentation**: [dsalib](https://dsalib.readthedocs.io)\n\n## Install\n\nIf you have installed multiple versions of python then use:\n\n```shell\npip3 install dsalib\n```\n\nand if you have only installed Python3 then use:\n\n```shell\npip install dsalib\n```\n\n## Usage\n\n```python\nfrom dsalib import Sorting\narr = [21, 2, 3, 31, 45]\nSorting.merge_sort(arr)\nprint(arr)\n```\n\nOutput:\n\n```shell\n[2, 3, 21, 31, 45]\n```\n\n## Become a contributor\n\n- Fork\n- Create new branch, representing the changes\n- Make changes, ensure it's working\n- Push your own repo\n- Create PR, describe your changes\n- Thank You\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajeshberwal%2Fdsalib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajeshberwal%2Fdsalib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajeshberwal%2Fdsalib/lists"}