Skip to content

Commit 1d4164e

Browse files
Update README and add MIT LICENSE file
1 parent eb6a61f commit 1d4164e

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

LICENSE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2019 iam-abbas
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
# Computer Science - Algorithms
2-
A community built repository which include most of the important algorithms
2+
A community-built repository which includes most of the important algorithms
33

44
## What is this repository for?
55

6-
This is list of many useful algorithms implemented across different languages. Every computer science studnt should know these.
6+
This is repository of many useful algorithms implemented in different languages. Every computer science student should know these.
77

88
## Who can contribute for this repository?
99

1010
Anyone. Absolutely anyone can contribute to this repository. Please check the rules below before you make pull requests.
1111

12-
13-
1412
# CONTRIBUTION
1513

1614
## How to contribute?
1715

18-
- Add an issue to thos repo stating Algorithm Name and Language
16+
- Add an issue to this repo stating Algorithm Name and Language
1917
- Fork this repository
2018
- Pick an Algorithm and a Language
21-
- Add it to your repository in the order `Algorithm Type/Algorithm Name/Language/`
19+
- Add it to your repository in the directory order `[repository root]/Algorithm Type/Algorithm Name/Language/`
2220
- Create a Pull request
23-
24-
- Feel free to improve README
21+
- Feel free to improve the README
2522

2623
## Rules
2724

28-
- Please do not spam pull request for the sake of Hacktoberfest.
29-
- No duplicate entries, Please check if the code is existing or not before you start submiting.
25+
- Please do not spam pull requests for the sake of Hacktoberfest.
26+
- No duplicate entries, please check if the code is existing or not before you start submiting.
3027
- Star this repository to show appreciation towards public efforts.

0 commit comments

Comments
 (0)