soapyigu/LeetCode-Swift

Link to problem #22 's solution is incorrect

DaiYue opened this issue · 1 comments

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.

Ah, I see, nice catch, fixed.