arya2004 / leetcode-daily-october-hacktoberfest-2024

Leetcode Daily October Hacktoberfest 2024
MIT License
10 stars 49 forks source link

Implement Solution for "Permutation in String" Problem #35

Closed vineet28sept closed 1 month ago

vineet28sept commented 1 month ago

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.