Skip to content

Commit b8eed7d

Browse files
committed
Updated Contributors Details
1 parent d835ecf commit b8eed7d

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

.github/data/contributors-log.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,16 @@
2020
"4"
2121
],
2222
"demo-path": "Solved-Problems/Backspace_String_Compare"
23+
},
24+
"Valid_Anagram": {
25+
"contributor-name": [
26+
"shreyasrajiv327"
27+
],
28+
"core": "Solved-Problems",
29+
"specificity": "Valid_Anagram",
30+
"pull-request-number": [
31+
"5"
32+
],
33+
"demo-path": "Solved-Problems/Valid_Anagram"
2334
}
2435
}

Solved-Problems/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
4343

4444
<!-- TABLE OF CONTENT BEGINS -->
4545
- [__Backspace_String_Compare__](Backspace_String_Compare "goto Backspace_String_Compare")
46+
- [__Valid_Anagram__](Valid_Anagram "goto Valid_Anagram")
4647
<!-- TABLE OF CONTENT ENDS -->
4748

4849
## Table of Contribution
@@ -51,6 +52,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
5152
| Contribution Title | Contributor Names | Pull Requests | Demo |
5253
| --- | --- | --- | --- |
5354
| Backspace_String_Compare | [rahulch-1](https://github.com/rahulch-1 "goto rahulch-1 profile") | [#4](https://github.com/Grow-with-Open-Source/DSA/pull/4 "visit pr \#4") | [./Solved-Problems/Backspace_String_Compare/](Solved-Problems/Backspace_String_Compare "view the result of Backspace_String_Compare") |
55+
| Valid_Anagram | [shreyasrajiv327](https://github.com/shreyasrajiv327 "goto shreyasrajiv327 profile") | [#5](https://github.com/Grow-with-Open-Source/DSA/pull/5 "visit pr \#5") | [./Solved-Problems/Valid_Anagram/](Solved-Problems/Valid_Anagram "view the result of Valid_Anagram") |
5456
<!-- TABLE OF CONTRIBUTORS ENDS -->
5557

5658
## Thank you Contributors

Solved-Problems/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
66

77
<!-- TABLE OF CONTENT BEGINS -->
88
- [__Backspace_String_Compare__](Backspace_String_Compare "goto Backspace_String_Compare")
9+
- [__Valid_Anagram__](Valid_Anagram "goto Valid_Anagram")
910
<!-- TABLE OF CONTENT ENDS -->
1011

1112
# Table of Contribution
@@ -14,6 +15,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
1415
| Contribution Title | Contributor Names | Pull Requests | Demo |
1516
| --- | --- | --- | --- |
1617
| Backspace_String_Compare | [rahulch-1](https://github.com/rahulch-1 "goto rahulch-1 profile") | [#4](https://github.com/Grow-with-Open-Source/DSA/pull/4 "visit pr \#4") | [./Solved-Problems/Backspace_String_Compare/](Solved-Problems/Backspace_String_Compare "view the result of Backspace_String_Compare") |
18+
| Valid_Anagram | [shreyasrajiv327](https://github.com/shreyasrajiv327 "goto shreyasrajiv327 profile") | [#5](https://github.com/Grow-with-Open-Source/DSA/pull/5 "visit pr \#5") | [./Solved-Problems/Valid_Anagram/](Solved-Problems/Valid_Anagram "view the result of Valid_Anagram") |
1719
<!-- TABLE OF CONTRIBUTORS ENDS -->
1820

1921
# Thank you Contributors

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome to **Data Structures and Algorithms**, your friendly initiation into the
88
- [__Theory__](Theory "goto Theory")
99
- [__Solved-Problems__](Solved-Problems "goto Solved-Problems")
1010
- [Backspace_String_Compare](Solved-Problems/Backspace_String_Compare "goto Backspace_String_Compare")
11+
- [Valid_Anagram](Solved-Problems/Valid_Anagram "goto Valid_Anagram")
1112
<!-- TABLE OF CONTENT ENDS -->
1213

1314
# Table of Contribution
@@ -19,6 +20,7 @@ Welcome to **Data Structures and Algorithms**, your friendly initiation into the
1920
| --- | --- | --- | --- | --- |
2021
| {init} | [Repo](Repo "goto Repo") | [iamwatchdogs](https://github.com/iamwatchdogs "goto iamwatchdogs profile") | [#2](https://github.com/Grow-with-Open-Source/DSA/pull/2 "visit pr \#2") | [/Grow-with-Open-Source/DSA/](https://github.com/Grow-with-Open-Source/DSA "view the result of {init}") |
2122
| Backspace_String_Compare | [Solved-Problems](Solved-Problems "goto Solved-Problems") | [rahulch-1](https://github.com/rahulch-1 "goto rahulch-1 profile") | [#4](https://github.com/Grow-with-Open-Source/DSA/pull/4 "visit pr \#4") | [./Solved-Problems/Backspace_String_Compare/](Solved-Problems/Backspace_String_Compare "view the result of Backspace_String_Compare") |
23+
| Valid_Anagram | [Solved-Problems](Solved-Problems "goto Solved-Problems") | [shreyasrajiv327](https://github.com/shreyasrajiv327 "goto shreyasrajiv327 profile") | [#5](https://github.com/Grow-with-Open-Source/DSA/pull/5 "visit pr \#5") | [./Solved-Problems/Valid_Anagram/](Solved-Problems/Valid_Anagram "view the result of Valid_Anagram") |
2224
<!-- TABLE OF CONTRIBUTORS ENDS -->
2325

2426
</div>

0 commit comments

Comments
 (0)