Algorithm Name
Linked List
Programming Language
C
Category
Other
Difficulty Level
Easy (Beginner friendly)
Algorithm Description
Implement a Linked List in C
A linked list is a linear data structure where each element (called a "node") contains :
- Some data
- A pointer to the next node
Why its' useful:
- Dynamic Memory allocation (Does not have fixed memory)
- Core Concept of Computer Science
- Used internally in many system
References (Optional)
Contribution Intent
Code of Conduct
Algorithm Name
Linked List
Programming Language
C
Category
Other
Difficulty Level
Easy (Beginner friendly)
Algorithm Description
Implement a Linked List in C
A linked list is a linear data structure where each element (called a "node") contains :
Why its' useful:
References (Optional)
Contribution Intent
Code of Conduct