forked from codeiiest-dev/Algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
124 lines (124 loc) · 3.39 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "arnabsen1729",
"name": "Arnab Sen",
"avatar_url": "https://avatars1.githubusercontent.com/u/51032928?v=4",
"profile": "https://arnabsen.netlify.app/",
"contributions": [
"maintenance"
]
},
{
"login": "sadn1ck",
"name": "Anik Das",
"avatar_url": "https://avatars2.githubusercontent.com/u/16396161?v=4",
"profile": "https://www.linkedin.com/in/sadn1ck/",
"contributions": [
"maintenance"
]
},
{
"login": "hrahul2605",
"name": "Rahul Halder",
"avatar_url": "https://avatars1.githubusercontent.com/u/48245702?v=4",
"profile": "http://www.linkedin.com/in/hrahul2605",
"contributions": [
"maintenance"
]
},
{
"login": "raydwaipayan",
"name": "Dwaipayan Ray",
"avatar_url": "https://avatars1.githubusercontent.com/u/35661311?v=4",
"profile": "https://github.com/raydwaipayan",
"contributions": [
"maintenance"
]
},
{
"login": "souvikmahato-sm",
"name": "souvikmahato-sm",
"avatar_url": "https://avatars3.githubusercontent.com/u/58760297?v=4",
"profile": "https://github.com/souvikmahato-sm",
"contributions": [
"doc"
]
},
{
"login": "prerna2712",
"name": "Prerna Gupta",
"avatar_url": "https://avatars1.githubusercontent.com/u/56025548?v=4",
"profile": "https://github.com/prerna2712",
"contributions": [
"doc"
]
},
{
"login": "iammanish17",
"name": "Manish Kundu",
"avatar_url": "https://avatars0.githubusercontent.com/u/35730135?v=4",
"profile": "https://github.com/iammanish17",
"contributions": [
"doc"
]
},
{
"login": "Anirbansikder",
"name": "Anirban Sikder",
"avatar_url": "https://avatars0.githubusercontent.com/u/65562060?v=4",
"profile": "https://github.com/Anirbansikder",
"contributions": [
"doc"
]
},
{
"login": "Sanjana00",
"name": "Sanjana Chakravarty",
"avatar_url": "https://avatars1.githubusercontent.com/u/53122829?v=4",
"profile": "https://github.com/Sanjana00",
"contributions": [
"doc"
]
},
{
"login": "Ahel2000",
"name": "Ahel Das Chatterjee",
"avatar_url": "https://avatars3.githubusercontent.com/u/66062504?v=4",
"profile": "https://github.com/Ahel2000",
"contributions": [
"doc"
]
},
{
"login": "Yukti-1",
"name": "Yukti-1",
"avatar_url": "https://avatars1.githubusercontent.com/u/58746604?v=4",
"profile": "https://github.com/Yukti-1",
"contributions": [
"doc"
]
},
{
"login": "Siddhant-K-code",
"name": "Siddhant Khare",
"avatar_url": "https://avatars0.githubusercontent.com/u/55068936?v=4",
"profile": "https://www.linkedin.com/in/siddhantkhare24/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](#contributors)",
"projectName": "Algorithms",
"projectOwner": "codeiiest-dev",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}