Skip to content

Implement Linked List in C #408

@khuman-shen

Description

@khuman-shen

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

  • I would like to implement this algorithm myself
  • I'm requesting this for someone else to implement
  • I need help implementing this algorithm

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions