Skip to content

Commit 1f53930

Browse files
authored
Added salient features of PyDataStructs (#428)
1 parent a394600 commit 1f53930

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: docs/source/index.rst

+15
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ You can install the package by running the following command,
2929

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

32+
Why PyDataStructs?
33+
==================
34+
35+
1. **Single package for all your data structures and algorithms** - We have and are
36+
implementing many popular and useful data structures and algorithms.
37+
38+
2. **Consistent and Clean Interface** - The APIs we have provided are **consistent** with each other,
39+
**clean** and **easy to use**. We make sure of that before adding any new data structure or algorithm.
40+
41+
3. **Well Tested** - We thoroughly test our code before making any new addition to PyDataStructs.
42+
**99 percent** lines of our code have already been tested by us.
43+
44+
So, **you can easily rely on PyDataStructs** for any data structure or algorithm you want to use
45+
**without worrying about implementing** it **from scratch**. Everything is just a few calls away.
46+
3247
Why do we use Python?
3348
=====================
3449

0 commit comments

Comments
 (0)