leetcode1190 反轉每對字串中的子串

2021-09-29 16:16:58 字數 522 閱讀 1800

給出乙個字串 s(僅含有小寫英文本母和括號)。

請你按照從括號內到外的順序,逐層反轉每對匹配括號中的字串,並返回最終的結果。

注意,您的結果中不應包含任何括號。

解釋:遇到括號就將括號中的字串反轉一次

class

solution

while

(k!=0)

return res;

}public string hali

(string s)

}for

(int i=chr.length-

1;i>=

0;i--)}

" "+end);

for(

int i=

0;i)else

if(i==end)}}

return res;

}public string reverse

(string s)

return res;

}}

Leetcode 1190 反轉每對括號間的子串

給出乙個字串 s 僅含有小寫英文本母和括號 請你按照從括號內到外的順序,逐層反轉每對匹配括號中的字串,並返回最終的結果。注意,您的結果中 不應 包含任何括號。示例 1 輸入 s abcd 輸出 dcba 示例 2 輸入 s u love i 輸出 iloveu 示例 3 輸入 s ed et oc ...

LeetCode 1190 反轉每對括號間的子串

給出乙個字串s 僅含有小寫英文本母和括號 請你按照從括號內到外的順序,逐層反轉每對匹配括號中的字串,並返回最終的結果。注意,您的結果中不應包含任何括號。示例 1 輸入 s abcd 輸出 dcba 示例 2 輸入 s u love i 輸出 iloveu 示例 3 輸入 s ed et oc el ...

1190 反轉每對括號間的子串 leetcode

給出乙個字串 s 僅含有小寫英文本母和括號 請你按照從括號內到外的順序,逐層反轉每對匹配括號中的字串,並返回最終的結果。注意,您的結果中 不應 包含任何括號。示例 1 輸入 s abcd 輸出 dcba 示例 2 輸入 s u love i 輸出 iloveu 示例 3 輸入 s ed et oc ...