[LeetCode] Largest Substring Between Two Equal Characters

1 · · Dec. 31, 2023, 4:39 a.m.
1624. Largest Substring Between Two Equal Characters Given a string s, return the length of the longest substring between two equal characters, excluding the two characters. If there is no such substring return -1. A substring is a contiguous sequence of characters within a string. ...