This pull request provides a solution to the LeetCode problem titled "Permutation in String" (Problem #567). The solution checks if one string is a permutation of another string by examining all possible substrings of the second string.
Pull Request Template
Description
Please include a summary of the changes and the motivation behind them. Explain the context of the problem that your pull request solves or improves. If it fixes a bug or resolves an issue, please include that information here.
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so others can reproduce. List any relevant details for your test configuration.
[x] Test A
[x] Test B
Test Configuration:
Firmware version:
Hardware:
Toolchain:
SDK:
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Additional Information
Please add any other information that is relevant to this pull request.
This pull request provides a solution to the LeetCode problem titled "Permutation in String" (Problem #567). The solution checks if one string is a permutation of another string by examining all possible substrings of the second string.
Pull Request Template
Description
Please include a summary of the changes and the motivation behind them. Explain the context of the problem that your pull request solves or improves. If it fixes a bug or resolves an issue, please include that information here.
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so others can reproduce. List any relevant details for your test configuration.
Test Configuration:
Checklist:
Additional Information
Please add any other information that is relevant to this pull request.