Skip to content

Operations on single linkedlist that is create, View, Delete node from last and first,Reverse links and Reverse data

License

Notifications You must be signed in to change notification settings

amalpoulose/Single-Linked-list

Repository files navigation

Single-Linked-list

Program allows to:

  1. Create linked list(using add begin or add end)
  2. Delete node from back
  3. Display nodes
  4. Read data from file to linked list
  5. Write data to file
  6. Reverse the links
  7. Reverse data
  8. Find number of nodes

To compile using makefile :

     make

To run use:

 ./outfile

Static library and Dynamic library also included (liblnkd.a,liblnkd.so).

To compile using library use:

 cc main.c liblnkd.a  (static library)

 cc main.c liblnkd.so (dynamic library)

About

Operations on single linkedlist that is create, View, Delete node from last and first,Reverse links and Reverse data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published