Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Addition Request]: Addition of String related problems #887

Closed
2 of 3 tasks
apoorvasj opened this issue Oct 28, 2024 · 2 comments · Fixed by #908
Closed
2 of 3 tasks

[Code Addition Request]: Addition of String related problems #887

apoorvasj opened this issue Oct 28, 2024 · 2 comments · Fixed by #908
Assignees
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.

Comments

@apoorvasj
Copy link
Contributor

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

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:

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

  2. 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

Copy link

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. level1 gssoc-ext hacktoberfest labels Oct 28, 2024
@apoorvasj apoorvasj mentioned this issue Oct 28, 2024
21 tasks
Copy link

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants