You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ PyDataStructs
4
4
[](https://travis-ci.org/codezonediitj/pydatastructs)[](https://gitter.im/codezoned2017/Lobby)[![Discuss at [email protected]](https://img.shields.io/badge/discuss-pydatastructs%40googlegroups.com-blue.svg)](https://groups.google.com/forum/#!forum/pydatastructs)[](https://github.com/codezonediitj/pydatastructs/pulls)[](https://codecov.io/gh/codezonediitj/pydatastructs)
5
5
6
6
About
7
-
-----------
7
+
-----
8
8
9
-
Currently, the aim of the project is to be a Python package for various data structures in computer science. In addition, we are also working on including parallel algorithms. To the best of our knowledge a welldesigned library/package which has covered most of the data structures and algorithms including their parallel implementation doesn't exist.
9
+
Currently, the project aims to be a Python package for various data structures in computer science. Besides, we are also working on including parallel algorithms. To the best of our knowledge, a well-designed library/package which has covered most of the data structures and algorithms including their parallel implementation doesn't exist.
10
10
11
11
In future, i.e, after a few releases of the package when the software design will become stable, we also aim to provide APIs for the code in C++ and Java as well.
12
12
@@ -19,7 +19,7 @@ You can install the library by running the following command,
19
19
python3 setup.py install
20
20
```
21
21
22
-
For development purposes you can use the option `develop` as shown below,
22
+
For development purposes, you can use the option `develop` as shown below,
That's it, 10 easy steps for your first contribution. For future contributions just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote `origin` and then start following steps 5 to 10.
63
63
@@ -79,6 +79,6 @@ The following parameters are to be followed to pass the code quality tests for y
79
79
1. There should not be any trailing white spaces at any line of code.
80
80
2. Each `.py` file should end with exactly one new line.
81
81
3. Comparisons involving `True`, `False` and `None` should be done by
82
-
reference(using `is`, `is not`) and not by value(`==`, `!=`).
82
+
reference(using `is`, `is not`) and not by value(`==`, `!=`).
0 commit comments