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

一道鹅厂的面试算法题:给出N个数,通过加减乘除的组合判断出结果能否为0 #256

Open
ly695908698 opened this issue Jun 9, 2017 · 3 comments

Comments

@ly695908698
Copy link

这是腾讯一面的一道题,感觉是用动态规划来做,求大神解答

@ly695908698
Copy link
Author

如果能为0,同时要输出表达式

@zhiyuan0101
Copy link
Contributor

想再了解一下题目,N个数是不是都要用到?能不能改变顺序?能不能用括号?要不要考虑优先级?

@ly695908698
Copy link
Author

@12378wzy N个数都要用到,顺序可以自己定义,括号和优先级有点记不清了,先假设不考虑吧,也不用括号

@ly695908698 ly695908698 changed the title 一道面试算法题:给出N个数,通过加减乘除的组合判断出结果能否为0 一道鹅厂的面试算法题:给出N个数,通过加减乘除的组合判断出结果能否为0 Jun 12, 2017
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

2 participants