LeetCode-Feedback / LeetCode-Feedback

673 stars 332 forks source link

Editorial Issues - 567. Permutation in String #24238

Closed ejini6969 closed 4 weeks ago

ejini6969 commented 1 month ago

LeetCode Username

https://leetcode.com/u/ejini6969/

Problem Number, Title, and Link

567. Permutation in String

Bug Category

Editorial

Bug Description

Language Used for Code

None

Code used for Submit/Run operation

No response

Expected behavior

Editorial should provide concise and latest info to user.

Screenshots

No response

Additional context

No response

exalate-issue-sync[bot] commented 1 month ago

LeetCode Support commented: Hello,

Your reported issue has been relayed to our team for thorough investigation. We appreciate your patience as we work to address and resolve this matter. We will reach out to you when we have updates regarding the issue.

If you have any further questions or concerns in the meantime, please feel free to let us know.

Best regards, LeetCode Support Team

exalate-issue-sync[bot] commented 1 month ago

Epiphania_Ekenimoh commented: Thank you for your time.

Your feedback has been used to enhance the problem. As a token of our appreciation, your LeetCode account has been credited with 100 LeetCoins.

If you have any more questions or additional feedback, please don't hesitate to let us know. Your continued support is invaluable to us!

Best regards, The LeetCode Team

ejini6969 commented 1 month ago

"* For approach 3, following should be updated too (add quotes around s1map and remove extra parenthesis)

image

exalate-issue-sync[bot] commented 1 month ago

Epiphania_Ekenimoh commented: Hello,

Your reported issue has been relayed to our team for thorough investigation. We appreciate your patience as we work to address and resolve this matter. We will reach out to you when we have updates regarding the issue.

If you have any further questions or concerns in the meantime, please feel free to let us know.

Best regards, LeetCode Support Team

algo74 commented 1 month ago

The time complexity for Approach 6 is not $O(l_1​+26\times (l2​ βˆ’ l{1}​))$ but $O(l_1 + l_2 + 26)$, although it simplifies to $O(l_2)$ anyway.

exalate-issue-sync[bot] commented 1 month ago

Epiphania_Ekenimoh commented: Hello there,

The issue you reported has been resolved. Please feel free to verify and retry.

We apologize for any inconvenience this may have caused and appreciate your patience while we worked to resolve the issue. If you have any further questions or concerns, please do not hesitate to contact us.

Thank you, LeetCode Support Team

ejini6969 commented 1 month ago

The last 2 suggestion for the latest post above are not implemented, please fix.

exalate-issue-sync[bot] commented 1 month ago

Epiphania_Ekenimoh commented: Hello,

Your reported issue has been relayed to our team for thorough investigation. We appreciate your patience as we work to address and resolve this matter. We will reach out to you when we have updates regarding the issue.

If you have any further questions or concerns in the meantime, please feel free to let us know.

Best regards, LeetCode Support Team

exalate-issue-sync[bot] commented 4 weeks ago

Epiphania_Ekenimoh commented: Hello there,

The issue you reported has been resolved. Please feel free to verify and retry.

We apologize for any inconvenience this may have caused and appreciate your patience while we worked to resolve the issue. If you have any further questions or concerns, please do not hesitate to contact us.

Best regards, LeetCode Support Team