Skip to content

Commit f58e40e

Browse files
committed
Create README - LeetHub
1 parent 3b1dfa6 commit f58e40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0567-permutation-in-string/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/permutation-in-string">567. Permutation in String</a></h2><h3>Medium</h3><hr><p>Given two strings <code>s1</code> and <code>s2</code>, return <code>true</code><em> if </em><code>s2</code><em> contains a permutation of </em><code>s1</code><em>, or </em><code>false</code><em> otherwise</em>.</p>
1+
<h2><a href="https://leetcode.com/problems/permutation-in-string">567. Permutation in String</a></h2><h3>Medium</h3><hr><p>Given two strings <code>s1</code> and <code>s2</code>, return <code>true</code> if <code>s2</code> contains a <span data-keyword="permutation-string">permutation</span> of <code>s1</code>, or <code>false</code> otherwise.</p>
22

33
<p>In other words, return <code>true</code> if one of <code>s1</code>&#39;s permutations is the substring of <code>s2</code>.</p>
44

0 commit comments

Comments
 (0)