寻找组合问题的定义
我们有“N”对括号,即“N”个左括号“(”和“N”个右括号“)”。我们被要求找到使 2N 个括号的序列良好的方法数量,即我们在打开之前不关闭。
我需要找到 的定义好的序列,我可以用它来解决剩下的问题。
We are given "N" pairs of parentheses, ie "N" opening parenthesis "(" and "N" closing parenthesis ")". We are asked to find the number of ways to make Sequence of 2N parentheses that are GOOD, i.e. we dont close before opening.
I need to find a definition for GOOD Sequences that i can use for the rest of the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
加泰罗尼亚语数字!
Catalan numbers!