Skip to content

Create a program to implement all the operation which can be perform on a Singly Linked-List in C language containing integer as data.  #3

@VIPverma01

Description

@VIPverma01

Create a program for following operations -

  1. Create a linked list
  2. Append a node(insert a node at the end)
  3. Insert a node at the beginning
  4. Insert a node at a given location
  5. Get the length of the linked list
  6. Delete the node at the given location
  7. Print all elements of the linked list
  8. Reverse the linked list

Create functions for each operation and implement them in the main function.
Write program for every condition possible.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions