codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

Implemented Introsort #548

Closed Kishan-Ved closed 6 months ago

Kishan-Ved commented 6 months ago

References to other Issues or PRs or Relevant literature

Fixes #545

Brief description of what is fixed or changed

Implemented Introsort.

Other comments

czgdp1807 commented 6 months ago

Do the following in a separate PR.

In https://github.com/codezonediitj/pydatastructs/blob/main/.github/workflows/ci.yml#L12, change all the occurrences of timeout-minutes: 10 to timeout-minutes: 20.

Kishan-Ved commented 6 months ago

Done, I've also made a few other necessary changes. Please check my PR: #549