-
Notifications
You must be signed in to change notification settings - Fork 367
Create Easy List Node algorithms #1821
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
base: main
Are you sure you want to change the base?
Conversation
All the utilities to manage a list made in C, with the possibility to customize it in the future. Supports: - Adding - Deleting (with memo-optimizations) - Querying - Updating - Creation utility
|
Thanks for your contribution we will soon check your PR @LoRy24 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We appreciate you creating your first pull request and look forward to reviewing your future contributions.
|
@LoRy24 Thank you for your contribution, I will check the code and get back to you ASAP :) |
|
I would request you to create an issue too, just for record purpose |
|
Sure, doing it rn (if I can from mobile) |
|
Should be done |
|
This pull request has been automatically closed because it has been inactive for many days. Please reopen if you still intend to submit this pull request. |
π οΈ Issue #1821
Issue no #1821
π¨βπ» Changes proposed
I've created the following algortithms to interact with Lists in C:
βοΈ Check List (Check all the applicable boxes)
π Note to reviewers
These algorithms are used in all the schools of italy, but implemented very badly. So, with this ready-example, students will be ready to learn from something functional.
I've written this code these days for a school software, maybe It'll be good to insert this into the code to share these simple list operations.
π· Screenshots