Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Program for linked list and circular linked list.
Posted

Coding, of course. If you need some background on linked list, a starting point could be the Wikipedia page[^].
A good read is the oldie-goldie Wirth's book: "Algorithms + Data Structures = Programs"[^].
 
Share this answer
 
Read this tutorial[^] on a singly linked list then read this tutorial[^] on a doubly linked list.

If you need more remember that Google is your friend, you can use it to find many tutorials on the internet.
After you have read those articles write some of your own code. If you have a problem, post the code where you are having the problem AND clearly state the problem including any error messages. We will then be glad to help you solve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900