Skip to content

Commit c62a3ba

Browse files
committed
Updated Contributors Details
1 parent c670a80 commit c62a3ba

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
@@ -42,5 +42,16 @@
4242
"10"
4343
],
4444
"demo-path": "https://github.com/Grow-with-Open-Source/DSA/.github"
45+
},
46+
"Longest_Substring_Without_Repeating_Characters": {
47+
"contributor-name": [
48+
"RohithaAiswarya16"
49+
],
50+
"core": "Solved-Problems",
51+
"specificity": "Longest_Substring_Without_Repeating_Characters",
52+
"pull-request-number": [
53+
"12"
54+
],
55+
"demo-path": "https://github.com/Grow-with-Open-Source/DSA/tree/main/Solved-Problems/Longest_Substring_Without_Repeating_Characters"
4556
}
4657
}

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+
- [__Longest_Substring_Without_Repeating_Characters__](Longest_Substring_Without_Repeating_Characters "goto Longest_Substring_Without_Repeating_Characters")
4647
- [__Valid_Anagram__](Valid_Anagram "goto Valid_Anagram")
4748
<!-- TABLE OF CONTENT ENDS -->
4849

@@ -53,6 +54,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
5354
| --- | --- | --- | --- |
5455
| 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") |
5556
| 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") |
57+
| Longest_Substring_Without_Repeating_Characters | [RohithaAiswarya16](https://github.com/RohithaAiswarya16 "goto RohithaAiswarya16 profile") | [#12](https://github.com/Grow-with-Open-Source/DSA/pull/12 "visit pr \#12") | [./Solved-Problems/Longest_Substring_Without_Repeating_Characters/](https://github.com/Grow-with-Open-Source/DSA/tree/main/Solved-Problems/Longest_Substring_Without_Repeating_Characters "view the result of Longest_Substring_Without_Repeating_Characters") |
5658
<!-- TABLE OF CONTRIBUTORS ENDS -->
5759

5860
## 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+
- [__Longest_Substring_Without_Repeating_Characters__](Longest_Substring_Without_Repeating_Characters "goto Longest_Substring_Without_Repeating_Characters")
910
- [__Valid_Anagram__](Valid_Anagram "goto Valid_Anagram")
1011
<!-- TABLE OF CONTENT ENDS -->
1112

@@ -16,6 +17,7 @@ Welcome to **DSA's Solved-Problems**, This is the place where you showcase your
1617
| --- | --- | --- | --- |
1718
| 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") |
1819
| 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") |
20+
| Longest_Substring_Without_Repeating_Characters | [RohithaAiswarya16](https://github.com/RohithaAiswarya16 "goto RohithaAiswarya16 profile") | [#12](https://github.com/Grow-with-Open-Source/DSA/pull/12 "visit pr \#12") | [./Solved-Problems/Longest_Substring_Without_Repeating_Characters/](https://github.com/Grow-with-Open-Source/DSA/tree/main/Solved-Problems/Longest_Substring_Without_Repeating_Characters "view the result of Longest_Substring_Without_Repeating_Characters") |
1921
<!-- TABLE OF CONTRIBUTORS ENDS -->
2022

2123
# 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+
- [Longest_Substring_Without_Repeating_Characters](Solved-Problems/Longest_Substring_Without_Repeating_Characters "goto Longest_Substring_Without_Repeating_Characters")
1112
- [Valid_Anagram](Solved-Problems/Valid_Anagram "goto Valid_Anagram")
1213
<!-- TABLE OF CONTENT ENDS -->
1314

@@ -22,6 +23,7 @@ Welcome to **Data Structures and Algorithms**, your friendly initiation into the
2223
| 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") |
2324
| 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") |
2425
| {others} | Repo | [iamwatchdogs](https://github.com/iamwatchdogs "goto iamwatchdogs profile") | [#10](https://github.com/Grow-with-Open-Source/DSA/pull/10 "visit pr \#10") | [/Grow-with-Open-Source/DSA/.github](https://github.com/Grow-with-Open-Source/DSA/.github "view the result of {others}") |
26+
| Longest_Substring_Without_Repeating_Characters | [Solved-Problems](Solved-Problems "goto Solved-Problems") | [RohithaAiswarya16](https://github.com/RohithaAiswarya16 "goto RohithaAiswarya16 profile") | [#12](https://github.com/Grow-with-Open-Source/DSA/pull/12 "visit pr \#12") | [./Solved-Problems/Longest_Substring_Without_Repeating_Characters/](https://github.com/Grow-with-Open-Source/DSA/tree/main/Solved-Problems/Longest_Substring_Without_Repeating_Characters "view the result of Longest_Substring_Without_Repeating_Characters") |
2527
<!-- TABLE OF CONTRIBUTORS ENDS -->
2628

2729
</div>

0 commit comments

Comments
 (0)