Skip to content

feat: 136.single-number add Python3 implementation #91

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

Merged
merged 2 commits into from
Aug 9, 2019

Conversation

ybian19
Copy link
Contributor

@ybian19 ybian19 commented Aug 9, 2019

add python3 implementation for problems No.136

@azl397985856
Copy link
Owner

解决其他语言的思路不一样,另外解法之间应该有一定界限。

比如:

解法1:
xxx
解法2:
xxx

@ybian19
Copy link
Contributor Author

ybian19 commented Aug 9, 2019

@azl397985856 done
第一种解法的思路其实一样,只不过我用 reduce 简化了一下写法;不过说起来,算法还是应该减少对语言特性的依赖,尽量用最简洁的逻辑关系解决问题

@azl397985856 azl397985856 merged commit 8e2cb85 into azl397985856:master Aug 9, 2019
@azl397985856
Copy link
Owner

@azl397985856 done
第一种解法的思路其实一样,只不过我用 reduce 简化了一下写法;不过说起来,算法还是应该减少对语言特性的依赖,尽量用最简洁的逻辑关系解决问题

赞👍

@ybian19 ybian19 deleted the python_136 branch August 9, 2019 09:58
azl397985856 pushed a commit that referenced this pull request Aug 19, 2023
azl397985856 pushed a commit that referenced this pull request Aug 19, 2023
* feat: 136.single-number add Python3 implementation

* update
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

Successfully merging this pull request may close these issues.

2 participants