Monday, 8 June 2015

C Programs for implementaion of a Single Linked List

Run it on DEV C ++ compiler (Windows) or Unix/Linux Operating Systems:

For Insertion of node at end :

https://drive.google.com/open?id=0B06xNTpMPhnERkZSREpIMEtkWXc&authuser=0 


 For Insertion of node at Beginning:

https://drive.google.com/open?id=0B06xNTpMPhnEcUpLSTA5ZTdaS1k&authuser=0


For Insertion of a Node at a given Position:

https://drive.google.com/open?id=0B06xNTpMPhnEck9MVFQ1UmVvUlk&authuser=0 

For Deletion of a Node :

https://docs.google.com/file/d/0B06xNTpMPhnEVGlHczVQRDN5MzQ/edit

For Reversal of Nodes:

https://drive.google.com/open?id=0B06xNTpMPhnEdGxDR3ByXy1obkU&authuser=0 

1 comment: