Skip to content

Commit dc308d8

Browse files
authored
updated readme (#33)
1 parent c0fdee9 commit dc308d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ PyDataStructs
66
Who are we?
77
-----------
88

9-
We are a group of people passionate about data structures and algorithms. We eye for implementing all the data structures given [here](https://en.wikipedia.org/wiki/List_of_data_structures). We aim for distributing the package among enthusiastic programmers so that they don't have to implement complex data structures in their day to day tasks.
9+
We are a group of people passionate about data structures and algorithms. We eye for implementing all the data structures given [here](https://en.wikipedia.org/wiki/List_of_data_structures).
1010

1111
How are we different?
1212
---------------------
1313

14-
There are many pre-exisiting packages available in the open source world for the said task. However, we plan to implement those data structures which are used by both sports programmers as well as the developers. Currently, to the best of our knowledge, no such dedicated attempt has been made. In fact, we will keep each data strucutres independent from other for easy code reusability.
14+
There are many pre-exisiting packages available in the open source world based on the above idea. However, they lack the implementation of complex data structures and this makes us different. If you have worked with C++ and Python then you know how hard it is to code bug free AVL trees :-).Well, after this project you will not have to worry about it. In fact, we will keep each data structure independent from each other for easy code reusability.
1515

1616
How to contribute?
1717
------------------
@@ -24,13 +24,13 @@ Follow the steps given below,
2424
4. Execute, `git remote add origin_user https://github.com/<your-github-username>/pydatastructs/`
2525
5. Execute, `git checkout -b <your-new-branch-for-working>`.
2626
6. Make changes to the code.
27-
7. Add your name and email to the AUTHORS.
27+
7. Add your name and email to the AUTHORS, if you wish to.
2828
8. Execute, `git add .`.
2929
9. Execute, `git commit -m "your-commit-message"`.
3030
10. Execute, `git push origin_user <your-current-branch>`.
3131
11. Make a PR.
3232

33-
That's it, 10 easy steps for your first contribution. For future contributionsm 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.
33+
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.
3434

3535
See you soon with your first PR.
3636

@@ -43,6 +43,6 @@ Please follow the rules and guidelines given below,
4343

4444
1. Follow the [numpydoc docstring guide](https://numpydoc.readthedocs.io/en/latest/format.html).
4545
2. If you are planning to contribute a new data structure then first raise an issue for discussing the API, rather than directly making a PR.
46-
3. For the first-time contributors we recommend not to take complex data strucutre, rather start with `linear data structures` or `abstract data types`. You can also with issues labelled as `good_first_issues`.
46+
3. For the first-time contributors we recommend not to take a complex data strucutre, rather start with `linear data structures` or `abstract data types`. You can also pick issues labelled as `good_first_issues`.
4747

4848
Keep contributing!!

0 commit comments

Comments
 (0)