Closed Coderx85 closed 1 year ago
Title: Implemented Substring, Subsequence, and Palindrome Checks in C++
Description:
This pull request addresses the following issues:
Changes Made:
StringOperations.cpp
Additional Information:
isSubstring
isSubsequence
isPalindrome
All functions have been tested and produce correct results.
I'm open to feedback and ready to make any necessary adjustments. Thank you for considering this contribution!
Title: Implemented Substring, Subsequence, and Palindrome Checks in C++
Description:
This pull request addresses the following issues:
Changes Made:
StringOperations.cpp
to the repository.Additional Information:
isSubstring
checks if a string contains a specified substring.isSubsequence
determines if a string contains a specified subsequence.isPalindrome
verifies if a string is a palindrome.All functions have been tested and produce correct results.
I'm open to feedback and ready to make any necessary adjustments. Thank you for considering this contribution!