Skip to content

Commit

Permalink
Added salient features of PyDataStructs (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 authored Oct 31, 2021
1 parent a394600 commit 1f53930
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ You can install the package by running the following command,

Make sure that your python version is at least ``3.5``.

Why PyDataStructs?
==================

1. **Single package for all your data structures and algorithms** - We have and are
implementing many popular and useful data structures and algorithms.

2. **Consistent and Clean Interface** - The APIs we have provided are **consistent** with each other,
**clean** and **easy to use**. We make sure of that before adding any new data structure or algorithm.

3. **Well Tested** - We thoroughly test our code before making any new addition to PyDataStructs.
**99 percent** lines of our code have already been tested by us.

So, **you can easily rely on PyDataStructs** for any data structure or algorithm you want to use
**without worrying about implementing** it **from scratch**. Everything is just a few calls away.

Why do we use Python?
=====================

Expand Down

0 comments on commit 1f53930

Please sign in to comment.