I want to create an algorithm which shows how to create a linked list that could store a database of animals ie its species and physical features etc can any one help me

Greetings,

The main element in linked list is worth the pointer, by the latter we mean simply something that maintains the address of something else.

So, to create a linked list it is sufficient to create firstly a structured element, where whose address is maintain via a given pointer. but why should we use a stuctructed element ?

Simply, because we need to stock some data, but on the other hand it is a linked list so we have to create some liaison with the others elements of list to not lose them.

Regards.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.