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

Add linked_list.c #244

Merged
merged 7 commits into from Jan 13, 2023
Merged

Add linked_list.c #244

merged 7 commits into from Jan 13, 2023

Conversation

Gonglja
Copy link
Contributor

@Gonglja Gonglja commented Jan 12, 2023

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

  • 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).

@vercel
Copy link

vercel bot commented Jan 12, 2023

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

1 Ignored Deployment
Name Status Preview Updated
hello-algo ⬜️ Ignored (Inspect) Jan 13, 2023 at 8:19AM (UTC)

@Gonglja
Copy link
Contributor Author

Gonglja commented Jan 12, 2023

I will close this PR first, and re-initiate later, this PR should not contain the latest master code

thanks,please watch this

@Reanon
Copy link
Contributor

Reanon commented Jan 12, 2023

I will close this PR first, and re-initiate later, this PR should not contain the latest master code

thanks,please watch this
You can rebase to the lasted codes of master branch, modify your code, and then push a new commit. No need to close PR.

@Gonglja
Copy link
Contributor Author

Gonglja commented Jan 12, 2023

I will close this PR first, and re-initiate later, this PR should not contain the latest master code
thanks,please watch this
You can rebase to the lasted codes of master branch, modify your code, and then push a new commit. No need to close PR.

Thanks, it has been returned to the last submission

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! Please revert the changes size_t back to int. This book is for freshers so simplicity is vital. We should ignore unimportant programming specifications.

@Gonglja
Copy link
Contributor Author

Gonglja commented Jan 13, 2023

Thanks! Please revert the changes size_t back to int. This book is for freshers so simplicity is vital. We should ignore unimportant programming specifications.

Ok, but it should be noted that if the reader turns on the strict mode of the compiler, the file cannot be compiled

@krahets krahets changed the title fix container size type error and add linked_list.c Add linked_list.c Jan 13, 2023
@krahets krahets merged commit 92a8021 into krahets:master Jan 13, 2023
@krahets krahets added the code Code-related label Jan 16, 2023
@Gonglja Gonglja mentioned this pull request Mar 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.

None yet

3 participants