Useful links for linked lists in c

  • Thread starter Thread starter ria_m
  • Start date Start date
  • Tags Tags
    Links
Click For Summary

Discussion Overview

The discussion revolves around finding useful resources and links for understanding linked lists in the C programming language. Participants express a need for detailed information and clarification on specific aspects of linked lists, particularly regarding node comparison.

Discussion Character

  • Homework-related, Technical explanation, Conceptual clarification

Main Points Raised

  • One participant requests useful links for linked lists in C.
  • Another participant suggests that a simple search will yield many resources, providing a link to a search engine query.
  • A different participant expresses dissatisfaction with the available resources, seeking more detailed information and clarification on comparing list nodes.
  • One participant offers to help if relevant code is shared, noting that implementations can vary and emphasizing the importance of understanding pointer iteration through nodes.
  • Questions are raised about the participant's understanding of accessing data elements within nodes and the appropriateness of their comparison methods.
  • A specific tutorial link is mentioned as potentially helpful, although its usefulness is questioned by the original requester.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the adequacy of available resources, with some expressing the need for more detailed information while others suggest existing tutorials may suffice.

Contextual Notes

There are indications of varying levels of understanding among participants regarding linked list implementations and comparisons, as well as a lack of clarity on specific needs for detailed information.

ria_m
Messages
4
Reaction score
0
i need useful links for linked lists in c!thanks
 
Technology news on Phys.org
well most of them they have limited information for them...i'm trying to find something more detailed..i want to compare the list's node and I'm little confused!
 
OK, post up your relevant code and maybe we can help you. You will find that each implementation is different, so if you are looking for something specific to the way you are doing it, you might not find it.

You should iterate through your list by following pointers to from one node to the next - do you understand how to do this?

Each node will contain a data element. Can you access this data element? I assume you have a struct representing your list_node - do you understand the syntax for referencing the variables inside?

What kind of data do you have? Are you using an appropriate comparison?

The first link that comes up for "c programming linked list" is a nice tutorial over at cprogramming.com - is this not helpful to you?

http://www.cprogramming.com/tutorial/c/lesson15.html
 
thanks for your help!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
Replies
16
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
4K
  • · Replies 14 ·
Replies
14
Views
7K