Skip to content

Commit 48c3c11

Browse files
mihirg008Aadit Kamat
andauthored
Change the username from MadhavBahlMD to MadhavBahl #369 (#370)
* Changed MadhavBahlMD to MadhavBahl * Updated All Contributors * Update CONTRIBUTORS.md * Modify count Co-authored-by: Aadit Kamat <aadit.k12@gmail.com>
1 parent 3c48b37 commit 48c3c11

File tree

162 files changed

+255
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+255
-245
lines changed

.all-contributorsrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"commit": true,
1111
"contributors": [
1212
{
13-
"login": "MadhavBahlMD",
13+
"login": "MadhavBahl",
1414
"name": "MADHAV BAHL",
1515
"avatar_url": "https://avatars2.githubusercontent.com/u/26179770?v=4",
1616
"profile": "http://madhavbahl.tech/",
@@ -328,6 +328,15 @@
328328
"doc",
329329
"code"
330330
]
331+
},
332+
{
333+
"login": "mihirg008",
334+
"name": "Mihir Gupta",
335+
"avatar_url": "https://avatars3.githubusercontent.com/u/32246337?s=460&u=26abf142607d487660a12fcc8b508407b0896c8c&v=4",
336+
"profile": "https://github.com/mihirg008",
337+
"contributions": [
338+
"doc"
339+
]
331340
}
332341
],
333342
"commitConvention": "none"

BONUS/Arrays/CheckIdentity/CheckIdentity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Check Identity Matrix
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 26/01/2019
55
*/
66

BONUS/Arrays/CheckIdentity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WAP to find whether the given NxN matix is an identity matrix
99
```java
1010
/**
1111
* Check Identity Matrix
12-
* @author MadhavBahlMD
12+
* @author MadhavBahl
1313
* @date 26/01/2019
1414
*/
1515

BONUS/Arrays/Reverse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WAP to reverse the given array
99
```java
1010
/**
1111
* Array Reversal
12-
* @author MadhavBahlMD
12+
* @author MadhavBahl
1313
* @date 26/01/2019
1414
*/
1515

BONUS/Arrays/Reverse/Reverse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Array Reversal
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 26/01/2019
55
*/
66

BONUS/Misc/CircleArea/CircleArea.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author MadhavBahlMD
2+
* @author MadhavBahl
33
* @date 25/01/2019
44
*/
55

BONUS/Misc/CircleArea/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WAP to read the radius and print the area of a circle
88

99
```java
1010
/**
11-
* @author MadhavBahlMD
11+
* @author MadhavBahl
1212
* @date 25/01/2019
1313
*/
1414

BONUS/Misc/LeapYear/LeapYear.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author MadhavBahlMD
2+
* @author MadhavBahl
33
* @date 26/01/2019
44
*/
55

BONUS/Misc/LeapYear/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WAP to check whether the given year is a leap year or not
88

99
```java
1010
/**
11-
* @author MadhavBahlMD
11+
* @author MadhavBahl
1212
* @date 26/01/2019
1313
*/
1414

BONUS/Misc/NaturalSum/NaturalSum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Natural Sum using recursion
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 26/01/2019
55
*/
66

0 commit comments

Comments
 (0)