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

feat: add solution to leetcode No.0033 No.0081 #355

Merged
merged 5 commits into from
Apr 7, 2021
Merged

feat: add solution to leetcode No.0033 No.0081 #355

merged 5 commits into from
Apr 7, 2021

Conversation

gqjia
Copy link
Contributor

@gqjia gqjia commented Apr 7, 2021

No description provided.

```cpp
class Solution {
public:
bool search(vector<int>& nums, int target) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里代码格式有问题,缩进异常。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我先帮你合一下吧,然后做下格式调整,下次注意一下格式问题哈

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • okok

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之后的代码提交不注明 author 哈,git 已经记录了作者了

@yanglbme yanglbme merged commit 9621938 into doocs:main Apr 7, 2021
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