Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LC问题归类 #37

Open
lewenweijia opened this issue Oct 21, 2019 · 1 comment
Open

LC问题归类 #37

lewenweijia opened this issue Oct 21, 2019 · 1 comment

Comments

@lewenweijia
Copy link
Owner

lewenweijia commented Oct 21, 2019

全排列/子集/组合总和/股票买卖问题1

特点: 正向取值问题, 向前进行重复的否定

helper(idx, sum/length, tempList)
helper(约束, 判定, 结果)
@lewenweijia
Copy link
Owner Author

子数组 / 子序列

  1. 字数组问题: 前缀和 / 双指针 / 哈希表
  2. 子序列问题: 回溯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant