Link to problem #22 's solution is incorrect
DaiYue opened this issue · 1 comments
DaiYue commented
The link to solution in README.md is off. Currently it's https://github.com/soapyigu/LeetCode_Swift/blob/master/Math/GenerateParentheses.swift, seems that it should be https://github.com/soapyigu/LeetCode_Swift/blob/master/DP/GenerateParentheses.swift instead.
soapyigu commented
Ah, I see, nice catch, fixed.