File tree Expand file tree Collapse file tree 2 files changed +35
-29
lines changed Expand file tree Collapse file tree 2 files changed +35
-29
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1
1
# Algo-DS
2
2
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.
4
4
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.
6
6
7
7
## Currently Supported Languages
8
8
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
16
18
17
19
## Contribution Guide
18
20
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.
20
22
21
23
### Directory Structure
22
24
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
31
34
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.
34
38
35
39
### Got any Questions?
36
40
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.
You can’t perform that action at this time.
0 commit comments