threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 1190. Reverse Substrings Between Each Pair of Parentheses in C #1347

Closed threeal closed 1 month ago

threeal commented 1 month ago

This pull request resolves #1346 by solving the problem 1190. Reverse Substrings Between Each Pair of Parentheses in C. It implements the same solution as the C++ version of the problem in #1266, with a slight modification.