File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,21 @@ You can install the package by running the following command,
2929
3030Make 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+
3247Why do we use Python?
3348=====================
3449
You can’t perform that action at this time.
0 commit comments