Skip to content

Commit 4400c63

Browse files
committed
updated readme
1 parent fc0d349 commit 4400c63

File tree

2 files changed

+35
-29
lines changed

2 files changed

+35
-29
lines changed

CONTRIBUTORS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Aditya Aggarwal (the-cybersapien)
2-
Jai Kathuria (jaikathuria)
3-
Ravi Kant Garg (garg-ravi24)
4-
Sumit Gupta(Invincisumit)
5-
Shifali Gupta (Gupta-shifali)
6-
Mohit Sharma (ms10398)
7-
Harshit Luthra (sachincool)
8-
Gaurav Walia (GauravWalia19)
1+
* Aditya Aggarwal (the-cybersapien)
2+
* Jai Kathuria (jaikathuria)
3+
* Ravi Kant Garg (garg-ravi24)
4+
* Sumit Gupta(Invincisumit)
5+
* Shifali Gupta (Gupta-shifali)
6+
* Mohit Sharma (ms10398)
7+
* Harshit Luthra (sachincool)
8+
* Gaurav Walia (GauravWalia19)

README.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
# Algo-DS
22

3-
Open Repository For Students to Contribute Algorithms and Data Structures in different Languages
3+
Open Repository For Students to Contribute Algorithms and Data Structures in different Languages.
44

5-
This Repository is meant for everyone to create code and learn to contribute to open source
5+
This Repository is meant for everyone to create code and learn to contribute to open source.
66

77
## Currently Supported Languages
88

9-
- Java
10-
- Kotlin
11-
- Python
12-
- C
13-
- C++
14-
- Javascript
15-
- More Languages welcome
9+
* C
10+
* C++
11+
* ES6
12+
* Java
13+
* JavaScript
14+
* Kotlin
15+
* NodeJS
16+
* Python3
17+
* More Languages welcome
1618

1719
## Contribution Guide
1820

19-
Please Read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file for instructions of contributing and CODE OF CONDUCT
21+
Please Read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file for instructions of contributing and CODE OF CONDUCT.
2022

2123
### Directory Structure
2224

23-
- Language
24-
- Coversions
25-
- DataStructures
26-
- Structures
27-
- Dynamic Programming
28-
- Misc
29-
- Searches
30-
- Sorting
25+
* Language
26+
* Coversions
27+
* DataStructures
28+
* Structures
29+
* Dynamic Programming
30+
* Misc
31+
* Searches
32+
* Sorting
33+
* README
3134

32-
- Add a new Language to the root directory.
33-
- Each Code snippet must be in the appropriate sub-directory.
35+
* Add a new Language to the root directory (but don't add unnecessary languages).
36+
* Each Code snippet must be in the appropriate sub-directory.
37+
* Add index of the code to specific readme of the language.
3438

3539
### Got any Questions?
3640

37-
Make an issue! We'll reply as soon as we can!
41+
* Make an issue! We'll reply as soon as we can!
42+
* Find bugs in our code and make issue.
43+
* Pull Request of the new code will we accepted soon as possible.

0 commit comments

Comments
 (0)