Link list :
In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence.Example:
Single Linked list Doubly Linked list |
Here is a sample project on linked list operation:
Happy coding.....
Post a Comment