Skip to content

Commit b46c2f3

Browse files
committed
Update 1624-largest_substring_between_two_equal_chars.py
1 parent dd3d04f commit b46c2f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

1624-largest_substring_between_two_equal_chars.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
"""
22
https://leetcode.com/problems/largest-substring-between-two-equal-characters/
33
4+
Basket of “reverse”:
5+
https://leetcode.com/problems/reverse-string/
6+
https://leetcode.com/problems/reverse-string-ii/
7+
https://leetcode.com/problems/reverse-words-in-a-string-iii/
8+
https://leetcode.com/problems/reverse-words-in-a-string/
9+
410
Runtime: 24 ms, faster than 61.23% of Python online submissions for Largest Substring Between Two Equal Characters.
511
Memory Usage: 13.3 MB, less than 55.07% of Python online submissions for Largest Substring Between Two Equal Characters.
612
"""

0 commit comments

Comments
 (0)