[Code Addition Request]: Addition of String related problems #887
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
gssoc-ext
hacktoberfest
level1
Status: Assigned💻
Indicates an issue has been assigned to a contributor.
Have you completed your first issue?
Guidelines
Latest Merged PR Link
N/A as this is my first issue.
Project Description
I wish to add the solutions for two popular string related problems under the Algorithms section of this project:
Valid Anagram: Given two strings, check whether the second string is a valid anagram of the first string. Example of an anagram: dusty and study are anagrams as the second word is obtained using the alphabets in the first one.
Longest Palindromic Substring: I will attempt to solve this popular problem without the use of DP and recursion, instead taking on a two pointer approach. Example: Given a string such as "cbbabab", the longest palindromic substring would be "babab".
Full Name
Apoorva S Jagadeesan
Participant Role
GSSOC Extended '24 Participant
The text was updated successfully, but these errors were encountered: