Skip to content

Conversation

@LoRy24
Copy link

@LoRy24 LoRy24 commented Oct 14, 2025

πŸ› οΈ Issue #1821

Issue no #1821

πŸ‘¨β€πŸ’» Changes proposed

I've created the following algortithms to interact with Lists in C:

  • List node allocation via malloc (with a custom function ready to go)
  • List item insertion
  • List item deletion
  • List item updating
  • List item querying

βœ”οΈ Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

πŸ“„ 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

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
@github-actions
Copy link

Thanks for your contribution we will soon check your PR @LoRy24 :)

Copy link

@github-actions github-actions bot left a 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.

@Kumar-laxmi
Copy link
Owner

@LoRy24 Thank you for your contribution, I will check the code and get back to you ASAP :)

@Kumar-laxmi Kumar-laxmi added Linked-List Linked list algorithms C Program in C Create a issue first PR without an issue labels Oct 19, 2025
@Kumar-laxmi
Copy link
Owner

I would request you to create an issue too, just for record purpose

@LoRy24
Copy link
Author

LoRy24 commented Oct 19, 2025

Sure, doing it rn (if I can from mobile)

@LoRy24
Copy link
Author

LoRy24 commented Oct 19, 2025

Should be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C Program in C Create a issue first PR without an issue Linked-List Linked list algorithms

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants