Skip to content

Commit 48c3c11

Browse files
mihirg008Aadit Kamat
and
Aadit Kamat
authored
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 <[email protected]>
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

+10-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

BONUS/Misc/NaturalSum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WAP to sum first `n` natural numbers
99
```java
1010
/**
1111
* Natural Sum using recursion
12-
* @author MadhavBahlMD
12+
* @author MadhavBahl
1313
* @date 26/01/2019
1414
*/
1515

BONUS/Misc/OddEve/OddEven.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.Scanner;
22

33
/**
4-
* @author MadhavBahlMD
4+
* @author MadhavBahl
55
* @date 25/01/2019
66
*/
77

BONUS/Misc/OddEve/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Give a number, write a program to check whether it is odd or even
1010
import java.util.Scanner;
1111

1212
/**
13-
* @author MadhavBahlMD
13+
* @author MadhavBahl
1414
* @date 25/01/2019
1515
*/
1616

BONUS/Misc/Reverse/Reverse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Reverse Array
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 26/01/2019
55
*/
66

BONUS/Misc/SumSquares/SumSquares.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Sum of squares
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 26/01/2019
55
*/
66

BONUS/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bonus Problems
22

3-
A real coder should not be satisfied by doing only one problem daily, rather he/she should keep coding as much as possible. So, here I ([@MadhavBahlMD](https://github.com/MadhavBahlMD)) am adding some more problems that you can practise 😃
3+
A real coder should not be satisfied by doing only one problem daily, rather he/she should keep coding as much as possible. So, here I ([@MadhavBahl](https://github.com/MadhavBahl)) am adding some more problems that you can practise 😃
44

55
Also, these problems have been taking form various sources, so ig you think you own any of the given problems, just send me an email at [email protected] and I will be more than happy to give proper credits 😊
66

BONUS/Recursion/ArrayProduct/ArrayProd.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Product of array elements using recursion
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/ArrayProduct/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output: 120
1616
```js
1717
/**
1818
* Find Product of array elements
19-
* @author MadhavBahlMD
19+
* @author MadhavBahl
2020
* @date 18/01/2019
2121
*/
2222

@@ -34,7 +34,7 @@ console.log ('Product of elements of [2, 3, 4, 5] is: ', findProduct (arr, arr.l
3434
```java
3535
/**
3636
* Product of array elements using recursion
37-
* @author MadhavBahlMD
37+
* @author MadhavBahl
3838
* @date 18/01/2019
3939
*/
4040

BONUS/Recursion/ArrayProduct/arrayProd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Find Product of array elements
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/ArraySum/ArraySum.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Recursive Array Sum
5-
* @author MadhavBahlMD
5+
* @author MadhavBahl
66
* @date 18/01/2019
77
*/
88

BONUS/Recursion/ArraySum/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output: 15
1515

1616
```js
1717
/**
18-
* @author MadhavBahlMD
18+
* @author MadhavBahl
1919
* @date 18/01/2019
2020
* Array Elements Sum using Recursion
2121
*/
@@ -36,7 +36,7 @@ import java.util.Scanner;
3636

3737
/**
3838
* Recursive Array Sum
39-
* @author MadhavBahlMD
39+
* @author MadhavBahl
4040
* @date 18/01/2019
4141
*/
4242

BONUS/Recursion/ArraySum/arraySum.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author MadhavBahlMD
2+
* @author MadhavBahl
33
* @date 18/01/2019
44
* Array Elements Sum using Recursion
55
*/

BONUS/Recursion/Fibonacci/Fibonacci.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Nth element of fibonacci series using recursion
5-
* @author MadhavBahlMD
5+
* @author MadhavBahl
66
* @date 18/01/2019
77
*/
88

BONUS/Recursion/Fibonacci/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ output: 13
1919
```js
2020
/**
2121
* Fibonacci Series Using Recursion
22-
* @author MadhavBahlMD
22+
* @author MadhavBahl
2323
* @date 18/01/2019
2424
*/
2525

@@ -38,7 +38,7 @@ import java.util.Scanner;
3838

3939
/**
4040
* Nth element of fibonacci series using recursion
41-
* @author MadhavBahlMD
41+
* @author MadhavBahl
4242
* @date 18/01/2019
4343
*/
4444

BONUS/Recursion/Fibonacci/fibonacci.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Fibonacci Series Using Recursion
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/NaturalSum/NaturalSum.java

+1-1
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

BONUS/Recursion/NaturalSum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WAP to sum first `n` natural numbers
99
```java
1010
/**
1111
* Natural Sum using recursion
12-
* @author MadhavBahlMD
12+
* @author MadhavBahl
1313
* @date 26/01/2019
1414
*/
1515

BONUS/Recursion/Power/Power.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @author @MadhavBahlMD
2+
* @author @MadhavBahl
33
* @date 18/01/2019
44
*/
55

BONUS/Recursion/Power/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output: 100
1515

1616
```java
1717
/**
18-
* @author @MadhavBahlMD
18+
* @author @MadhavBahl
1919
* @date 18/01/2019
2020
*/
2121

@@ -50,7 +50,7 @@ public class Power {
5050
```js
5151
/**
5252
* Finding `a` raised to the power `n` rercursively
53-
* @author MadhavBahlMD
53+
* @author MadhavBahl
5454
* @date 18/01/2019
5555
*/
5656

BONUS/Recursion/Power/power.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Finding `a` raised to the power `n` rercursively
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/Recursion/Factorial.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Factorial using recursion
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/Recursion/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ output: 120
1919
```java
2020
/**
2121
* Factorial using recursion
22-
* @author MadhavBahlMD
22+
* @author MadhavBahl
2323
* @date 18/01/2019
2424
*/
2525

@@ -50,7 +50,7 @@ public class Factorial {
5050
```js
5151
/**
5252
* Factorial usinig recursion
53-
* @author MadhavBahlMD
53+
* @author MadhavBahl
5454
* @date 18/01/2019
5555
*/
5656

BONUS/Recursion/Recursion/factorial.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Factorial usinig recursion
3-
* @author MadhavBahlMD
3+
* @author MadhavBahl
44
* @date 18/01/2019
55
*/
66

BONUS/Recursion/ReverseArray/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ output: [4, 3, 2, 1]
1717
/**
1818
* Reverse an array using recursion
1919
* Method 1
20-
* Implemented by MadhavBahlMD
20+
* Implemented by MadhavBahl
2121
* @date 18/01/2019
2222
*/
2323

@@ -35,7 +35,7 @@ console.log (reverseArray([1, 2, 3, 4]));
3535
/**
3636
* Reverse an array using recursion
3737
* Method 1
38-
* Implemented by MadhavBahlMD
38+
* Implemented by MadhavBahl
3939
* @date 18/01/2019
4040
*/
4141

@@ -62,7 +62,7 @@ import java.util.Scanner;
6262

6363
/**
6464
* Reverse an array using recursion
65-
* @author MadhavBahlMD
65+
* @author MadhavBahl
6666
* @date 18/01/2019
6767
*/
6868

BONUS/Recursion/ReverseArray/ReverseArray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Reverse an array using recursion
5-
* @author MadhavBahlMD
5+
* @author MadhavBahl
66
* @date 18/01/2019
77
*/
88

BONUS/Recursion/ReverseArray/reverseArray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Reverse an array using recursion
33
* Method 1
4-
* Implemented by MadhavBahlMD
4+
* Implemented by MadhavBahl
55
* @date 18/01/2019
66
*/
77

BONUS/Recursion/ReverseArray/reverseArray2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Reverse an array using recursion
33
* Method 1
4-
* Implemented by MadhavBahlMD
4+
* Implemented by MadhavBahl
55
* @date 18/01/2019
66
*/
77

0 commit comments

Comments
 (0)