Skip to content

Conversation

Gonglja
Copy link
Contributor

@Gonglja Gonglja commented Jul 29, 2023

If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR.

  • I've tested the code and ensured the outputs are the same as the outputs of reference codes.
  • I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
  • The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).

Gonglja and others added 30 commits March 18, 2023 20:17
@vercel
Copy link

vercel bot commented Jul 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
hello-algo ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 6:48am

@@ -48,18 +48,21 @@ void delVector(vector *v) {
}
}

/* 添加元素到向量尾部 */
void vectorPushback(vector *v, void *elem) {
/* 添加元素(拷贝方式)到向量尾部 */
Copy link
Owner

Choose a reason for hiding this comment

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

(拷贝方式) 全角括号

Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

@krahets krahets merged commit 9900e0c into krahets:main Aug 3, 2023
@krahets krahets added the code Code-related label Aug 3, 2023
@Gonglja Gonglja mentioned this pull request Sep 18, 2023
51 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants