Skip to content

Commit a326a8c

Browse files
committed
Updated Contributors Details
1 parent 64a15dd commit a326a8c

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.github/data/contributors-log.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,16 @@
99
"2"
1010
],
1111
"demo-path": "https://github.com/Grow-with-Open-Source/DSA"
12+
},
13+
"Backspace_String_Compare": {
14+
"contributor-name": [
15+
"rahulch-1"
16+
],
17+
"core": "Solved-Problems",
18+
"specificity": "Backspace_String_Compare",
19+
"pull-request-number": [
20+
"4"
21+
],
22+
"demo-path": "Solved-Problems/Backspace_String_Compare"
1223
}
1324
}

Solved-Problems/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
4242
## Table of Content
4343

4444
<!-- TABLE OF CONTENT BEGINS -->
45+
- [__Backspace_String_Compare__](Backspace_String_Compare "goto Backspace_String_Compare")
4546
<!-- TABLE OF CONTENT ENDS -->
4647

4748
## Table of Contribution
4849

4950
<!-- TABLE OF CONTRIBUTORS BEGINS -->
5051
| Contribution Title | Contributor Names | Pull Requests | Demo |
5152
| --- | --- | --- | --- |
52-
| - | - | - | - |
53+
| 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") |
5354
<!-- TABLE OF CONTRIBUTORS ENDS -->
5455

5556
## Thank you Contributors

Solved-Problems/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
55
# Table of Content
66

77
<!-- TABLE OF CONTENT BEGINS -->
8+
- [__Backspace_String_Compare__](Backspace_String_Compare "goto Backspace_String_Compare")
89
<!-- TABLE OF CONTENT ENDS -->
910

1011
# Table of Contribution
1112

1213
<!-- TABLE OF CONTRIBUTORS BEGINS -->
1314
| Contribution Title | Contributor Names | Pull Requests | Demo |
1415
| --- | --- | --- | --- |
15-
| - | - | - | - |
16+
| 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") |
1617
<!-- TABLE OF CONTRIBUTORS ENDS -->
1718

1819
# Thank you Contributors

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Welcome to **Data Structures and Algorithms**, your friendly initiation into the
77
<!-- TABLE OF CONTENT BEGINS -->
88
- [__Theory__](Theory "goto Theory")
99
- [__Solved-Problems__](Solved-Problems "goto Solved-Problems")
10+
- [Backspace_String_Compare](Solved-Problems/Backspace_String_Compare "goto Backspace_String_Compare")
1011
<!-- TABLE OF CONTENT ENDS -->
1112

1213
# Table of Contribution
@@ -16,7 +17,8 @@ Welcome to **Data Structures and Algorithms**, your friendly initiation into the
1617
<!-- TABLE OF CONTRIBUTORS BEGINS -->
1718
| Contribution Title | Core Contribution | Contributor Names | Pull Requests | Demo |
1819
| --- | --- | --- | --- | --- |
19-
| {init} | [Repo](Repo "goto Repo") | [iamwatchdogs](https://github.com/iamwatchdogs "goto iamwatchdogs profile") | [#1](https://github.com/Grow-with-Open-Source/DSA/pull/1 "visit pr #1") | [/Grow-with-Open-Source/DSA/](https://github.com/Grow-with-Open-Source/DSA "view the result of {init}") |
20+
| {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}") |
21+
| 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") |
2022
<!-- TABLE OF CONTRIBUTORS ENDS -->
2123

2224
</div>

0 commit comments

Comments
 (0)