keshavsingh4522 / hacktoberfest

Submit Just 4 PRs to earn SWAGS and Tshirts🔥
https://hacktoberfest.digitalocean.com/
Creative Commons Zero v1.0 Universal
860 stars 4.02k forks source link

Memory Management #4728

Open Mrdanish24 opened 1 month ago

Mrdanish24 commented 1 month ago

Memory Management: Fixed memory allocation to correctly allocate sizeof(struct node) instead of sizeof(struct node *).

Error Handling: Improved error messages and handling in functions where applicable.

Code Clarity: Added comments for better understanding, improved naming conventions, and structured the output for clarity.

Functionality: Simplified the insertion and deletion functions to handle boundary cases more clearly.

please assign this code